Build an agent in a guided flow.
Describe what you want an agent to do, and a guided builder turns it into a persona: its role, its rules, the skills and tools it can reach. The result is a markdown file you read, edit, and version like any other.
OperationKit is an agent-powered board that runs on your server. Your data stays on your disk. Your agents and skill files are plain markdown you keep. Works natively with Grok, Claude, and OpenAI. Point at any model, any time.
The heart of it
Every agent is a plain file. Write your own in a guided flow, bring one you already have, and run it on whatever model you choose. Nothing is trapped in a vendor's format.
Describe what you want an agent to do, and a guided builder turns it into a persona: its role, its rules, the skills and tools it can reach. The result is a markdown file you read, edit, and version like any other.
Build an agent and it is a file. Bring one from somewhere else and it is a file too. Because every persona is plain markdown, your agents move between tools instead of locking you into one.
Future-proof
Claude, OpenAI, and Grok work natively out of the box. Point at Gemini, Ollama, or any other provider via LiteLLM with no rewrite, no migration. Your agents and knowledge load from your own files first, so they behave the same regardless of what's running underneath.
Run a task on Claude or OpenAI, and switch between them mid-flight with one click. Whichever model runs the job, your personas and your knowledge base load from your own files first. Your context travels with the work instead of living in a vendor's platform.
Work an agent produces goes to a second, fresh-context agent that grades it against acceptance criteria locked before the work began. It auto-iterates on failures and tracks its own false-pass rate, so the gate's accuracy is something you can measure. It is how features like Loops ship without a human re-reading every line.
Run it anywhere
It runs on your server, but you do not have to sit at one. Drive it from your pocket, or set it to run without you.
The whole system is built for a phone screen. Spawn work, watch a live session, and run your operation from anywhere.
A real shell into the box, from your laptop or your phone. It is your server, with nothing hidden behind a vendor console.
Schedule an agent to run on its own. Set a job on a cron, and it runs, files its results, and reports back without you.
Drive it from the apps you already live in. Two-way control over Telegram and WhatsApp is on the roadmap.
Portable by design
Everything OperationKit knows is plain markdown on your disk. Read it, grep it, back it up, and take it to the next machine or the next model.
A markdown knowledge base your agents search and ground every answer in. Your decisions, playbooks, and notes stay plain files, not rows in a vector database you cannot read.
auto-read into every agent sessionBrowse and edit the same files your agents read and write, from a built-in editor. Markdown on disk, scoped per workspace so teams and clients never cross.
the filesystem your agents work inBuilt-in context intelligence
Most agent systems dump everything into the context window and hope for the best. OperationKit assembles context deliberately — the right knowledge, in the right order, every session.
Each session loads context from the outside in — global rules, then the agent's persona, then your workspace's business context, then the specific user's preferences. High-confidence signal arrives first, so a late-loaded KB snippet can never override a stable rule.
Human memory isn't one thing — there's what you're thinking about right now, and what you know from experience. Agent memory shouldn't be one thing either. OperationKit keeps them separate and connects them deliberately.
And it's yours
Your knowledge, your agents, your infrastructure. OperationKit runs on hardware you control, and every part of it is yours to read, audit, and take with you.
Plain files, not a black box. Every agent's memory is markdown you can open, grep, and back up. If you ever leave, your data walks out with you.
Your infrastructure, your keys. Nothing routes through a third-party orchestration cloud, and nothing trains on your work.
Any model, so the system outlasts whichever one you use today. The context is yours; the engine is a choice you can change.
The core runs many agents executing shell on a shared host. That is a real blast radius, and we say so plainly. Today's isolation is per-session git worktrees plus a pre-write guard hook. It stops the common cross-session mistake. It is not a security sandbox.
Per-agent container isolation is on the roadmap, not shipped. Until then, run OperationKit on a dedicated, disposable host with only the credentials it needs. We document the sharp edges instead of hiding them.
The heart of the operation
Every piece of work is an objective on the board: planning, working, review, done. Status comes from the live agent process, not the agent's word for it. Spawn one objective or a hundred; each runs in its own isolated session.
Cards move through planning → working → review → done. Each card is a live session with a terminal you can watch in real time, from your laptop or your phone.
live status from the process, not the agent's claimCreate a workspace per team or client. Users, objectives, files, and credentials stay scoped to their workspace. Nothing crosses. Invite teammates; each gets their own board view.
multi-tenant from day oneOne objective fans out into up to five worker sub-agents, each isolated in its own git worktree and reviewed before it merges back.
Track the open threads of your work: who you owe, who you're waiting on. Pulled from meetings onto a board with a daily nudge.
Schedule an agent to run on its own. Set a cron, and it runs, files its results, and reports back without you.
Guided, documented, flexible
The setup is guided, the docs are real, and the system bends to how you work instead of boxing you in. That is the part most open-source agent platforms skip. The self-hosting guide takes you from an empty server to a running system.
Hosted coding agents are excellent. Use one if it fits. OperationKit exists for what a vendor cloud cannot serve:
Your work and your data never leave your infrastructure. Everything runs on a host you control. Nothing is sent to a third-party orchestration cloud.
One system, not ten tabs. Your knowledge, loops, contacts, files, and agents share the same context, instead of scattering across a vendor's separate products.
Your infrastructure, your rules. Your own hardware, your own billing, your own data-residency and compliance posture.
If a vendor cloud covers everything you need, use it. OperationKit is for keeping the whole operation in-house.
From zero to running
One host, one compose file, then run everything from your laptop or your phone. The snippet is illustrative. The real steps live in the setup guide.
Any server you control. Add your own model keys or org seats.
Copy .env.example, fill your keys, then docker compose up. The web app and the agent runtime come up together.
Create a workspace, spawn objectives, and watch each live session in an embedded terminal from your phone.
The core is free and open under Apache-2.0, and it stays that way.
Keep it in-house
Stand it up on your own server. Your data stays on your disk. Your agents and knowledge come with you wherever you go.