UNPKG

gpt-research

Version:

Autonomous AI research agent that conducts comprehensive research on any topic and generates detailed reports with citations

6 lines 397 B
export { BaseScraper, ScraperConfig, ScraperFactory } from './BaseScraper'; export { CheerioScraper, CheerioScraperConfig } from './CheerioScraper'; export { PuppeteerScraper, PuppeteerScraperConfig } from './PuppeteerScraper'; export declare function createScraper(name?: string, config?: any): any; export declare function getBestScraper(url: string): string; //# sourceMappingURL=index.d.ts.map