Open Wendong-Fan opened 5 months ago
inject state (e.g., conversation history) into a multi-round chat workflow so it starts from a given state (CAMEL support this in memory module for single ChatAgent, but how to further optimize this in multi-agent workflow?)
MultiAgentChat.recover(chat_id=xxx)
No response
discussed with @WHALEEYE , it would be better to work on this feature as we support message storage
Required prerequisites
Motivation
inject state (e.g., conversation history) into a multi-round chat workflow so it starts from a given state (CAMEL support this in memory module for single ChatAgent, but how to further optimize this in multi-agent workflow?)
Solution
MultiAgentChat.recover(chat_id=xxx)
Alternatives
No response
Additional context
No response