Agent
A versioned config: model, prompt, tools, skills, MCP, harness. Sessions pin a version at creation; updates never rewrite live runs.
Run your own agents on any model, in any sandbox. Deploy to Cloudflare Workers, or run it yourself with Docker.
Apache 2.0 · self-hostable · no vendor lock-in
Product
A platform for running agent fleets, not a chat UI. Four primitives carry the whole model.
A versioned config: model, prompt, tools, skills, MCP, harness. Sessions pin a version at creation; updates never rewrite live runs.
A conversation backed by an append-only event log. Streaming, crash recovery, and lifecycle all hang off this durable state.
The execution sandbox: packages, network policy, container image. Reusable across agents, so a fleet shares one runtime shape.
A credential store that never enters the sandbox. An outbound proxy injects tokens at the network layer, matched by URL.
Example
Pick a use case and follow its trigger → agent → result pipeline, including the local bridge relay, Kubernetes, and the browser sandbox.
One agent, wired to your stack
Customer threads open sessions; answers are drafted from your docs.
Anatomy
Every message runs the same durable path. The session's append-only event log records it, the harness drives the model loop, tools execute in the sandbox, and the outbound proxy injects vault credentials the sandbox never sees.
The replayable event log is what makes a crashed turn resumable.
Reach
The control plane is the constant. Point it at Anthropic, any OpenAI-compatible gateway, or your own model; run tools on Cloudflare Containers, Kubernetes, an OpenShell bridge, a WASM VM in a browser tab, your own machine over the CLI, or a micro-VM vendor. In the middle, one durable spine owns context, state, and memory — so the session survives whichever model or sandbox you swap in.
Explore
The details live on their own pages — pick a thread to pull.
The meta-harness design, architecture layers, and the durable session lifecycle.
Everything the platform gives you — and why it's drop-in compatible.
Real workflows: ship code, run production, answer customers, work a thread.
Multi-agent fleets, any sandbox provider, and bridging your own machine.
Clone, deploy, or try the hosted deployment of the same codebase.