Skip to main content
This agent performs iterative searches through its knowledge base, breaking down complex queries into sub-questions, and synthesizing comprehensive answers. It’s designed to explore topics deeply and thoroughly by following chains of reasoning. In this example, the agent uses the Agno documentation as a knowledge base Key Features:
  • Iteratively searches a knowledge base
  • Source attribution and citations

Code

cookbook/examples/agents/deep_knowledge.py

Usage

1

Create a virtual environment

Open the Terminal and create a python virtual environment.
2

Set your API key

3

Install libraries

4

Run Agent