Loading...
npx -yadd_npcAdds a new NPC node to the knowledge graph.
Adds data to the graph, but is constrained by the schema.
update_npcUpdates an existing NPC node in the knowledge graph.
Modifies existing data, potentially causing inconsistencies.
delete_npcDeletes an NPC node from the knowledge graph.
Irreversibly removes data from the graph.
add_locationAdds a new location node to the knowledge graph.
Adds data to the graph, but is constrained by the schema.
update_locationUpdates an existing location node in the knowledge graph.
Modifies existing data, potentially causing inconsistencies.
delete_locationDeletes a location node from the knowledge graph.
Irreversibly removes data from the graph.
MemoryMesh is relatively safe in isolated environments with trusted users. However, the lack of authentication and potential for destructive operations make it risky in multi-user or untrusted environments. Ensure schemas are well-defined to limit potential damage from AI interactions.