Skip to main content
LinearTool enable an Agent to perform Linear tasks.

Prerequisites

The following examples require Linear API key, which can be obtained from here.

Example

The following agent will use Linear API to search for issues in a project for a specific user.
cookbook/14_tools/linear_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