AgentZero / _90_save_chat.py
lattmamb's picture
Upload 377 files
301a0ac verified
raw
history blame contribute delete
270 Bytes
from python.helpers.extension import Extension
from agent import LoopData
from python.helpers import persist_chat
class SaveChat(Extension):
async def execute(self, loop_data: LoopData = LoopData(), **kwargs):
persist_chat.save_tmp_chat(self.agent.context)