create-agent-swarm
v0.1.0
Published
Scaffold the Agent Swarm .minions framework in any project
Readme
Project scaffold is isolated in .minions/.
Use the initializer CLI to install this framework into any repo:
# from npm (after publish)
npx create-agent-swarm /path/to/new-project
# directly from GitHub (without npm publish)
npx github:davidgarcia/agent-swarm /path/to/new-projectThen in the target project:
cd /path/to/new-project
./.minions/scripts/bootstrap-upstream.sh
docker compose -f .minions/docker-compose.yml -p minions up --build -d --scale agent=2See .minions/README.md for full workflow.
