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:
AGENT-FINANCIAL-ANALYST— business case & TCOAGENT-PROMPT-ENGINEER— prompt designAGENT-AI-ARCHITECT— solution architectureAGENT-DEV-PYTHON-IA— implementationAGENT-QA-AGILE— quality assuranceAGENT-DEVOPS-CLOUD— deploymentAGENT-SECURITE-IA— security review
See the verified end-to-end run in Live proofs.