An improved implementation of persistent memory using a local knowledge graph with a customizable --memory-path. This lets Claude remember information about the user across chats.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Add new people, projects, or events to the knowledge graph. Parameters: entities (array of objects containing name, entityType, and observations)
Link entities together to establish relationships. Parameters: relations (array of objects defining how entities are connected)
Add facts or observations to existing entities. Parameters: observations (array of strings), entityName (string to specify which entity to update)
Find information in the knowledge graph by keyword. Parameters: query (string)
View the entire memory of the knowledge graph.
Retrieve specific entities by name. Parameters: entityName (string)
Show all available databases and the current location.
Remove entities from the knowledge graph. Parameters: entityNames (array of strings specifying which entities to delete)
Remove specific facts or observations from an entity. Parameters: entityName (string), observations (array of strings to specify which facts to delete)
Remove connections between entities. Parameters: relations (array of objects defining which connections to delete)