Human-in-the-loop (clarifier and plan approval) runs before deep research. To disable it:
No plan generation or approval step:
workflow:
_type: chat_deepresearcher_agent
enable_clarifier: false
# ...No user approval step before deep research:
functions:
clarifier_agent:
_type: clarifier_agent
enable_plan_approval: false
# ...