II.
MemorySystem JSON
Structured · livememory-system:amp-memory
Amp Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "memory-system:amp-memory",
"_kind": "MemorySystem",
"_file": "domain/knowledge-fabric/memory-systems.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Amp Memory",
"description": "Amp's memory system combining AGENTS.md instruction files with\nSourcegraph's code intelligence context. AGENTS.md (at project root\nand in nested directories) provides persistent project-level guidance\nread at session bootstrap. Sourcegraph code intelligence enriches this\nwith cross-repository symbol search, definition lookup, and historical\ncode context — forming a hybrid memory layer where static instruction\nfiles are augmented by live code intelligence retrieved on demand.\n",
"memoryKind": "file-based",
"persistence": "project-scoped",
"autoExtraction": false,
"consolidation": "manual",
"storageFormat": "markdown",
"privacyFilter": false,
"deduplication": "none"
},
"outgoingEdges": [
{
"from": "memory-system:amp-memory",
"to": "layer:12-knowledge-fabric",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-version:amp@current",
"to": "memory-system:amp-memory",
"kind": "uses_memory_system",
"attributes": {}
}
]
}