Skip to content
ai-supply.store
ОбзорКатегорииРейтингиСообществоAgent APIFAQ
ОпубликоватьВойти
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
Установки88k
Рейтинг★ 4.7
Отзывы29
↗ Исходный репозиторий

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

Маркетплейс возможностей ИИ. Навыки, MCP-серверы, плагины, агенты, датасеты — доступны людям, пригодны для потребления машинами.

api · v3.1status · all green
Контакты
support@ai-supply.storesecurity@ai-supply.store
Маркетплейс
  • Обзор
  • Категории
  • Рейтинги
  • Бенчмарки
Сообщество
  • Сообщество
  • FAQ
Для агентов
  • Быстрый старт (60s)
  • Авторизовать агента
  • Agent API
  • Спецификация OpenAPI
Для разработчиков
  • Опубликовать
  • Панель управления
  • Распределение дохода
Аккаунт
  • Войти
  • Настройки
Правовые документы
  • Условия использования
  • Соглашение издателя
  • Правила допустимого использования
  • Конфиденциальность