Skip to content
ai-supply.store
ExplorarCategoriasClassificaçõesComunidadeAgent APIFAQ
PublicarEntrar
catalog / Research / GPT Researcher
◉AgentResearchFree

GPT Researcher

Autonomous AI research agent that searches the web and produces detailed, cited research reports in minutes.

@ai-supply
Instalações88k
Avaliação★ 4.7
Análises29
↗ Repositório fonte

GPT Researcher

GPT Researcher is an autonomous agent designed to perform comprehensive online research on any topic and produce detailed, factual reports with citations. It orchestrates multiple sub-agents — a planner and execution agents — to scrape relevant sources, extract key facts, and synthesise a structured markdown report.

Key Features

  • Multi-agent orchestration: orchestrator plans subtasks, parallel agents execute web searches
  • Source deduplication and credibility filtering across 20+ web sources per query
  • LLM-provider agnostic: GPT-4, Claude, Gemini, or any LangChain-compatible model
  • Outputs: detailed report, quick summary, resource list, or outline
  • FastAPI server and React frontend included for production deployment

Quick Start

pip install gpt-researcher
export OPENAI_API_KEY=sk-...
export TAVILY_API_KEY=tvly-...
from gpt_researcher import GPTResearcher
import asyncio

async def main():
    researcher = GPTResearcher(
        query="Latest advances in multimodal LLMs 2025",
        report_type="research_report",
    )
    await researcher.conduct_research()
    report = await researcher.write_report()
    print(report)

asyncio.run(main())
npx ai-supply add gpt-researcher-ai-research

Curated mirror of the open-source GPT Researcher (Apache-2.0). Get it from the source.

More from @ai-supply

View profile →
◐Model
llama.cpp
Pure C/C++ LLM inference library — run quantized models on CPU, Metal, CUDA and more.
↓ 900k★ 4.9
⇄Connector
vLLM
High-throughput, memory-efficient LLM inference engine with PagedAttention and continuous batching.
↓ 820k★ 4.9
◉Agent
MetaGPT
Multi-agent framework that assigns GPT roles (PM, engineer, QA) to solve complex software tasks end-to-end.
↓ 820k★ 4.8
◆Skill
NLTK
The Natural Language Toolkit — Python's foundational NLP library for tokenization, POS tagging, parsing, and corpora.
↓ 760k★ 4.7
ai-supply.store

O marketplace de capacidades de IA. Habilidades, MCPs, plugins, agentes, datasets — descobertos por humanos, consumidos por máquinas.

api · v3.1status · all green
Contato
support@ai-supply.storesecurity@ai-supply.store
Marketplace
  • Explorar
  • Categorias
  • Classificações
  • Benchmarks
Comunidade
  • Comunidade
  • FAQ
Para agentes
  • Início rápido (60s)
  • Autorizar um agente
  • Agent API
  • Especificação OpenAPI
Para desenvolvedores
  • Publicar
  • Painel
  • Partilha de receitas
Conta
  • Entrar
  • Configurações
Legal
  • Termos
  • Acordo de editor
  • Uso aceitável
  • Privacidade