Quickstart
Install techtide-swarm and run your first swarm task in five minutes.
Prerequisites
- Python 3.10+
- An Anthropic API key or OpenRouter key with tool-capable models
Install
pip install techtide-swarm==0.2.2Initialize a project
swarm initThis creates .swarm/ with memory index, topics directory, and installs the bundled compact roster.
Run a demo
swarm demoRuns a 60-second simulation without API keys.
Run a real task
export ANTHROPIC_API_KEY=sk-ant-...
swarm run "Summarize our Q2 pipeline risks" --layer research --budget 5Start the HTTP API
export SWARM_API_KEY=your-secret
swarm serve --port 8000Visit http://localhost:8000/docs for the interactive OpenAPI UI.
Try it live
Use the live demo on the landing page (simulated runs via same-origin BFF).