-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graph run_stream #732
Comments
I think you want If you want to implement streaming within a node, you can just implement that as a new method on the node. I'll try to add an example soon. |
Also, if you want within-node streaming, I think our current plan is to combine the |
I guess having Next() moves the execution flow entirely to the control of the user, which probably would work with any usecase. Currently the Question Graph blocks until the entire result is returned. @samuelcolvin invoking
|
Yes, this is precisely what we had in mind. It's reassuring to see someone else independently working out the details in the same way! If you run into any issues achieving your goals while taking this approach, we'll definitely want to address them — please let us know. |
I see your point :) |
This issue is stale, and will be closed in 3 days if no reply is received. |
Eagerly waiting for this! ❤️ |
Hey,
Graphs may take long time to execute, especially when dealing with multi agents with iterations,
Would love to see streaming graph execition
Effects #704 #695
The text was updated successfully, but these errors were encountered: