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