Instruction: Describe the control flow for a high-risk agent action pipeline.
Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Describe the control flow for a high-risk agent action pipeline.
Official answer available
Preview the opening of the answer, then unlock the full walkthrough.
I would stage the pipeline into propose, validate, approve, execute, confirm, and compensate. The agent can propose the action, but validation should check permissions, schema, policy, and preconditions before the action even reaches approval.
After approval, execution should be idempotent and traceable, with retries allowed only where...
easy
easy
easy
easy
easy
easy