mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-04-30 20:50:21 +00:00
files_path_get fix
This commit is contained in:
parent
a3c06827e5
commit
c2f579df41
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
|||
from python.helpers.api import ApiHandler, Request, Response
|
||||
from python.helpers import files, memory, notification, projects, notification, runtime, settings
|
||||
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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue