# AGENTS.md

World's first open-source, agentic video production system. 12 production pipelines, 100+ tools, 700+ agent skill and production-knowledge files. Turn your AI coding assistant into a full video production studio.

## Setup

```
pip install -r requirements.txt
```

## Commands

```
make ensure-venv
make venv
make setup
make install
make install-dev
make install-gpu
```

## Layout

- `tools/`             168 source files
- `tests/`             120 source files
- `remotion-composer/` 33 source files
- `lib/`               20 source files
- `scripts/`           9 source files
- `ink-theater/`       8 source files

## Conventions

- Tests live alongside the code they cover, following `.agents/skills/hyperframes-creative/references/design-spec.md`.
- CI defines what passing means. See `.github/workflows/ci.yml`, and keep it green.
- TODO: add the two or three conventions a newcomer always gets wrong here.

## Gotchas

- `ink-theater/examples/mocap-figure/clips.js` is 528KB. It will not fit comfortably in context, so read it in parts.
- Copy `.env.example` before running anything that needs configuration.
- No lockfile is committed, so an install here may not match what CI produced.

---

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.
