Go in depth harness — fan-out web searches, fetch sources, adversarially verify claims, synthesize a cited report. Run the "go-in-depth" workflow.
When the user wants a deep, multi-source, fact-checked research report on any topic. BEFORE invoking, check if the question is specific enough to research directly — if underspecified (e.g., "what car to buy" without budget/use-case/region), ask 2-3 clarifying questions to narrow scope. Then pass the refined question as args, weaving the answers in.
Phases:
Workflow({ name: "go-in-depth" })
Workflow({ name: "go-in-depth", args: { query: "best hybrid cars under $30k in the US for families" } })
Workflow({ name: "go-in-depth", args: { query: "how does the transformer architecture handle positional encoding?" } })
Workflow({ name: "go-in-depth", args: { query: "efficacy of intermittent fasting for long-term weight loss in adults" } })