# AGENTS.md

An AI Hedge Fund Team

## Setup

```
poetry install
```

## Commands

```
# TODO: nothing declares a build or test command, so an agent has to guess.
# This is the single most valuable section of this file. Fill it in.
```

## Layout

- `hedge_fund/` 75 source files

## Conventions

- Tests live alongside the code they cover, following `hedge_fund/backtesting/test_backtest.py`.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- Copy `.env.example` before running anything that needs configuration.

---

Drafted by agentreadme.com from what is in this repository. Everything marked TODO
needs a human. Check it in as AGENTS.md at the root.
