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

Prerequisites

The following example requires the requests and openai libraries and a 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/91_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