COGENTIC — OPEN AGENTIC RUNTIME
Cogentic is the cooperative runtime that powers KaiMoi — and any AI org chart you can imagine. One install. Any model. Any team size.
YOUR AI WORKFORCE
KaiMoi ships with Kai (Operator) and Moi (Overseer) — but Cogentic can run any role you define. Design the team your business actually needs, not the one that came in the box.
ENTERPRISE EXAMPLE
A structured team with department leads and specialised sub-agents — all defined in one cogentic.yml.
WHY COGENTIC
Every design decision targets the things that kill agent projects in production.
Every turn, the internal router picks the cheapest model that can handle the work. Short questions go to DeepSeek; code reviews escalate to Claude. You pay for what you need.
Agents can spawn child agents with least-privilege escalation guards. A Research Lead delegates web scraping to a Scraper sub-agent without handing over your full tool palette.
Every LLM call lands in a local SQLite ledger. Budget enforcement warns at 80% and hard-stops at 100%. No surprise bills at month-end.
Adaptive skills, session full-text search, and a cost ledger give each agent a persistent identity across restarts — not just a stateless chat session.
DeepSeek, Claude, GPT-4o, Gemini, Grok, Kimi, or a local LLM via llama.cpp. Switch providers in one config line without touching your agent logic.
Tool access is scoped at the runtime layer, not pinned inside each agent's prompt. An agent can only reach what its role explicitly allows — misconfigured prompts can't escalate privileges.
THREE WAYS TO RUN
All surfaces share the same config, memory, and cost ledger.
01
Start a conversation with any agent from your shell. Full tool palette, session history, and tab-complete for common commands.
$ cogentic
cogentic> ask kai to review my PR #142
Kai → reading diff… running tests…
02
Spin up a local web UI in seconds. Assign tasks, track progress, and view cost logs from any browser — no cloud login required.
$ cogentic serve → http://localhost:4242 KaiMoi Panel v0.2.59
03
Expose your entire agent fleet as an MCP server. Claude Code, Cursor, and Zed can delegate tasks directly — no extra API spend on your Max plan.
$ cogentic mcp → MCP stdio server ready Registered: 26 tools
SUPPORTED PROVIDERS
Cloud or local — Cogentic routes to the right tier automatically.
GET STARTED
Install once. Configure who does what. Ship.
Cogentic is the open-source runtime. KaiMoi is the enterprise-ready product built on top of it.