Creates a condition of class agentgraph_interrupt that can be signalled
to pause graph execution for human review.
See also
Other interrupts:
approval_tool()
Examples
cnd <- new_interrupt(list(x = 1), "review_node", 3L)
cnd$node
#> [1] "review_node"
cnd$step
#> [1] 3