Skip to content

Get Started

CO is a methodology for structured human-AI collaboration. It works in any professional domain. You do not need to write code to use it.

Claude Desktop: Set up CO for your field in 10 minutes. Choose from seven domain applications (coding, research, learning, finance, education, governance, compliance) or build your own from the CO template.

CO runs via Claude Code (CLI, full enforcement) or Claude Desktop Cowork (plugin, broader accessibility). The Claude Desktop guide covers the plugin path.

CC is the universal set of patterns for structuring AI-assisted work using Claude Code’s artifact system. It defines how to build agents, skills, rules, hooks, commands, and settings that make any Claude Code session disciplined rather than ad-hoc.

Claude Code Patterns: The seven artifact types, quality rules, and key patterns (progressive disclosure, defense in depth, anti-amnesia).

COC is the software development application of CO. It uses Claude Code as the implementation partner: 50+ specialist agents, framework-aware skills, automated code review, test-driven implementation, and a six-phase workflow from idea to production.

Claude Code Quickstart: Clone the template, run claude, type /start.

The Terrene Foundation maintains reference implementations of its specifications. All software is licensed under Apache 2.0: use it, extend it, build commercial products on it.

The workflow orchestration platform with integrated trust infrastructure. 188 workflow nodes, sync and async runtimes, and the Trust Plane built in. 322,000+ lines of source code. 13,301 tests.

Primitives (deterministic building blocks)

Section titled “Primitives (deterministic building blocks)”
PackageVersionPurposeInstall
Kailash Core2.3.4Workflow orchestration, 188 nodes, sync and async runtimespip install kailash
DataFlow1.4.0Zero-config database operations (11 nodes per model), Express CRUD (0.27ms)pip install kailash-dataflow
Nexus1.6.1Multi-channel deployment (API + CLI + MCP simultaneously)pip install kailash-nexus
Kaizen2.3.3AI agent primitives: agents, signatures, tool registry, orchestration scaffoldingpip install kailash-kaizen
PACT0.5.0Governance primitives: D/T/R addressing, constraint envelopes, cost trackingpip install kailash-pact

Engines (composed, deterministic, cross-cutting)

Section titled “Engines (composed, deterministic, cross-cutting)”

Each engine wraps its primitive with additional capabilities and reaches across all five primitives. Engines sit above the governance line: they are deterministic and require no LLM.

EngineWhat it composesInstall
DataFlowEngineDataFlow + query monitoring + field validation + data classification policiespip install kailash-dataflow
NexusEngineNexus + enterprise middleware (CSRF, audit, metrics, rate limiting, security headers)pip install kailash-nexus
PactEngineGovernanceEngine + CostTracker + EventBus; the Trust Plane facadepip install kailash-pact

Agents (autonomous, below the governance line)

Section titled “Agents (autonomous, below the governance line)”

Agents operate below the governance line. They use an LLM to reason, plan, and act, but every action passes through the engines above the line before execution proceeds.

AgentWhat it doesInstall
DelegateSingle autonomous agent; TAOD loop (Think, Act, Observe, Decide) with governance gatepip install kaizen-agents
GovernedSupervisorMulti-agent orchestration; 7 governance subsystems (accountability, budget, clearance, cascade, dereliction, bypass, audit); progressive disclosure APIpip install kaizen-agents

The Trust Plane is the cryptographic trust infrastructure integrated into Kailash v2. It is not a separate product; it is the enforcement layer through which every governed action passes.

76,000+ lines. 4,255 tests. 72 security findings resolved across four red team rounds.

What it provides:

  • Human origin tracking. Every AI action traces through a cryptographic chain to the human who authorized it.
  • Constraint propagation. Constraints flow through delegation chains and can only tighten, never loosen. This is enforced mechanically.
  • Ed25519 signing. Decision records are signed, chained, and tamper-evident.
  • RFC 3161 timestamping. Audit trails are independently timestamped.
  • Five verification levels. From lightweight logging to full cryptographic attestation.
  • PACT for MCP. Governance middleware for any MCP-compatible agent (Claude Code, Codex, Gemini).

Start with zero configuration. Scale by changing environment variables.

LevelInfrastructureWhat changes
0SQLite (default)Nothing. Works out of the box.
1PostgreSQL or MySQLSet KAILASH_DATABASE_URL. Same code.
2Multi-worker with RedisAdd KAILASH_REDIS_URL. Task queue, worker registry, distributed locking.

The governance platform implementing the CARE specification. Provides the Trust Plane and Execution Plane architecture, constraint management, and reflective improvement infrastructure. Governance enforced at execution time, not observed after the fact.

The trust protocol implementation. Dataclass-based decision records, Ed25519 signing, HMAC integrity verification, monotonic trust escalation, and multiple store backends.

The practical toolkit for applying CO methodology. Templates, patterns, and tooling for teams adopting Cognitive Orchestration.

All Foundation software accepts contributions under the Apache 2.0 license. Contributions are subject to the Foundation’s contributor framework: intellectual property is irrevocably transferred to the Foundation upon contribution, ensuring no single entity holds exclusive rights.

See each repository’s CONTRIBUTING.md for specific guidelines.