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
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