claude-dynamic-workflows-codex
by scasella
Local execution and visualizer for Claude Code dynamic agent workflows
Summary
Runs Claude Code dynamic workflows locally against a Codex/GPT backend and provides an interactive run viewer for execution traces. It wires agent skills and orchestration logic into a local runtime so you can replay, inspect, and iterate on multi-step agent flows. The included visualizer highlights messages, actions, and decisions to make debugging and behavior analysis faster. This approach aligns with the Hierarchical Multi-Agent Pattern to structure coordination, and also resonates with the Event-Driven Agent Pattern for responsive workflows.
Why It Matters
Ideal For
Developers and researchers building or debugging multi-step agent workflows who need a local runtime and interactive trace viewer to analyze agent behavior. This setup is compatible with patterns like the Tree of Thoughts Pattern for structured reasoning and the Market-Based Coordination Pattern for coordinating between agents.
Applications
- Replay and inspect multi-step agent workflows to diagnose failures and decision paths
- Develop and iterate on agent skills locally against a Codex/GPT backend
- Visualize agent messages and actions to build an audit trail for agent-to-agent interactions