Replies: 1 comment
-
any update or has anyone been able to figure this out? |
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.
-
Has anyone been able to get an Agent Graph to stream the response back?
We are implementing a workflow approach and explored the task, workflow and graph approaches, but we have not been able to get a graph to stream back as a graph doesn't seem to come with the same streaming ability as an Agent?
The reason we are looking at tasks and Graphs is to setup parallel processing of some agents, and then aggregating to a final node which we want to be the one which streams a response back.
e.g. The example posted on Strands 1.0 documentation for a graph is below.
but graph doesn't expose the same stream_async as an Agent.
Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions