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
We can build on the Agent implementation in haystack-experimental, in particular it's state.
Currently there is no serde for state (removed in this commit)
The text was updated successfully, but these errors were encountered:
Just to add my thoughts on this. I think State is part of the memory conversation, but I think we should also talk about/consider how to store the ChatMessages returned by an Agent after it exits the loop. I think these messages are also relevant for memory in multi-turn conversations and for restarting an agent if we were to add break points.
We can build on the Agent implementation in haystack-experimental, in particular it's
state
.Currently there is no serde for state (removed in this commit)
The text was updated successfully, but these errors were encountered: