gpt-researcher

LLM based autonomous agent that conducts deep local and web research on any topic and generates a long report with citations.

GitHub Stars

23,380

User Rating

Not Rated

Favorites

0

Views

5

Forks

3,087

Issues

140

Installation
Difficulty
expert
Estimated Time
20-45 minutes

Installation

Installation

Prerequisites

Specify required software and versions:
Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/assafelovic/gpt-researcher.git
cd gpt-researcher

2. Install Dependencies

bash
pip install -r requirements.txt

3. Set Environment Variables

Set environment variables like API keys as needed.
bash
export API_KEY="your-api-key"

Troubleshooting

Common Issues

Issue: Failed to install dependencies Solution: Check Python and pip versions and try reinstalling.
Author Information

0

Followers

0

Repositories

0

Gists

0

Total Contributions

Related MCPs
serena logo
serena
12002

A powerful coding agent toolkit providing semantic retrieval and editing capabilities (MCP server & other integrations)

Python
golf logo
golf
740

Production-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents

Python
argo logo
argo
413

ARGO is an open-source AI Agent platform that brings Local Manus to your desktop. With one-click model downloads, seamless closed LLM integration, and offline-first RAG knowledge bases, ARGO becomes a DeepResearch powerhouse for autonomous thinking, task planning, and 100% of your data stays locally. Support Win/Mac/Docker.

Python