# AGENTS.md

利用 AI 大模型和自动化工作流，根据主题或关键词一键生成高清短视频。Generate HD short videos from a topic or keyword with an automated AI workflow.

## Setup

```
uv sync
```

## Commands

```
ruff check .   # lint
```

## Layout

- `test/`  50 source files
- `app/`   42 source files
- `docs/`  1 source file
- `webui/` 1 source file

## Conventions

- Tests live alongside the code they cover, following `test/README.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

- `webui/Main.py` is 249KB. 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.
