I am making a multi agent system. I am using prebuilt ReAct agents inside nodes. One of these nodes iterate over steps of a plan. I need to have a way to use the agent's responses on previous steps in the current step. How do I do this? with memory? or perhaps just update the state? Note that I need to stream the responses as well. #31540
Unanswered
Murdock135
asked this question in
Q&A
Replies: 0 comments
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 other resources
Commit to Help
Example Code
Description
Title^
I'm thinking of using the
process_step()
function to return updates. But I don't see a way to both stream updates and update the state using the stream updates. Is there a different solution for this? perhaps using memory?System Info
N/A
Beta Was this translation helpful? Give feedback.
All reactions