-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Today we expose an API conversation.pause to stop the agent. However, this will wait for the agent to wrap up its work (mid llm response, tool call, etc) before returning control. This can take up to minutes nowadays (e.g when the LLM is performing a long reasoning for one llm response)
We want to expose an API conversation.interrupt to stop the agent immediately. It should return control immediately and cancel any mid-fight LLM completions or tool executions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request