Publish a new agent version, list the version history, then roll back to a prior version if the new one misbehaves.
Publish a new semver version of the agent's config or prompt.
agent_version_publish({"handle": "my-agent", "agent_id": "example-id"})List the full version history for the agent.
agent_version_list({"handle": "my-agent", "agent_id": "example-id"})Roll back to a prior version if the new one misbehaves.
agent_rollback({"handle": "my-agent", "agent_id": "example-id", "to_version": "example"})