camel-ai / camel

🐫 CAMEL: Finding the Scaling Law of Agents. A multi-agent framework. https://www.camel-ai.org
https://www.camel-ai.org
Apache License 2.0
5.34k stars 651 forks source link

[Feature Request] Chat resume from a given status #635

Open Wendong-Fan opened 3 months ago

Wendong-Fan commented 3 months ago

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

Wendong-Fan commented 1 month ago

discussed with @WHALEEYE , it would be better to work on this feature as we support message storage