/** * Research Agent — Web Research with Darwin Evolution * * Searches the web, extracts content, writes research reports. * This is the showcase agent for Darwin's self-evolution. * * Requires: Tavily API key (TAVILY_API_KEY) or SearXNG instance */ import type { AgentDefinition } from '../types.js'; export declare const researcher: AgentDefinition; //# sourceMappingURL=researcher.d.ts.map