Skip to main content
AI Agents

Versions

Publish, inspect and activate the agent's versions, with semantic versioning.

Versions

The Versions page lists every published version of the agent and is where you activate one for production.

Reach it through the Versions icon in the editor's side navigation.

The versions list

ColumnWhat it is
VersionThe semantic version number (e.g. 1.2.0)
StatusActive (in production) or Archived
DateWhen the version was published

Click any row to open that version's detail panel.


Publishing a new version

To snapshot the agent's current state, click Publish in the editor's top bar.

The Publish a new version modal shows:

  • Current version → New version — a preview of the number about to be published
  • Suggestions — three cards with automatic increments based on the last number:
    • Patch (X.Y.Z+1) — fixes
    • Minor (X.Y+1.0) — new capabilities
    • Major (X+1.0.0) — breaking changes
  • Version — an editable field (semver X.Y.Z)
  • Description — a summary of what changed (optional)
  • Make this the active version — ticked, it puts the new version into production straight away

Click Publish to confirm.


The detail panel

Clicking a version in the list opens the Version X.Y.Z panel:

Overview

FieldWhat it is
VersionThe semantic number
StatusActive or Archived
Published onThe date and time of publication
DescriptionThe descriptive text, if one was given
ModelThe language model configured in this version
TemperatureThis version's temperature value

Below the general information is this version's system prompt.

Arguments tab

A table of every configured argument: name, type, direction (Input or Output) and whether it is required.

Tools tab

A table of the configured actions (tools): name, type and description.

Contexts tab

A table of the context documents: name, file, processing status (Ready, Processing, Pending or Error) and page count.

Escalations tab

A table of the configured escalations: mode (LLM interpretation or Defined rule), the rule's configuration, and the destination team.


Activating an archived version

To roll back, or to activate a particular version:

  1. Click the version in the list.
  2. In the detail panel, click Activate version.

The active version is the one production uses. Only one can be active at a time.

info

The currently active version shows a disabled This is the active version button in the detail panel.

With no active version, the agent does not answer

If no version is active, the public chat and every integration return an error when a conversation is started. Always publish and activate a version before opening the agent to external users.