Human-in-the-Loop (HITL)#

Human-in-the-loop (clarifier and plan approval) runs before deep research. To disable it:

Disable the Clarifier Entirely#

No plan generation or approval step:

workflow:
  _type: chat_deepresearcher_agent
  enable_clarifier: false
  # ...

Keep Clarifier but Skip Plan Approval#

No user approval step before deep research:

functions:
  clarifier_agent:
    _type: clarifier_agent
    enable_plan_approval: false
    # ...