Prerequisites
Set up the Tilebox command-line tool and skills in the environment where your agent runs.Create or update the workflow project
For a new workflow project, ask the agent to initialize the project before editing task code. For an existing workflow project, ask the agent to keep the project centered on one reusableRunner definition.
The direct runner path and release runner path should use the same Runner object. Direct execution uses runner.connect_to(Client(), cluster=...); release execution uses tilebox.workflow.toml and tilebox runner start.
Use a development cluster
Create a development cluster if you do not already have one.tilebox.workflow.toml.