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 python docs/generate_reference_docs.py

If you are working from a separate docs 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 MkDocs pymdownx.snippets.