Skip to main content
CsvTools enable an Agent to read and query CSV files.

Prerequisites

The following example requires the duckdb and openai libraries. Without duckdb, the query_csv_file function is disabled.

Example

The following agent will download the IMDB csv file and analyze it.
cookbook/91_tools/csv_tools.py

Toolkit Params

Toolkit Functions

Developer Resources