Prerequisites
- Python 3.11+
- uv installed
Create a new Act project
From the directory where you want your project:Next steps
Quickstart
Go from zero to a working cast
Template Architecture
Understand the generated structure.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set up Act Operator and scaffold your first Act project.
python --version
uv --version
uvx --from act-operator act new
