Agent cold start is the total latency incurred when an orchestration system initializes a new agent instance from scratch, including loading the runtime environment, dependencies, model weights, and establishing network connections. This contrasts with a hot start, where a pre-warmed, reusable instance is immediately available. The delay is a key performance metric impacting system responsiveness, especially under auto-scaling events or during initial deployment of a multi-agent system.
