@justestif/openswarm
v0.1.1
Published
Multi-agent task orchestration CLI — swarm messaging, tasks, panes, and worktrees
Downloads
18
Maintainers
Readme
openswarm
Multi-agent task orchestration CLI.
Install
npm install -g @justestif/openswarmThis downloads the pre-built binary for your platform from GitHub Releases.
Requires: Node.js ≥ 18, git (for swarm worktree)
Usage
swarm init # initialise .swarm/ in your project
swarm task add "My task" # create a task
swarm agent register alice # register an agent
swarm msg send alice -s hi -b "hello"
swarm status # snapshot of current stateFull docs: https://github.com/justEstif/openswarm
