Skip to content

Generated Docs

Some parts of the documentation are generated from the fast-agent Python package to prevent drift (e.g. model preset tables and the models reference page).

Regenerate

From the fast-agent repo root:

uv run scripts/docs.py generate

The generator assumes the normal in-repo docs/ layout. If you need to run it from an unusual checkout, point generation at the local fast-agent source:

FAST_AGENT_REPO_PATH=../fast-agent uv run python generate_reference_docs.py

Generated files are written to docs/_generated/ and included in pages via pymdownx.snippets.