# AGENTS.md

21 Lessons, Get Started Building with Generative AI 

## Setup

```
npm ci
```

## Commands

```
npm run convert
```

## Layout

- `06-text-generation-apps/`         11 source files
- `08-building-search-applications/` 9 source files
- `05-advanced-prompts/`             4 source files
- `09-building-image-applications/`  4 source files
- `shared/`                          4 source files
- `tests/`                           4 source files

## Conventions

- Tests live alongside the code they cover, following `tests/conftest.py`.
- CI defines what passing means. See `.github/workflows/code-quality.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

---

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.
