Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs-v1.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

Format

Formatting the codebase using a set standard saves us time and mental energy. Agno templates are pre-configured with ruff that you can run using a helper script or directly.
./scripts/format.sh

Validate

Linting and Type Checking add an extra layer of protection to the codebase. We highly recommending running the validate script before pushing any changes. Agno templates are pre-configured with ruff and mypy that you can run using a helper script or directly. Checkout the pyproject.toml file for the configuration.
./scripts/validate.sh