Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 1.48 KB

README.md

File metadata and controls

50 lines (40 loc) · 1.48 KB

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.