The Foundational Memory Layer for AI. Equip your agents with the knowledge to complete tasks, from the mundane to monumental.
Tool to add a manually specified fact triple (subject-predicate-object) to the Zep knowledge graph. Use when you need to add explicit relationships between entities. Returns a task_id to monitor processing status.
Tool to add memory messages to a specified Zep session. Use when you need to store conversation history or context in a session.
Tool to add chat messages to a thread in Zep and ingest them into the user knowledge graph. Use when you need to add conversation history to a thread - for best results, add messages on every chat turn in the order they were created.
Tool to clone a user or group graph with new identifiers in Zep. Use when you need to create test copies of user data, migrate user graphs to new identifiers, or set up template graphs for new users. This is an asynchronous operation that returns a task_id for tracking progress.
Tool to create a new graph by adding data to Zep. Use when you need to add text, message, or JSON data to a user's graph or a specific graph. The data is processed and an episode node is created in the graph.
Tool to create a new group in Zep for multi-user graph management. Use when you need to create a namespace for shared context across multiple users.