Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.a1project.org/llms.txt

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

Requirements

Python 3.12 or higher

Install

pip install a1-compiler
Or with uv:
uv pip install a1-compiler

Verify

import a1
print(f"a1-compiler {a1.__version__} installed!")

Next Steps