FastVideo AGENTS.md

FastVideo AGENTS.md is an instructions file for Codex, OpenCode from hao-ai-lab/FastVideo. It costs 1,337 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for the hao-ai-lab/FastVideo project, a Python and CUDA codebase for video-generation models. They describe its folders, required tools, build commands, tests, and coding checks.

In plain words
What is it for?
Use them when working on FastVideo models, pipelines, training, distributed runtime, CUDA kernels, documentation, examples, or tests.
Why use it?
They give coding agents the project-specific details needed to install dependencies, modify the right components, and validate changes correctly.

Instructions file for CodexOpenCode

About the project

FastVideo is a framework for training and running accelerated video-generation models, including real-time inference and post-training workflows. It is for researchers and developers building or deploying diffusion-based systems that generate video.

hao-ai-lab/FastVideo · 4,328 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/hao-ai-lab/fastvideo/agents-md
Clone the repo
git clone --depth 1 https://github.com/hao-ai-lab/FastVideo

Made for: Codex, OpenCode.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for FastVideo AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hao-ai-lab/fastvideo/agents-md.svg)](https://agentmods.dev/instructions/hao-ai-lab/fastvideo/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/hao-ai-lab/fastvideo/agents-md"><img src="https://agentmods.dev/badge/instructions/hao-ai-lab/fastvideo/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,337 This file is loaded in full into every session.
When invoked 1,337 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01337 $0.01337
Opus 5 $0.00668 $0.00668
Sonnet 5 $0.00267 $0.00267
Haiku 4.5 $0.00134 $0.00134

Measured 5d ago against content hash 982777f27cfe, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

FastVideo AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

AGENTS.md · 87 lines

How it starts

The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Repository Guidelines

Project Structure & Module Organization

  • Core Python package: fastvideo/ (models, pipelines, training, distributed runtime, CLI entrypoints).
  • CUDA/custom kernels: fastvideo-kernel/ (separate build/test flow).
  • Tests:
    • fastvideo/tests/ for package-level tests (dataset, encoders, inference, training, SSIM, workflow).
    • tests/local_tests/ for additional local/component checks.
  • Docs and guides: docs/ (MkDocs source), with contributor docs in docs/contributing/.
  • Runnable examples and scripts: examples/ and scripts/.
  • Static assets: assets/ (including assets/images/, assets/videos/, and assets/prompts/) and comfyui/assets/.

Build, Test, and Development Commands

  • UV_TORCH_BACKEND=cu126 uv pip install -e ".[dev]": editable CUDA 12 install with lint/test extras (cu130 on CUDA 13).
  • pre-commit install --hook-type pre-commit --hook-type commit-msg: enable local hooks.
  • pre-commit run --all-files: run formatter/lint/type/spelling checks.
  • pytest tests/: run top-level test suite.
  • pytest fastvideo/tests/ -v: run package tests.
  • pytest fastvideo/tests/ssim/ -vs: run SSIM regression tests (GPU-heavy).
  • cd fastvideo-kernel && ./build.sh: build kernel extensions.

Coding Style & Naming Conventions

  • Python 3.10+; 4-space indentation; keep code and imports readable and explicit.
  • Style tools are configured in pyproject.toml and .pre-commit-config.yaml:
    • yapf (format), ruff (lint, auto-fix), mypy (typing), codespell.
  • Lint via pre-commit run --files <changed paths> (or pre-commit run --all-files for a full sweep) before committing. Do not shell out to yapf/ruff/codespell/mypy directly — pre-commit chains them with the project's config and respects the .pre-commit-config.yaml excludes (e.g. fastvideo/tests/ is intentionally skipped). If pre-commit reports (no files to check) for your paths, that exclude is deliberate — don't bypass it.
  • Target line length is 120 (configured in pyproject.toml for ruff, yapf, and isort).
  • Naming: snake_case for functions/files, PascalCase for classes, UPPER_SNAKE_CASE for constants.

Read the full file on GitHub · 87 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 87 lines · 1,337 tokens per session scan A 982777f27cfe

Subscribe to this mod's changes

FastVideo AGENTS.md is an instructions file published in the GitHub repository hao-ai-lab/FastVideo (4,328 stars, last pushed yesterday), licensed Apache-2.0. It adds 1,337 tokens to every session, about $0.0067 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.