cosmix/loom
49 stars · Last commit 2026-05-28
A Rust-based agent orchestrator enabling a swarm of Claude Code instances building software.
README preview
# Loom Loom is an agent orchestration system for Claude Code. It coordinates AI agent sessions across git worktrees, enabling parallel task execution with crash recovery, context handoffs, and structured verification. ## What Loom Solves - Context exhaustion in long agent sessions - Lost execution state when sessions crash or end - Manual handoff/restart overhead - Weak coordination across multi-stage work ## Key Capabilities - Persistent orchestration state in `.work/` - Git worktree isolation for parallel stage execution - Stage-aware signals and recovery flows - Goal-backward verification (`artifacts`, `wiring`, `wiring_tests`, `dead_code_check`) - Plan-level and stage-level sandbox controls - Optional agent teams guidance in stage signals