iiRecord
Agentic AI Atlas · Memory Scoping
topic:memory-scopinga5c.ai
II.
Topic JSON

topic:memory-scoping

Structured · live

Memory Scoping json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/topics/topics-knowledge-patterns.yamlCluster · domain
Record JSON
{
  "id": "topic:memory-scoping",
  "_kind": "Topic",
  "_file": "domain/topics/topics-knowledge-patterns.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Memory Scoping",
    "description": "Memory Scoping as a cross-cutting topic — the hierarchy of scopes at\nwhich agent memories are stored, retrieved, and isolated. Covers\nsession-only memory (context window, dies with session), project-scoped\nmemory (persists per-project across sessions), user-scoped memory\n(follows the user across projects), org-scoped memory (shared across\nteam members), and cross-agent memory (shared across different agent\nproducts). Each scope level introduces new challenges: project-scoped\nmemory needs project identification, user-scoped needs user identity,\norg-scoped needs access control, and cross-agent needs format\ninteroperability. Claude Code implements project + user scopes, Mem0\nadds agent + org scopes, and agentmemory targets cross-agent sharing.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:memory-scoping",
      "to": "domain:software-engineering",
      "kind": "applies_to"
    },
    {
      "from": "topic:memory-scoping",
      "to": "specialization:ai-agents-conversational",
      "kind": "applies_to"
    },
    {
      "from": "topic:memory-scoping",
      "to": "topic:auto-memory",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-scoping",
      "to": "topic:knowledge-access-control",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-scoping",
      "to": "topic:memory-consolidation",
      "kind": "related_topics"
    }
  ],
  "incomingEdges": [
    {
      "from": "domain:knowledge-management",
      "to": "topic:memory-scoping",
      "kind": "contains"
    },
    {
      "from": "tool:mem0",
      "to": "topic:memory-scoping",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:cloudflare-agent-memory",
      "to": "topic:memory-scoping",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "tool:vercel-ai-memory",
      "to": "topic:memory-scoping",
      "kind": "relates_to_topic",
      "attributes": {}
    },
    {
      "from": "topic:memory-security",
      "to": "topic:memory-scoping",
      "kind": "related_topics"
    },
    {
      "from": "topic:instruction-file-standard",
      "to": "topic:memory-scoping",
      "kind": "related_topics"
    },
    {
      "from": "topic:unified-agent-memory",
      "to": "topic:memory-scoping",
      "kind": "related_topics"
    },
    {
      "from": "topic:cloud-agent-memory",
      "to": "topic:memory-scoping",
      "kind": "related_topics"
    },
    {
      "from": "topic:memory-type-taxonomy",
      "to": "topic:memory-scoping",
      "kind": "related_topics"
    }
  ]
}