Agent configuration drift is the unintended divergence of an agent's operational runtime configuration from its declared, desired state stored in a version-controlled source. This occurs due to manual hotfixes, environmental variable overrides, or state corruption, leading to unpredictable behavior and security vulnerabilities. It is a primary concern in Agent Lifecycle Management, as it undermines the deterministic execution promised by declarative orchestration. Detecting drift is a core function of an agent reconciliation loop, which continuously audits and corrects these deviations.
