Build web search tool for AI Agent: Searxng + Ollama + .NET Agent framework + Docker
Authorised Territory demonstrates how to build a web-search tool and wire it into a .NET Agent Framework agent, using SearXNG for search and a locally running LLM via Ollama, with the supporting services hosted in Docker Desktop.
Overview
The video walks through building an AI tool that can search the web and then be invoked by an AI agent built with the .NET Agent Framework.
Key components covered:
- SearXNG for web search
- Docker Desktop to run SearXNG in a container
- Ollama to run the LLM locally
- .NET Agent Framework to build an agent that uses the web-search tool