Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up
Back to Ecosystem Pulse
ToolExperimental

claude-dynamic-workflows-codex

by scasella

Local execution and visualizer for Claude Code dynamic agent workflows

JavaScript
Updated Jul 11, 2026
Share:
315
Stars
17
Forks

View on GitHub

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

As agents coordinate and delegate, being able to run and inspect full workflow runs locally is essential for understanding failure modes and unexpected delegation. This project surfaces the interaction traces and decisions that form an agent's track record, which helps teams diagnose reliability and trust issues before deployment. By making runs reproducible and explorable, it supports practical pre-production evaluation and debugging of multi-agent orchestration, in line with the Planning Pattern and broader design principles.

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
Works With
openaiclaude-codecodex
Topics
agent-orchestrationagent-skillsagentsclaude-codecodexdynamic-workflowsfleet-supervisionmulti-agentopenaiorchestration+2 more
Similar Tools
autogenlangchain
Keywords
multi-agent orchestrationagent delegationagent interaction loggingpre-production agent testing