create_interrupt
Create a new human-in-the-loop interrupt request. Use when your agent hits a decision point requiring human approval before proceeding.
get_interrupt_status
Poll the status of an interrupt request. Returns current status and the decision if one has been made.
list_pending_interrupts
List all pending interrupt requests for a user. Use to see what decisions are waiting for human review.
decide_interrupt
Submit a human decision on an interrupt request (approve or reject).
cancel_interrupt
Cancel a pending interrupt request. Use when the agent no longer needs the decision.
get_interrupt_analytics
Get interrupt usage analytics for a user — total count, approval rate, average response time, and top action types.