Post
1771
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.
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.