II.
MemorySystem JSON
Structured · livememory-system:zep-service
Zep Memory Service json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:zep-service",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Zep Memory Service",
"description": "Long-term memory server for AI assistants that persists, summarizes, and\nretrieves conversation history with entity extraction and temporal\nawareness. Enriches memories with structured entity graphs — tracking\npeople, organizations, and concepts mentioned across conversations.\nFact retrieval is time-weighted, so recent knowledge is prioritized.\nREST API and SDKs for Python and TypeScript. Particularly suited for\nlong-running agent relationships where context evolution matters.\n",
"memoryKind": "api-service",
"persistence": "cross-agent",
"autoExtraction": true,
"consolidation": "periodic",
"storageFormat": "vector-db",
"privacyFilter": false,
"deduplication": "semantic"
},
"outgoingEdges": [
{
"from": "memory-system:zep-service",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
},
{
"from": "memory-system:zep-service",
"to": "tool:zep",
"kind": "memory_system_integrates",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "knowledge-fabric-impl:zep-fabric",
"to": "memory-system:zep-service",
"kind": "uses_memory_system",
"attributes": {}
}
]
}