AWF runs parallel AI coding agents in isolated Docker workspaces
Agent Workspace Fabric (AWF) is an open-source control plane that runs AI coding agents like Codex, Claude Code, and Gemini in parallel, giving each task its own isolated git worktree and Docker Compose stack with automated PR creation and monitoring.
Score breakdown
AWF provides infrastructure-layer isolation and lifecycle management for parallel AI coding agents, replacing ad-hoc coordination with a governed worktree-per-task model that handles the full contribution pipeline from checkout to merge.
- 01AWF is an open-source control plane for running AI coding agents in parallel, released under Apache-2.0.
- 02Supported agents include Codex, Claude Code, Gemini, OpenCode, Grok, and Cursor.
- 03Each task gets its own isolated git worktree and Docker Compose stack to prevent collisions.
Agent Workspace Fabric (AWF) is an open-source project by dimileeh that acts as an industrial-grade control plane for AI coding agents. Rather than functioning as a chatbot or product-planning tool, AWF gives agents like Codex, Claude Code, Gemini, OpenCode, Grok, and Cursor a repeatable, structured way to contribute code: each task is assigned an isolated git worktree and a dedicated Docker Compose stack, ensuring agents working in parallel against the same codebase do not collide.
The repository is licensed under Apache-2.0 and had 8 stars and 449 commits at the time of publication.
The system includes profile-driven validation, automated PR creation, and an autonomous PR-monitor loop that manages the full lifecycle of a contribution — including review, CI fix iterations, base synchronization, and auto-merge through a governed queue. AWF supports both GitHub and BitBucket as hosting targets. The repository is licensed under Apache-2.0 and had 8 stars and 449 commits at the time of publication. The project describes itself explicitly as "not a chatbot and not a product-planning brain," positioning it as infrastructure-layer tooling for agent orchestration rather than a user-facing AI assistant.
Key facts
- 01AWF is an open-source control plane for running AI coding agents in parallel, released under Apache-2.0.
- 02Supported agents include Codex, Claude Code, Gemini, OpenCode, Grok, and Cursor.
- 03Each task gets its own isolated git worktree and Docker Compose stack to prevent collisions.
- 04An autonomous PR-monitor loop handles review, CI fixes, base sync, and auto-merge.
- 05AWF supports both GitHub and BitBucket as hosting targets.
- 06The operator console demo shows five agents running in parallel against one codebase.
- 07The repository had 449 commits and 8 stars at time of publication.
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 17, 2026 · 10:39 UTC. How this works →