Skip to main content
With visualization="auto" the agent can generate charts and graphs to support its findings. The capability is enabled by the config, but the agent only produces visuals when the prompt explicitly asks for them. Generated images come back in the response steps (and as image deltas when streaming). Agno parses them into the response’s images.

Code

deep_research_visualization.py

Usage

1

Set up your virtual environment

2

Set your API key

3

Install dependencies

4

Run Agent

Save the code above as deep_research_visualization.py, then run: