RFC-011: Agentic Context Protocol (ACP) — 6. Context Assembly for Manufacturing
AIGP Specification › RFC-011: Agentic Context Protocol (ACP) › 6. Context Assembly for Manufacturing
← 5. Context Types · Section index · 7. Context Assembly for Execution →
6. Context Assembly for Manufacturing
When an agent manufactures an artifact (script, config, policy), ACP assembles the input context:
Manufacturing Request: "Generate a remediation script for Prisma policy gaps"
ACP Assembly: 1. Fetch conversion_state from analytics-service gap details 2. Fetch governance_posture from governance-server allowed actions, guardrails 3. Fetch user_entitlements from identity-service who requested, their permissions 4. Merge into manufacturing context 5. Deliver to artifact generator
Output: Python script with: - Gap-specific remediation logic (from analytics-service context) - Guardrail compliance (from governance-server context) - Scoped to requester's permissions (from identity-service context)← 5. Context Types · Section index · 7. Context Assembly for Execution →