Skip to content

daniyal305/Research-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Langchain Research Agent

πŸš€ Setup Guide

1️⃣ Create Virtual Environment:

python3 -m venv venv

2️⃣ Activate Virtual Environment:

  • Mac: source ./venv/bin/activate
  • Windows: ./venv/Scripts/activate

3️⃣ Install Dependencies:

pip3 install -r ./requirements.txt

4️⃣ Run the Agent:

python3 main.py

πŸ› οΈ Tools Integrated

  • πŸ”Ž DuckDuckGo Search
  • 🌐 Wikipedia
  • πŸ“‚ Save Tool

🎯 Sample Prompt

What can I help you research?: "What is Quantum Computing?, save it to file"

βœ… Output Format

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages