Skip to main content
TodoistTools enables an Agent to interact with Todoist.

Prerequisites

The following example requires the todoist-api-python library and a Todoist API token, which you can get from the Todoist Developer Portal.

Example

The following agent will create a new task in Todoist.
cookbook/91_tools/todoist_tools.py

Toolkit Params

Toolkit Functions

You can use include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.

Developer Resources