# AGENTS.md

Cross-platform, customizable ML solutions for live and streaming media.

## Setup

```
pnpm 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

- `mediapipe/` 3015 source files
- `docs/`      5 source files

## Conventions

- Tests live alongside the code they cover, following `mediapipe/calculators/audio/add_audio_header_calculator_test.cc`.
- TypeScript runs in strict mode. Type errors are the fastest feedback available, so do not weaken it.
- CI defines what passing means. See `.github/workflows/stale.yaml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `mediapipe/util/tracking/motion_estimation.cc` is 219KB. It will not fit comfortably in context, so read it in parts.

---

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.
