Coordinate parallel worker execution
codex-coordinatorsubagentsetup L3★741
ruvnet/agentic-flow ↗What it does
Coordinate multi-agent workflows with Codex runtime
Best for
When multi-agent workflows require explicit state coordination and deadlock avoidance.
Inputs
- · agent spec, workflow DAG, tool dependencies
Outputs
- · agent deployment config, workflow runtime state machine
Preconditions
- · Codex runtime, agent definitions
Failure modes
- · Deadlock in workflow state machine
- · Tool dependency not declared
- · Agent timeout during handoff
Trust signals
- · Workflow DAG validation
- · Deadlock detection
- · Tool dependency declaration