Skip to content

Installation

Requirements

  • Python >=3.11
  • Node.js >=18
  • npm >=9

Install from Source

From the repository root:

uv venv
source .venv/bin/activate
uv pip install -e ".[dev]"

Runtime-only dependencies:

uv pip install -r requirements.txt

Build the Dashboard Frontend

cd dojoagents/dashboard/web
npm install
npm run build

Verify

dojoagents --help

Development invocation:

uv run --extra dev dojoagents --help