Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
Akjava 
posted an update Mar 8, 2025
Post
2679
Initial API-Based Smolagents and Linear.app Integration Example
Akjava/linear-app-api-smolagents
In short,this example contain get_todo_issue() tool and add_comment(),change_state_reviewing() function to linear.app

Large language models, like 70B parameter models, can often readily utilize tools such as add_comment or change_state, potentially handling multiple issues concurrently.

However, smaller models may require repeated calls to a tool or even fail to utilize it entirely.

Therefore, this initial example focuses on the get_todo_issue() tool.
In this post
@Akjava on Hugging Face: "Initial API-Based Smolagents and Linear.app Integration Example…"

Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
Akjava 
posted an update Mar 8, 2025
Post
2679
Initial API-Based Smolagents and Linear.app Integration Example
Akjava/linear-app-api-smolagents
In short,this example contain get_todo_issue() tool and add_comment(),change_state_reviewing() function to linear.app

Large language models, like 70B parameter models, can often readily utilize tools such as add_comment or change_state, potentially handling multiple issues concurrently.

However, smaller models may require repeated calls to a tool or even fail to utilize it entirely.

Therefore, this initial example focuses on the get_todo_issue() tool.
In this post