mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
simplification and further memory decoupling
components.js restore plugins tools fix restore agent.py
This commit is contained in:
parent
e548bf257b
commit
d69e30adc6
41 changed files with 280 additions and 925 deletions
|
|
@ -1,8 +1,6 @@
|
|||
import os
|
||||
import asyncio
|
||||
from python.helpers import dotenv, perplexity_search, duckduckgo_search
|
||||
from python.helpers.plugins import import_plugin_module
|
||||
memory = import_plugin_module("memory", "helpers/memory.py")
|
||||
from python.helpers.tool import Tool, Response
|
||||
from python.helpers.print_style import PrintStyle
|
||||
from python.helpers.errors import handle_error
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue