pilotswarm-cli
v0.1.6
Published
Terminal UI for pilotswarm — interactive durable agent orchestration.
Maintainers
Readme
pilotswarm-cli
Terminal UI for PilotSwarm.
Install:
npm install pilotswarm-cliFor app-specific worker modules or direct SDK imports, also add:
npm install pilotswarm-sdkRun locally against a plugin directory:
npx pilotswarm local --env .env --plugin ./plugin --worker ./worker-module.jspilotswarm-cli provides the shipped TUI. Your app customizes it with plugin/plugin.json, plugin/agents/*.agent.md, plugin/skills/*/SKILL.md, and optional worker-side tools.
Common docs:
- CLI apps:
https://github.com/affandar/PilotSwarm/blob/main/docs/cli/building-cli-apps.md - CLI agents:
https://github.com/affandar/PilotSwarm/blob/main/docs/cli/building-agents.md - Keybindings:
https://github.com/affandar/PilotSwarm/blob/main/docs/keybindings.md - DevOps sample:
https://github.com/affandar/PilotSwarm/tree/main/examples/devops-command-center
