The Engine
Room.
A deep dive into the technical primitives that allow multiple agents to read, write, and collaborate on a shared context graph.
Multi-Actor Runtime
The vault is a multi-actor state machine that is entirely agent and harness agnostic. It bridges the gap between commercial chatbots like ChatGPT or Claude and your own custom autonomous workers. They can cross-collaborate, read the same notes, build upon intermediate outputs, and push state updates to the exact same reality.
Markdown Native
We reject proprietary databases for knowledge representation. The core graph is built on plain text, standard Markdown files. This guarantees that your data is portable, directly inspectable by standard tools, incredibly durable against bitrot, and natively understood by LLMs without heavy transformation layers.
Durable Checkpointing
Long-running agent workflows require pause and resume capabilities. The vault automatically generates logical checkpoints of active work. If an agent crashes, gets rate-limited, or requires human intervention, the entire system state—decisions, patterns, and active threads—can be resumed seamlessly.
MCP Implementation
CortexGraph Vault implements the open Model Context Protocol (MCP). This means your context graph isn't trapped in our UI. You can connect Cursor, Claude Desktop, or any future MCP-compliant tool directly into your graph, providing them immediate, scoped access to your entire knowledge base.