iiRecord
Agentic AI Atlas · Memori Labs Agent Memory
memory-system:memori-labsa5c.ai
II.
MemorySystem JSON

memory-system:memori-labs

Structured · live

Memori Labs Agent 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:memori-labs",
  "_kind": "MemorySystem",
  "_file": "domain/knowledge-fabric/memory-systems.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Memori Labs Agent Memory",
    "description": "Agent-native memory infrastructure from Memori Labs that structures\nmemory from agent execution traces. Rather than requiring agents to\nexplicitly write memories, Memori Labs processes execution traces (tool\ncalls, reasoning steps, outcomes) to extract structured memory entries\nautomatically. LLM-agnostic — works with any model provider. Memories\nare organized by entity, event, and procedure types and are retrievable\nvia a REST API. The trace-driven extraction approach means memory\naccumulates as a side effect of normal agent operation rather than\nrequiring dedicated memory management steps.\n",
    "memoryKind": "api-service",
    "persistence": "cross-agent",
    "autoExtraction": true,
    "consolidation": "on-write",
    "storageFormat": "custom",
    "privacyFilter": false,
    "deduplication": "semantic"
  },
  "outgoingEdges": [
    {
      "from": "memory-system:memori-labs",
      "to": "layer:12-knowledge-fabric",
      "kind": "realizes",
      "attributes": {}
    },
    {
      "from": "memory-system:memori-labs",
      "to": "tool:memori-labs",
      "kind": "memory_system_integrates",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-version:langgraph@current",
      "to": "memory-system:memori-labs",
      "kind": "uses_memory_system",
      "attributes": {}
    }
  ]
}