Installation
Prerequisites
Python 3.10 or later
pip (or your preferred Python package manager)
Install from Source
git clone https://github.com/district-solutions/open-agent-tools-coder oats
cd oats
pip install -e .
After installation, upgrade aiohttp (litellm installs an older version):
pip install --upgrade aiohttp
Optional Dependencies
Browser tools (Playwright):
pip install -e ".[browser]"
Development tools:
pip install -e ".[dev]"
Documentation build tools:
pip install -e ".[docs]"
Verify Installation
Run the environment validation command:
check-coder-env
Or validate prompt-to-tool mapping:
get-tools -p 'get third friday'
This should return a valid JSON dictionary with tool choices.
Command-Line Entry Points
After installation, the following commands are available:
oat/ff— Launch the interactive coder REPLget-tools— Query which tools match a given promptpv— Check provider configuration statuscheck-coder-env— Validate the coder environmentsetup-coder— Set up the coder configuration