COGENTIC — OPEN AGENTIC RUNTIME

Build any AI workforce.
Not just a pair.

Cogentic is the cooperative runtime that powers KaiMoi — and any AI org chart you can imagine. One install. Any model. Any team size.

DIRECTOR you — your organisation Kai Operator DEV Moi Overseer REVIEW Rex Researcher RESEARCH Clara Content WRITE Sol Support CX 5 agents · 3 providers · 1 runtime

YOUR AI WORKFORCE

One runtime,
any org chart.

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.

DIRECTOR You — your organisation Kai Software Operator CODE · DEPLOY Moi Quality Overseer REVIEW · GATE Rex Research Analyst WEB · DOCS Clara Content Writer BLOG · SOCIAL Ada Data Analyst SQL · CHARTS Sol Customer Support CHAT · TICKET Frontend sub-agent Backend sub-agent Web Scraper sub-agent Summariser sub-agent Each role is a config entry. Add as many agents as your workflow needs.

ENTERPRISE EXAMPLE

8 agents. 4 departments. Unlimited sub-agents.

A structured team with department leads and specialised sub-agents — all defined in one cogentic.yml.

DIRECTOR You — your organisation ENGINEERING build & quality RESEARCH data & insights CREATIVE content & brand OPERATIONS data & support Kai Software Operator CODE · DEPLOY Moi Quality Overseer REVIEW · GATE Rex Research Analyst WEB · DOCS Nova Data Scientist SQL · MODELS Clara Content Writer BLOG · SOCIAL Max Brand Strategist SEO · ADS Ada Data Analyst SQL · CHARTS Sol Customer Support CHAT · TICKET Frontend sub-agent Backend sub-agent Scraper sub-agent Summariser sub-agent Social sub-agent Email sub-agent 8 agents · 4 departments · unlimited sub-agents · 1 runtime

WHY COGENTIC

A runtime built for real work.

Every design decision targets the things that kill agent projects in production.

Auto-routing by cost

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.

🔍

Cooperative subagents

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.

📊

Cost is first-class

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.

🧠

Long-term memory

Adaptive skills, session full-text search, and a cost ledger give each agent a persistent identity across restarts — not just a stateless chat session.

🔌

Any model, any provider

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.

🛡️

Workspace boundary

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

One brain, every surface.

All surfaces share the same config, memory, and cost ledger.

01

Terminal REPL

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

Browser Chat Panel

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

MCP Server

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

Works with the model you trust.

Cloud or local — Cogentic routes to the right tier automatically.

DeepSeek Claude OpenAI Gemini Grok Kimi Local LLM + add your own

GET STARTED

From zero to your first AI employee in 60 seconds.

Install once. Configure who does what. Ship.

$ pip install cogentic
$ cogentic init
$ cogentic serve

Cogentic is the open-source runtime. KaiMoi is the enterprise-ready product built on top of it.