Skip to main content
JinaReaderTools enable an Agent to read web pages and perform searches using the Jina Reader API.

Prerequisites

The toolkit calls the Jina Reader API over HTTP and needs no additional library. The example below uses the default OpenAI model:
If api_key is not passed, the toolkit reads the JINA_API_KEY environment variable.

Example

The following agent will use the Jina Reader API to summarize the content of https://github.com/agno-agi/agno
cookbook/91_tools/jinareader_tools.py

Toolkit Params

Toolkit Functions

Developer Resources