- Step1: Set up the server by cloning the repository and installing dependencies.
- Step2: Configure the `.env` file with your Tavily API key.
- Step3: Launch the server using the command `uv run web_search_server.py`.
- Step4: Use the `search_web_tool` by providing parameters like query, topic, depth, max results, and optional filters.
- Step5: Retrieve and process the search results for your application.