The policies and controls governing how authority, context, and budget are passed from one AI agent to another in multi-agent workflows.
When an orchestrator agent spawns or delegates tasks to subagents, delegation governance ensures that subagents cannot claim greater permissions than the delegating parent.
An executive planner agent delegates a data analysis task to a research agent. EnterpriseACP limits the delegation depth to 1 and strips write access from the subagent.
Prevents privilege escalation and uncontrolled proliferation through multi-agent delegation chains.
EnterpriseACP tracks delegation chains, enforces maximum delegation depth, and applies cascading revocation across child agents.