mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-13 15:34:20 +00:00
simplification and further memory decoupling
This commit is contained in:
parent
e548bf257b
commit
e18efbb115
40 changed files with 273 additions and 923 deletions
|
|
@ -1,8 +1,5 @@
|
|||
from python.helpers.api import ApiHandler, Request, Response
|
||||
from python.helpers import files, notification, projects, notification, runtime, settings
|
||||
from python.helpers.plugins import import_plugin_module
|
||||
memory = import_plugin_module("memory", "helpers/memory.py")
|
||||
import os
|
||||
from python.helpers import files, projects, settings
|
||||
|
||||
|
||||
class GetChatFilesPath(ApiHandler):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue