Design a handoff protocol between agents so responsibility is explicit and debuggable.

Instruction: Explain how you would structure agent handoffs so failures are easy to inspect.

Context: Assesses whether the candidate can design a practical architecture and explain the main tradeoffs. Explain how you would structure agent handoffs so failures are easy to inspect.

Official answer available

Preview the opening of the answer, then unlock the full walkthrough.

I would make handoffs look more like API calls than casual messages. If ownership and expected output are explicit, you...

Related Questions