Agentic Runtime
claude-agentic-runtime v0.6.0 — a headless orchestration engine for
multi-agent workflows.
What it does
- Runs declarative workflows (
WF-0xx) where each step delegates to a specialized agent imported from a versioned catalog. - Enforces eval-gates at every step (blocking / advisory checks); a failed blocking gate stops the run.
- Acts as a read-only consumer of the catalog (pinned, versioned imports).
Highlights
- Proven live, end to end — see Live proofs.
- ISO-aligned quality and licence audits — see Audits & licences.
- Clean, dependency-light core (
@anthropic-ai/claude-agent-sdk+ajv).