Runs
See and monitor every run of the agent, separated by environment.
Runs
The Runs page lists every run of the agent, so you can watch the history live and inspect each one.
Reach it through the Runs icon in the editor's side navigation.
Environments
Runs are split across three tabs:
| Tab | What lands there |
|---|---|
| Production | Runs started by real users through the chat, the integrations (Teams, WhatsApp and so on) or the API, in production |
| Development | Runs from the editor's playground, or from development |
| Tests | Runs generated by the test sets |
The runs table
| Column | What it is |
|---|---|
| Model | The language model used (Roberty LLM, GPT-4o, Claude, Gemini, LLaMA) |
| Mode | How the run was started: Chat, Prompt, Form or API |
| Temperature | The temperature configured when the run started |
| Started | How long ago it began (e.g. "2 hours ago") |
| Status | Where the run currently stands |
| Duration | The run's total time (once it has finished) |
Run statuses
| Status | Colour | What it means |
|---|---|---|
| Finished | Green | The run completed successfully |
| Failed | Red | Something went wrong during the run |
| Running | Blue (blinking) | The run is in progress |
| Pending | Yellow | Queued, waiting to start |
The list refreshes itself while any run is in progress.
Opening the details
Click any row to open the run details panel, with everything about the inputs, outputs, trace and logs.