unclebob/swarm-forge
原文摘要
A simple tool for coordinating several AI agents. Do not spend any money on a bankrbot SWARM token. SwarmForge A disciplined tmux-based agent orchestration platform that turns swarms of AI agents into reliable, professional software engineers. Intent This main branch is documentary: it explains the system and carries the shared operational scripts and default constitution articles. The runnable workflow branches carry the project-facing configurations, role prompts, and local constitution articles that define specific workflows. SwarmForge is an agent coordination system that facilitates communication between agents working in different git worktrees. It provides a shared structure for role-specific prompts, worktree assignment, tmux sessions, and message passing so multiple agents can collaborate on the same project without stepping on each other. Branches The runnable SwarmForge configurations live on dedicated branches. Each branch contains the swarmforge/swarmforge.conf , local constitution articles, and role prompts for one workflow. At startup, its ./swarm wrapper copies the shared operational scripts and shared constitution articles from main when they are not already presen…