Skip to content

RFC-011: Agentic Context Protocol (ACP) — 7. Context Assembly for Execution

AIGP SpecificationRFC-011: Agentic Context Protocol (ACP) › 7. Context Assembly for Execution

← 6. Context Assembly for Manufacturing · Section index · 8. Schema Validation →

7. Context Assembly for Execution

When an agent executes an operation, ACP assembles the runtime context:

Execution Request: "Revoke group membership for disabled user"
ACP Assembly:
1. Fetch user_entitlements from identity-service user state, groups, SoD
2. Fetch governance_posture from governance-server is this allowed? approval needed?
3. Fetch execution_state from runbook-service any conflicting runs?
4. Merge into execution context
5. Deliver to agent
Agent executes with full context:
- Knows the user's current state
- Knows the governance constraints
- Knows there are no conflicting operations

← 6. Context Assembly for Manufacturing · Section index · 8. Schema Validation →