Salta ai contenuti

/deep-research

Cosa fa. Ricerca approfondita su un titolo o un argomento, con fonti dal web.

Quando usarlo. Per capire a fondo una storia o un settore.

Argomenti. TICKER or TOPIC

Esempio. /deep-research idrogeno verde

Cosa restituisce. Un report ragionato con le fonti citate.

Nota. Più lento: avvia sub-agenti di ricerca in parallelo.

Quando lanci /deep-research, Dexter non esegue codice fisso: invia all’AI la prompt qui sotto — il segnaposto {arg} viene sostituito con ciò che scrivi dopo il comando — e l’agente la esegue chiamando da sé gli strumenti necessari. Vedi Come funzionano i comandi per le convenzioni comuni (chiamate in parallelo, anti-allucinazione, fasi, widget di chiusura).

Strumenti che può usare: web_search, web_fetch, browser, dispatch_agent.

Flusso/visualizzazione: può lanciare sub-agenti di ricerca in parallelo (dispatch_agent).

È la prompt esatta inviata all’AI quando usi il comando (sostituendo {arg}).

Multi-source deep research on "{arg}".
## Phase 1 — Web Search
web_search query="{arg} analysis research report data" → gather top 5-8 URLs.
## Phase 2 — Web Fetch
web_fetch the 3 most promising URLs. Extract data, statistics, quotes, analysis.
## Phase 3 — Browser (JS-heavy pages)
If web_fetch returns incomplete content (SPA, paywall, interactive charts), use browser: navigate, wait_for(3000), snapshot, scroll/click as needed, extract missing content.
## Optional — Parallel fetch (recommended for 3+ sources)
Phases 2-3 are independent per URL. You MAY emit one dispatch_agent (subagent_type="general") per promising URL IN THE SAME TURN — each web_fetches (or uses browser) its URL and returns the extracted data, statistics, and quotes — so the raw page text never enters your context. Then do Phase 4 on the returned findings. Each sub-agent prompt must be self-contained (the URL, what to extract, the topic "{arg}").
## Phase 4 — Synthesize
Cross-reference across sources. Flag contradictions.
### Deep Research: {arg}
[1-paragraph executive summary]
### Key Findings
| Source | Key Point | Reliability |
[one row per source]
### Contradictions / Gaps
[conflicts or missing data]
### Verdict
[Balanced conclusion with confidence level]