First run
Pick the install mode that matches how you want to operate.
Agent Harness currently supports three canonical paths only: npm, Docker Compose, and local-source development mode. The docs and example configs are aligned to those paths.
npm
CLI-first local setup for operators who want the fastest path from install to first task.
Open guideDocker Compose
Controller, workers, and UI packaged together for a fuller local or shared environment.
Open guideSource
Contributor mode for changing the harness itself and iterating on advanced workflows.
Open guideRecommended evaluation path
Start with the local profile, run `harness doctor`, then inspect one built-in demo task before touching your own repo.