Getting Started
Installation
Install the SeaSnoke CLI and SDK to start running parallel agents in your workflow.
CLI Installation
The SeaSnoke CLI is the primary interface for managing agents, tasks, and runs. Install it globally via npm:
npm install -g @seasnoke/cliOr use npx to run without installing:
npx @seasnoke/cli --versionSDK Installation
For programmatic access, install the SeaSnoke SDK in your project:
npm install @seasnoke/sdkVerify Installation
Check that the CLI is installed correctly:
seasnoke --version
# Output: seasnoke/0.8.2 darwin-arm64 node-v20.11.0