This example will demonstrate how to use txtai agents to identify list of strong engineering colleges with baseball programs 🎓⚙️⚾.

We'll setup a default agents.md file and then give an LLM access to the web.

Let's get started!




Install dependencies


Install txtai and all dependencies.



%%capture
!pip install txtai[agent]








...