LogoLogo
  • Home
  • PaperQA
  • Aviary
  • LDP (Language Decision Processes)
  • Platform API
  • Aviary
  • Contributing to aviary
  • packages
    • aviary.gsm8k
    • aviary.hotpotqa
    • aviary.lfrqa
    • aviary.litqa
Powered by GitBook
On this page
  • Repo Structure
  • Installation
  • Testing
Export as PDF

Contributing to aviary

PreviousAviaryNextpackages

Last updated 4 months ago

Repo Structure

aviary is a monorepo using .

Installation

  1. Git clone this repo

  2. Install the project manager uv: https://docs.astral.sh/uv/getting-started/installation/

  3. 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.

uv's workspace layout