🚀Overview
🚀 Deployment turns an agent draft into a stable version that external callers can run.
While you build, the agent remains a draft that you can test. Deployment captures a stable copy and gives it a callable endpoint.
Deployment model
- Snapshot: An immutable copy captured at the moment of deployment.
- Version: Each snapshot is recorded as a numbered version with who published it and when.
- Live version: One version is live at any time.
- Update / Promote to live: Publish a new version or promote an older version to roll back.
📌 Editing the draft does not change the live version. Publish again after any change to apply it to callers.

