SeaSnoke

Docs

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/cli

Or use npx to run without installing:

npx @seasnoke/cli --version

SDK Installation

For programmatic access, install the SeaSnoke SDK in your project:

npm install @seasnoke/sdk

Verify Installation

Check that the CLI is installed correctly:

seasnoke --version
# Output: seasnoke/0.8.2 darwin-arm64 node-v20.11.0