Route requests to specialist agents
routingworkflowsetup L2★32
xz1220/open-dynamic-workflows ↗What it does
Classify the request, route it to the
Best for
Orchestrating multi-phase agent workflows with structured handoff and consensus-driven decision gates.
Inputs
- · args object (workflow parameters)
Outputs
- · structured result object
Requires
- · Claude agent runtime (Workflow)
- · agentic subagents (multi-agent orchestration)
Preconditions
- · structured output schema defined
- · Claude agent runtime available
Failure modes
- · schema validation failure (invalid JSON or required fields missing)
- · agent timeout or inference failure
- · early termination signal (kill signal or max cycles hit)
Trust signals
- · strict structured output schema enforces correctness