mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-05 07:10:44 +00:00
refactor - plugin names and builtin plugins
This commit is contained in:
parent
f0946138be
commit
6515626242
133 changed files with 1327 additions and 743 deletions
|
|
@ -0,0 +1,10 @@
|
|||
from helpers.extension import Extension
|
||||
|
||||
# Direct import - this extension lives inside the memory plugin
|
||||
from plugins._memory.helpers.memory import reload as memory_reload
|
||||
|
||||
|
||||
class MemoryReload(Extension):
|
||||
|
||||
async def execute(self, **kwargs):
|
||||
memory_reload()
|
||||
Loading…
Add table
Add a link
Reference in a new issue