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 can be obtained from the Todoist Developer Portal.

Example

The following agent will create a new task in Todoist.
cookbook/14_tools/todoist.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