Simplest procedure showing basic structure.
procedure.yaml: procedure definitionphases/hello_world.py: single Python phasepyproject.toml: uv-managed Python project
- Sign up for a free TofuPilot account at tofupilot.app.
- Open the New Procedure flow in the dashboard and clone this template.
- Follow the dashboard's instructions to set up a station and run the procedure.
For deeper guides, see the TofuPilot docs.
.
├── procedure.yaml
├── phases/
│ └── hello_world.py
├── pyproject.toml
└── README.md
