pub const BLOCKING_INTERACTION_TOOLS: &[&str];Expand description
The tools that suspend the agent until a person answers.
Every name here is handled by dispatch_dynamic_interaction below, which
hands the call to the interaction backend and awaits a human response - so a
stage that offers one of these with nobody attached parks there for as long
as the run lives. all_dynamic_interaction_tool_names_are_handled iterates
this list, so the two cannot drift.
Blueprint linting reads it to flag an autonomous stage that grants one.