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.
Aucun avis encore. Soyez le premier à donner votre avis !
Connectez-vous pour rejoindre la conversation
Add new people, projects, events. Parameters: context (optional), entities (array of objects with name, entityType, observations)
Link entities together. Parameters: context (optional), relations (array of objects defining the relationships)
Add facts to existing entities. Parameters: context (optional), observations (array of facts to be added)
Find information by keyword. Parameters: keyword (string), context (optional)
View entire memory. Parameters: context (optional)
Retrieve specific entities by name. Parameters: names (array of entity names)
Show all available databases and current location. Parameters: none
Remove entities. Parameters: context (optional), entities (array of entity names to be deleted)
Remove specific facts. Parameters: context (optional), observations (array of facts to be deleted)
Remove connections. Parameters: context (optional), relations (array of relationships to be removed)