Interactive interfaces with input and display.
procedure.yaml: defines two phases with UI componentsphases/run_test.py: updates display components during executionpyproject.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/
│ └── run_test.py
├── pyproject.toml
└── README.md
