mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 23:41:49 +00:00
initial plugins effort; memory system PoC
plugin manifest update add memory plugin PoC files offload memory prompts cleanup imports extract memory UI fix paths plugin docs
This commit is contained in:
parent
fbfe8c28f6
commit
54fb4746a4
62 changed files with 1737 additions and 659 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import os
|
||||
import asyncio
|
||||
from python.helpers import dotenv, memory, perplexity_search, duckduckgo_search
|
||||
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