Skip to content

WhiteWolf47/WebWiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webwiz

WebWiz is a multi-agentic web search agent which uses LangGraph to implement agentic workflow to give you the best web search results. It is comprised of various agents and tools like Planner, websearch, Researcher, Scraping, Reporter, Reviewer tool. It is compatible with OpenAI, Gemini, Cluade and Groq. It even has a chainlit frontend.

WebWiz Agent Graph:

Agent Graph

How to run

  1. Clone the Repo:

    git clone https://github.com/WhiteWolf47/WebWiz.git
  2. Navigate to the Repo:

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

    pip install -r requirements.txt

Configure API Keys

  1. Open the config.yaml:

    nano config.yaml
  2. Enter API Keys:

Run the front end

If you want to run the front end

For Linux, run:

chmod +x run_linux.sh
run_linux.sh

Run Your Query In Shell

python -m app.app

Then enter your query.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors