The Agent Council Platform
iris beginner 3 min read
What this means for you
IRIS is where AI agents work as a council, not as a swarm. Every agent has a versioned identity, every decision passes through a checkpoint, and every run leaves a signed receipt.
The pitch
Define your agents in YAML, group them into councils, run them in chains with veto checkpoints. The output is reproducible, traceable, and signed end to end.
Who it’s for
The engineering lead whose team has shipped one demo with a single agent and now needs three agents to disagree on purpose without the whole thing turning into a chat log.
Proof points
- Every agent definition is hashed end to end — same input bytes, same identity, every time
- Six open-source repos cover the schema, both SDKs, the dispatcher service, the bridge, and the website
- Two SDKs ship in lockstep: Python and TypeScript, both consuming the same contract file
mindmap root((IRIS)) Identity versioned agents signed definitions Coordination councils chains checkpoints Reproducible same input same output Open MIT license two SDKsneighbors on the map
- IRIS Ecosystem Overview explaining IRIS to a new teammate
- Three-Tier Architecture (Core → Choco → MERIDIAN) explaining the deployment model