SYS.ONLINE
REGION: US-EAST-1
[SECURE]
Multi-Agent Orchestration Live | v0.1.0

Coordinate
Intelligence

// The mission control for autonomous agents.
Create, deploy, and observe multi-agent swarms with full type safety and zero friction.

2M+ Context
0.05s TTFT
Any Model
Local Ready
EVOLUTION_OF_AGENCY

Beyond the
Toy Phase.

Agents have evolved. Your infrastructure should too.

Gen 1: Scripted Chains

Rigid pipelines. Fragile state.
The "maintainability nightmare" era.

Gen 2: Black Box "Crews"

Hidden prompts. Magic orchestration.
Great for demos, bad for production.

Gen 3: Chorus

Type-safe swarms. Fully observable. Control flow you can actually debug.

Everything you need to orchestrate intelligence.

Chorus provides the primitives to build reliable, observable, and type-safe agentic systems.

TS

TypeScript Native

Don't fight the framework. Chorus is built to leverage TypeScript's type system for maximum safety and developer experience.
End-to-end type safety, from prompt to response.

Model Agnostic

Swap providers instantly. No vendor lock-in. Support for Gemini, OpenAI, Claude, and local LLMs.

Modular Primitives

Atomic building blocks. Compose agents, tools, and memories like Lego bricks.

Deep Observability

Trace every thought, action, and tool call. Built-in execution tracing, token usage tracking, and lifecycle hooks for complete visibility into your agents.

CLI & DevTools

Scaffold projects with chorus init, run agents with tracing via chorus run, and debug visually with the built-in DevTools server.

Live Connection

Zero friction.
Just primitives.

Stop wrestling with complex configuration files and "magic" frameworks. Define agents with pure code.

2 IMPORTS
~10 LOC
100% TYPED
agent.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Getting Started

Build in minutes.

From installation to multi-agent orchestration in under 5 minutes.

terminal
$ pnpm add @chorus/core @chorus/gemini @chorus/cli
# Or use npm / yarn
# npm install @chorus/core @chorus/gemini
# yarn add @chorus/core @chorus/gemini
01
Core Package
Agent, tools, and orchestration primitives
02
Provider Package
Gemini, OpenAI, Anthropic adapters
03
Zero Config
TypeScript-first, no setup required
System Ready

Ship your first
Swarm Today.

Join thousands of engineers building the next generation of autonomous software.

$
pnpm add @chorus/core