Agent Version Control¶
The Agent Version Control system allows you to safely develop and test agent configurations without affecting your live, published agents. This dual-version approach ensures production stability while enabling continuous improvement and experimentation.
Two-Version System¶
Every agent maintains two distinct versions:
- Draft Version: Contains your latest edits and modifications.
- Published Version: The live version accessible to end users.
This separation ensures that your experimental changes don't impact the production environment until you're ready to deploy them.
Making Changes¶
When you edit a published agent:
- Your changes are automatically saved to the Draft Version.
- The Published Version remains unchanged.
- An Unpublished Changes banner appears at the top of your screen.
Unpublished Changes Banner¶
The banner displays: You have unpublished changes that haven't been applied to the published agent.
Available Actions:
- Discard Changes - Remove all draft modifications.
- Publish - Deploy your changes to the live version.
Discarding Changes¶
If you want to abandon your draft modifications:
- Click Discard Changes in the banner.
- A confirmation pop-up appears with options:
- Confirm - Permanently discard all changes and revert to the published version.
- Cancel - Keep your changes and dismiss the popup.
Publishing Changes¶
To deploy your draft modifications: