iiRecord
Agentic AI Atlas · Devin Persistent Workspace Memory
memory-system:devin-memorya5c.ai
II.
MemorySystem JSON

memory-system:devin-memory

Structured · live

Devin Persistent Workspace Memory json

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

File · domain/knowledge-fabric/memory-systems.yamlCluster · domain
Record JSON
{
  "id": "memory-system:devin-memory",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Devin Persistent Workspace Memory",
    "description": "Devin's persistent workspace memory system spanning autonomous sessions.\nDevin maintains a knowledge base accumulation layer that records project\ncontext, architectural decisions, encountered patterns, and deployment\nprocedures across sessions. Memory is stored server-side in Devin's\ncloud infrastructure and made available at the start of new sessions\non the same repository. The system supports explicit knowledge injection\nvia the Devin UI and implicit accumulation through completed task\nhistories, allowing teams to build up a shared Devin memory that\nimproves task completion rates over time.\n",
    "memoryKind": "proprietary",
    "persistence": "project-scoped",
    "autoExtraction": true,
    "consolidation": "periodic",
    "storageFormat": "custom",
    "privacyFilter": false,
    "deduplication": "semantic"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:devin-memory",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:devin@current",
      "to": "memory-system:devin-memory",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}