▶️ EXPERIMENT
Main Content Area
Each lab is organised as a sequence of steps stored in lab_steps.toml.
The numbered buttons at the top let you jump between them. Ask questions or
describe transformations in the text area—AGILab forwards the prompt to the
Responses API together with the selected DataFrame metadata. The code editor
reacts to the toolbar actions:
Savekeeps the snippet as-is in the current step.Nextpersists the snippet and advances to a fresh step.Removedeletes the step fromlab_steps.toml.Runwrites the snippet tolab_snippet.py, executes it and stores any produced dataframe underlab_export_out.csvso the preview and the Execute/Explore pages can consume the result.
The assistant automatically reloads the most recent dataframe and shows it below the editor. If nothing has been saved yet, you will see a reminder to run a snippet first.
Inspect or tweak the raw lab_steps.toml via the code editor. Saving the
file here immediately refreshes the assistant tab.