Replies: 1 comment 1 reply
-
Hi @t-umemoto, thanks for the question.
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I have a question regarding the multi-agent orchestration features in the Python version of Semantic Kernel (e.g., Magentic, GroupChat, Sequential, etc.).
In AutoGen, it is possible to save and restore the entire multi-agent conversation state (including message history and internal state) in JSON format using methods like
save_state()
/load_state()
, and resume a session later.I'd like to know whether similar session persistence is currently possible or planned in Semantic Kernel. Specifically:
ChatHistory
orChatHistoryAgentThread
within orchestrations?Beta Was this translation helpful? Give feedback.
All reactions