Replies: 1 comment
-
Yes this has been on the TODO list for a while - will try to get to it next week. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked
Feature request
Similar to how
Runnables
already supportsstreamEvents
, theRemoteRunnables
should support it as well.Motivation
When you have a LangServe Server running with an AgentExecutor and you need more fine-grained streaming than what you get from the
/stream
endpoint (where you would only get intermediate steps answers streamed, not tokens), but at the same time you don't need the full details thatstreamLog
offers (hard to parse), then it would be great to havestreamEvents
available for RemoteRunnables.Proposal (If applicable)
No response
Beta Was this translation helpful? Give feedback.
All reactions