II.
Topic JSON
Structured · livetopic:company-brain-memory
Company Brain Memory json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:company-brain-memory",
"_kind": "Topic",
"_file": "domain/products/krate.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Company Brain Memory",
"description": "A cross-run knowledge persistence layer for AI agents operating\nwithin an organization. Agent sessions produce memory snapshots —\nstructured summaries of decisions, code patterns, architecture\ncontext, and lessons learned — that are stored in an\nAgentMemoryRepository. Subsequent agent sessions can query this\nrepository to retrieve relevant organizational knowledge before\nstarting work, reducing ramp-up time and improving consistency\nacross independent agent runs. The memory layer supports vector\nsimilarity search, temporal filtering, and org-scoped access\ncontrol.\n"
},
"outgoingEdges": [
{
"from": "topic:company-brain-memory",
"to": "domain:platform-engineering",
"kind": "applies_to"
},
{
"from": "topic:company-brain-memory",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "interaction-primitive:krate-memory-query",
"to": "topic:company-brain-memory",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "domain:platform-engineering",
"to": "topic:company-brain-memory",
"kind": "contains",
"attributes": {
"notes": "Cross-run agent knowledge persistence"
}
},
{
"from": "domain:software-engineering",
"to": "topic:company-brain-memory",
"kind": "contains",
"attributes": {
"notes": "Organizational memory improves agent-assisted development"
}
}
]
}