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