Contributing to aviary
Last updated
Last updated
aviary is a monorepo using .
Git clone this repo
Install the project manager uv
: https://docs.astral.sh/uv/getting-started/installation/
Run uv sync
This will editably install the full monorepo in your local environment.
To run tests, please just run pytest
in the repo root.
Note you will need OpenAI and Anthropic API keys configured.