Contributing to aviary

Repo Structure

aviary is a monorepo using uv's workspace layout.

Installation

  1. Git clone this repo

  2. Run uv sync

This will editably install the full monorepo in your local environment.

Testing

To run tests, please just run pytest in the repo root.

Note you will need OpenAI and Anthropic API keys configured.

Last updated