Skip to content

danielbentes/graph_websearch_agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom WebSearch Agent with LangGraph

Watch the Tutorial:

Watch this video on YouTube

Agent Schema:

Agent Schema

Prerequisites

Environment Setup

  1. Install Anaconda:
    Download Anaconda from https://www.anaconda.com/.

  2. Create a Virtual Environment:

    conda create -n agent_env python=3.11 pip
  3. Activate the Virtual Environment:

    conda activate agent_env

Clone and Navigate to the Repository

  1. Clone the Repo:

    git clone https://github.com/john-adeojo/graph_websearch_agent.git
  2. Navigate to the Repo:

    cd /path/to/your-repo/graph_websearch_agent
  3. Install Requirements:

    pip install -r requirements.txt

Configure API Keys

  1. Open the config.yaml:

    nano config.yaml
  2. Enter API Keys:

Run Your Query

python -m app.app

Then enter your query.

About

Websearch agent built on the LangGraph framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%