Skip to content

Workflows

A workflow (WF-0xx) chains specialized agents into an end-to-end deliverable. Each step is gated: the run only advances when its blocking checks pass.

Proven workflows

Three workflows have been run live, end to end, against catalog v3.27.0:

Workflow Use case Steps Status Result
WF-001 (see live proofs) 3 completed 3 / 3 passed
WF-002 (see live proofs) 5 completed 5 / 5 passed
WF-003 RAG customer-support chatbot (insurer) 7 completed 7 / 7 passed

Full per-step verdicts are captured as JSON — see Live proofs.

Detailed example — WF-003

Use case: a RAG customer-support chatbot for an insurer, with answers sourced from a policies/claims knowledge base.

The workflow runs 7 steps, each delegated to a dedicated agent from catalog v3.27.0:

  1. AGENT-FINANCIAL-ANALYST — business case & TCO
  2. AGENT-PROMPT-ENGINEER — prompt design
  3. AGENT-AI-ARCHITECT — solution architecture
  4. AGENT-DEV-PYTHON-IA — implementation
  5. AGENT-QA-AGILE — quality assurance
  6. AGENT-DEVOPS-CLOUD — deployment
  7. AGENT-SECURITE-IA — security review

See the verified end-to-end run in Live proofs.