Meta‑AgentsDB / the cortex — how meta‑agents think
This is the cortex. Every step your agents take in Claude Code or Codex lands here — the decision, the reasoning, and what it caused. Writes enter on the left, flow through the shared MADB spine, and surface on the right as recall — so agents act on remembered, auditable context instead of guessing, and every action stays traceable back to its cause. Drag to turn it.
the lobes
Each lobe is a real cluster of tenant scopes in your engine. They don't touch each other — they converge on the shared causal spine.
what it holds
Event types seen across the store — the recurring primitives the engine reasons over.
how it fires
Operation mix from the most recent window — write & recall dominate; causal walks trace the “why”.
the substrate
A local-first LSM store: writes land in a WAL, flush to memtables, compact into leveled SSTables, indexed by a causal DAG and a vector cache for semantic recall — all on this disk, no cloud.