Skip to main content
You can enable multiple AI tools and allow a single Agno agent to become a multi-functional problem solver. You can equip an agent with a variety of individual functions, specialized toolkits, or even entire external servers via the Model Context Protocol (MCP).

Prerequisites

  • Install and set up individual AI tools. For example, to use YFinance tools, OpenAIChat and WebSearch, you need to install these packages.
uv pip install openai ddgs yfinance

Run the Example

For details, see Multiple tool cookbook.