You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a pretty big feature idea with large implications
Using an API based agent can be frustrating because of how much time it takes between sending the initial input and receiving the output.
Especially with deployed agents, it would be a good idea to be able to send a webhook that can receive streamed updates. It should also send event types (thoughts, tool use, final result) for at least each llm call. Or even better, stream tokens as generated.
This is a long-term roadmap vision issue
The text was updated successfully, but these errors were encountered:
This is a pretty big feature idea with large implications
Using an API based agent can be frustrating because of how much time it takes between sending the initial input and receiving the output.
Especially with deployed agents, it would be a good idea to be able to send a webhook that can receive streamed updates. It should also send event types (thoughts, tool use, final result) for at least each llm call. Or even better, stream tokens as generated.
This is a long-term roadmap vision issue
The text was updated successfully, but these errors were encountered: