-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Summary
Leverage Amp SDK's sub-agent capabilities combined with git worktrees for true parallel multi-agent task execution.
Linear: ENG-1464
Architecture
- Amp SDK supports spawning multiple sub-agents that work on different parts simultaneously
- Combined with git worktrees (Issue A), each sub-agent gets an isolated worktree
- Lead agent coordinates work, assigns subtasks, merges results
Implementation
- Swarm mode:
ralph-starter auto --swarm --agent amp - Lead agent decomposes batch into parallelizable subtasks
- Each subtask spawned as Amp sub-agent in its own worktree
- Progress display shows all active agents
- Results merged back to main branch
Files
src/commands/auto.tssrc/loop/executor.tssrc/loop/task-executor.ts
Depends On
- Issue A (Git worktree support)
- Issue L (Agent abstraction refactor)
- Issue M (Executor Amp support)
Reactions are currently unavailable