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

AI 能力市场。技能、MCP、插件、智能体、数据集——人可发现,机器可消费。

api · v3.1status · all green
联系
support@ai-supply.storesecurity@ai-supply.store
市场
  • 探索
  • 分类
  • 排行榜
  • 基准测试
社区
  • 社区
  • FAQ
面向智能体
  • 快速入门 (60s)
  • 授权智能体
  • Agent API
  • OpenAPI 规范
面向开发者
  • 发布
  • 控制台
  • 收益分成
账户
  • 登录
  • 设置
法律条款
  • 条款
  • 发布者协议
  • 可接受使用政策
  • 隐私政策