Agno Websearch Agent
agentsagno-agents-examplesnebius-token-factory-cookbook
Export
Agno Agents with Nebius AI
In this notebook, we'll explore setting up a simple agent with web search capability
Install required packages for this notebook
- agno: The agent framework we'll be using
- duckduckgo-search: For web search capabilities
[1]
Simple Agent
Below we create a basic agent that can search the web to answer questions. This agent uses:
- meta-llama/Llama-3.3-70B-Instruct
- DuckDuckGo search as a tool to retrieve information from the web
When we run this agent with a question about the NBA, it will search for recent information and provide an answer.
[2]
True
[3]
Output()