Release · 2026 · 04 · 21 · 2 min read
v0.1.3 — Parallel subagents
Subagents now run in their own conversation and sandbox. iris run --parallel fans out workloads across them.
Subagents are now first-class. Each one gets its own conversation buffer, its own sandbox, and its own slice of memory. The parent agent supervises and merges results.
Use iris run --parallel to fan out a task across N subagents from the CLI. The Prometheus exporter is now baked into the default Docker image.
In this release
- —Subagents now run in their own conversation + sandbox
- —iris run --parallel for fan-out workloads
- —Prometheus exporter ships in the default image