Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Getting Started

Do these in order: install the binaries or run with Docker, then run the quickstart so a real pipeline executes.

  1. Install — from source or Docker Compose.
  2. Quickstart — one process, embedded worker; you’ll submit a task and see a three-agent pipeline run.

When you’re ready to scale out, the quickstart’s Scaling to production section covers message-driven mode and distributed workers. For more topologies (hierarchical, swarm), see Starter Blueprints.

Prerequisites: Go 1.24+; Docker only if you use container-isolated tools.