Skip to content

Agentic Runtime

claude-agentic-runtime v0.9.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.
  • Routes a free-form brief to the right workflow (a WF-000 dispatcher), declining with NO_MATCH when none fits and PARAMS_MISSING when the brief is too thin to route.
  • Acts as a read-only consumer of the catalog (pinned, versioned imports).

Highlights

  • Proven live, end to end — see Live proofs.
  • Routes and fail-closes before it runs — see the dispatcher runs.
  • ISO-aligned quality and licence audits — see Audits & licences.
  • Clean, dependency-light core (@anthropic-ai/claude-agent-sdk + ajv).

Source repository →