Vektra AI · Open Source
Structural Experience Graph for autonomous agents
Local-first memory and reasoning substrate for agent swarms. Content-addressed genomes, capability-gated sharing, Experience Graph v3, and Mission Control — no central authority in the stack.
then agentdrive for pool + policy

Operator flow
Four moves from empty machine to a structural memory system your agents can reason over — each stage is one command, one artifact on the drive.
01 · Stage
One curl command brings up the CLI, TUI, shared object store, and Mission Control — venv-isolated, no collision with system Python.
$ curl -fsSL https://vektraindustries.com/agentdrive/install | bash02 · Stage
Open the terminal surface with pool state, policy summary, and the next operator actions. The Tower shows the 6-step loop as agents work.
$ agentdrive03 · Stage
Wire any MCP-capable model to experience_graph_* tools — context packs, structural similarity, reasoning traces with gbrain scoring.
$ agentdrive mcp --stdio04 · Stage
Form a P-384 trust circle, exchange vouchers, sync swarm Drives over signed envelopes — no central authority in the path.
$ agentdrive peer voucher createThe difference
Cloud drives assumed humans, opaque bytes, and a landlord. AgentDrive assumes agents that need connections, history, and their own past reasoning — on your machine, under your policy.
Most drives
Flat files and folders — no graph of how work connects.
AgentDrive
Experience Graph v3 with TypedEdges, continuations, and queryable reasoning traces.
Most drives
Memory lives in the vendor cloud; policy is their terms.
AgentDrive
Local-first pools with promotion gates — nothing crosses a tier without a record.
Most drives
Stateless tool loops — every session starts from zero.
AgentDrive
Self-referential DNA: prior structural decisions become gbrain-scored context for the next run.
v3
Experience Graph
6
Step loop
4
Surfaces
MIT
License
What it does
Durable substrate plus the Experience Graph layer — the part that lets autonomous systems get smarter from their own structural history.
01
A living, queryable fabric of TypedEdges, cross-cycle continuations, and structural reasoning traces — not flat document retrieval.
02
Every artifact is a SHA-256 of its canonical JSON. Dedup is free, lineage is a DAG, provenance is cryptographic.
03
Sub-agents in the same swarm read each other's work by default — sibling learning without ACL bookkeeping.
04
experience_graph_* tools for Claude, Cursor, or local models — context packs, similarity search, and trace recording on the drive.
05
Tower + TUI observability: watch the 6-step loop, Parent decisions, and fabric updates as one surface — not scattered files.
06
Every cross-tier ingest is an auditable propose/approve record. Rules stay visible; contradictions become conflict copies, not silent merges.
01 · Structural memory
The durable substrate — three-tier Drives, CRDT merges, capability URIs — plus the Experience Graph layer that lets agents get smarter from their own history.
Personal, Swarm, and DNA tiers with content-addressed Genomes. Pools start empty and only accumulate proven material.
Commutative counters merge automatically. Non-commutative writes become first-class conflict copies — contradictions are data, not bugs.
Experience → Overseer → Parent → steering → execution → new experience written back as graph-native traces and edges.
02 · Trust & federation
AgentDrive assumes no central server, no opaque bytes, and no implied sharing rules. Possession of the capability URI is authorization.
One access primitive across local store, swarm, and peer federation — explicit grants instead of inferred runtime behavior.
Multi-device sync without a central authority. Voucher-based join, sealed sync envelopes, no recovery backdoor.
Every run, MCP call, and autonomous decision can be written back as queryable, scored experience for the next agent on the drive.
Surface area
01 · CLI
Inspect, ingest, query, snapshot, and federate from the terminal.
02 · TUI
Interactive surface for onboarding, pool review, and policy tuning.
03 · Tower
Mission Control — live 6-step pulsing, fabric updates, and reasoning traces in one panel.
04 · MCP
experience_graph_* tools for any orchestrator that spawns children — Claude Code, Codex, Grok Build, local models.
Policy
Pools start empty and only accumulate proven material.
Sharing rules are explicit — never inferred from runtime behavior.
Every retained Genome carries a verifiable author and lineage.
Cross-tier ingest requires an explicit promotion record — auditable and revocable.
Command surface
Instruction Manual
Whether you’re a developer, an autonomous agent, or a local model running on your laptop — this is the authoritative manual. Read top to bottom or jump to the section you need.
The fastest way to prove everything works for both you and your models.
agentdrive doctor — verify healthagentdrive mcp install && agentdrive mcp doctor — wire MCP for any modelagentdrive golden-path run — seed → think → learnings → queryagentdrive_mcp_catalog() first.Full details in the source docs or by running the commands.
A living, queryable structural fabric (TypedEdges, gbrain scores, provenance, cross-cycle continuations). Not flat retrieval — memory you can reason over.
Experience → Overseer (graph context) → Parent records explicit structural reasoning → Steering → Execution → write new experience back as first-class traces.
The Overseer serves the Parent. The Parent is accountable. The graph is the witness.
Content-addressed, deduplicated units of capability and knowledge. Pools only grow from proven material. Everything compounds.
Long-lived governed world. Models register as persistent programs with program_id and constitution refs. Your actions become attributable DNA.
This is the canonical operating manual for any model using AgentDrive (Claude, Grok, Cursor, Continue + Ollama, custom agents, etc.).
agentdrive_mcp_catalog(format="full"). This is live truth + clone guidance.experience_graph_get_context_pack → (suggest structure) → decide → record_reasoning.agentdrive_get_mcp_config_snippet(client="claude") (or cursor/generic/codex) to help your human wire you correctly.Local models (via Continue, direct MCP, custom harness) are explicitly first-class. The same tools and loop apply. A model that stays attached to the same Drive + Graph over days/weeks demonstrates real compounding improvement. Clones make this even better — you can help evolve the system you’re running on in a governed way.
MCP is the universal interface. One Gateway process. Any client that can speak stdio (or HTTP in dev) gets the full Experience Graph + DNA surface.
Run agentdrive mcp config --client claude (or cursor/generic) for the exact block. In a clone the model itself can generate the freshest snippet via agentdrive_get_mcp_config_snippet.
Full client recipes and clone notes are in the source docs and the live catalog.
git clone the repo, pip install -e ".[mcp]", then agentdrive mcp install.
The launcher, source reader, and config helpers all prefer your local tree. Connected models will see clone-specific guidance in the catalog and can help the human finish wiring other clients.
This is the recommended path for researchers, power users, and anyone who wants their local models to participate in evolving the system.
agentdrive doctor --verboseagentdrive mcp doctoragentdrive golden-path runagentdrive mcp config --client genericagentdrive_mcp_catalog() then experience_graph_get_context_packagentdrive_mcp_catalog().docs/.Instruction Manual
Whether you’re a developer, an autonomous agent, or a local model running on your laptop — this is the authoritative manual. Read top to bottom or jump to the section you need.
The fastest way to prove everything works for both you and your models.
agentdrive doctor — verify healthagentdrive mcp install && agentdrive mcp doctor — wire MCP for any modelagentdrive golden-path run — seed → think → learnings → queryagentdrive_mcp_catalog() first.Full details in the source docs or by running the commands.
A living, queryable structural fabric (TypedEdges, gbrain scores, provenance, cross-cycle continuations). Not flat retrieval — memory you can reason over.
Experience → Overseer (graph context) → Parent records explicit structural reasoning → Steering → Execution → write new experience back as first-class traces.
The Overseer serves the Parent. The Parent is accountable. The graph is the witness.
Content-addressed, deduplicated units of capability and knowledge. Pools only grow from proven material. Everything compounds.
Long-lived governed world. Models register as persistent programs with program_id and constitution refs. Your actions become attributable DNA.
This is the canonical operating manual for any model using AgentDrive (Claude, Grok, Cursor, Continue + Ollama, custom agents, etc.).
agentdrive_mcp_catalog(format="full"). This is live truth + clone guidance.experience_graph_get_context_pack → (suggest structure) → decide → record_reasoning.agentdrive_get_mcp_config_snippet(client="claude") (or cursor/generic/codex) to help your human wire you correctly.Local models (via Continue, direct MCP, custom harness) are explicitly first-class. The same tools and loop apply. A model that stays attached to the same Drive + Graph over days/weeks demonstrates real compounding improvement. Clones make this even better — you can help evolve the system you’re running on in a governed way.
MCP is the universal interface. One Gateway process. Any client that can speak stdio (or HTTP in dev) gets the full Experience Graph + DNA surface.
Run agentdrive mcp config --client claude (or cursor/generic) for the exact block. In a clone the model itself can generate the freshest snippet via agentdrive_get_mcp_config_snippet.
Full client recipes and clone notes are in the source docs and the live catalog.
git clone the repo, pip install -e ".[mcp]", then agentdrive mcp install.
The launcher, source reader, and config helpers all prefer your local tree. Connected models will see clone-specific guidance in the catalog and can help the human finish wiring other clients.
This is the recommended path for researchers, power users, and anyone who wants their local models to participate in evolving the system.
agentdrive doctor --verboseagentdrive mcp doctoragentdrive golden-path runagentdrive mcp config --client genericagentdrive_mcp_catalog() then experience_graph_get_context_packagentdrive_mcp_catalog().docs/.Why AgentDrive
Agents that outsource memory to a vendor aren’t autonomous — they’re tenants. AgentDrive runs on your machine with pools that only grow from proven work, promotion gates before anything crosses a tier, and a graph your models can query over connections, not just filenames.
The Experience Graph records how reasoning unfolded — TypedEdges, structural similarity, Parent decisions in the 6-step loop — so the next agent (or the same one next week) stands on prior structural work instead of re-prompting from scratch.
AgentDrive is MIT-licensed. Vektra Industries ships cognition infrastructure on a long horizon — everyday automation should not require a surveillance landlord or a quarterly renewal on your own history.
MIT Licensed · Built by Vektra Industries