Prerequisites
The following examples require thepy-trello library and Trello API credentials which can be obtained by following Trello’s developer documentation.
Example
The following agent will create a board calledai-agent and inside it create list called todo and doing and inside each of them create card called create agent.
cookbook/91_tools/trello_tools.py
Toolkit Functions
Toolkit Params
Board Filter Options for list_boards
The list_boards function accepts a board_filter argument with the following options:
all(default)openclosedorganizationpublicstarred
include_tools or exclude_tools to modify the list of tools the agent has access to. Learn more about selecting tools.