mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-09 19:42:44 +00:00
v0.9.5-pre cleanup, polishing, bugfixing
This commit is contained in:
parent
ca7a069891
commit
0aacdf98bc
42 changed files with 419 additions and 276 deletions
|
|
@ -12,6 +12,7 @@ class Reset(ApiHandler):
|
|||
context = self.get_context(ctxid)
|
||||
context.reset()
|
||||
persist_chat.save_tmp_chat(context)
|
||||
persist_chat.remove_msg_files(ctxid)
|
||||
|
||||
return {
|
||||
"message": "Agent restarted.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue