| name | greedy-search |
| description | Web search via Perplexity, Bing, Google AI & Gemini. Current docs, recent changes, dependency choices. NOT codebase search. |
greedy_search({ query, engine: "all"|"perplexity"|"bing"|"google"|"gemini", depth: "fast"|"standard"|"deep"|"research", breadth: 1-5, iterations: 1-3, maxSources: 3-12, visible: bool })
Depth: fast(15-30s, no synthesis) ยท standard(30-90s, all+synthesis+sources) ยท deep(60-180s, stronger grounding) ยท research(slowest, iterative planning+follow-ups+learning extraction; uses breadth/iterations/maxSources)
Auto-recovery: Headless default. Bing/Perplexity auto-retry visible on CF block. Manual CAPTCHA โ visible stays open; solve then rerun.
CDP safety: Use bin/cdp-greedy.mjs only. Never raw bin/cdp.mjs.