AI Agent Orchestration Platform · View 24 of 32 · 5 · Operations
Decisions
- Agent definitions, prompts, policies and infrastructure all travel the same pipeline as application code
- Images and bundles are signed; the runtime refuses an unsigned or unknown-signer artifact
- Rollback is automated on SLO burn rate and on quality regression, and does not wait for a human to notice
The gates
- Development is automatic on merge; test requires a passing golden-evaluation score; staging requires load and soak
- Production requires owner and security approval and enters at a 5 percent canary for 24 hours
- Configuration is separated per environment and secrets are environment-scoped; no secret is ever in a definition
Risks
- Golden evaluations are only as good as the dataset; a stale dataset gates nothing while appearing to
- Blue/green on Container Apps revisions does not cover the durable state schema; state migrations are forward-compatible only and reviewed separately