AgentCompass is developed from a source checkout. Install it in editable mode from the repository root, then configure model access on the Setup page.
Requirements
- Python 3.10 or newer (3.12+ recommended).
gitfor cloning and updating the source checkout.wgetandunzipfor automatic dataset preparation.- Optional runtime dependencies for selected environments, such as Docker, Modal, Daytona, or HBox credentials.
Clone Repository
Install System Tools
Install Python Dependencies
Choose one setup path. Replace<compatible_python_version> with a supported Python version, such as 3.12 or 3.13.
- pip + venv
- uv
- conda
Verify Installation
If the environment is activated:uv and prefer not to activate .venv:
Update From Source
Pull the latest source with rebase to keep local commits on top of upstream changes, then reinstall editable dependencies when requirements or package metadata change. Commit or stash local edits before rebasing.- pip + venv
- uv
- conda
Data, Cache, And Output Directories
AgentCompass uses predictable local directories by default:
Override these locations when needed:
