-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
enhancementNew feature or requestNew feature or requestfeature:corequestionQuestion about using the SDKQuestion about using the SDKstale
Description
Please read this first
- Have you read the docs?Agents SDK docs - Yes, I read
- Have you searched for related issues? Others may have had similar requests - Yeah there are similars, but in different context
Describe the feature
The feature i am asking for is just a simple background agent, so when i send request to the agent right now with run option, it opens a connection between the server and that connection stays for a time and timeouts. But actually i only care for final result, and the task of agent tooks too much time more than 10 minutes etc.
So I want a background agent feature, that just creates some thread and run on that thread and we can just check
agent.is_finished periodically etc.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestfeature:corequestionQuestion about using the SDKQuestion about using the SDKstale