mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
Persistent chats update
save/load autosave/autoload
This commit is contained in:
parent
61e218bc5d
commit
d9b0491d84
6 changed files with 206 additions and 19 deletions
|
|
@ -5,4 +5,4 @@ from python.helpers import persist_chat
|
|||
|
||||
class SaveChat(Extension):
|
||||
async def execute(self, loop_data: LoopData = LoopData(), **kwargs):
|
||||
persist_chat.save_chat(self.agent.context)
|
||||
persist_chat.save_tmp_chat(self.agent.context)
|
||||
Loading…
Add table
Add a link
Reference in a new issue