simplification and further memory decoupling

components.js restore
plugins tools fix
restore agent.py
This commit is contained in:
Alessandro 2026-02-15 03:25:33 +01:00
parent e548bf257b
commit d69e30adc6
41 changed files with 280 additions and 925 deletions

View file

@ -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