mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-10 03:59:20 +00:00
simplification and further memory decoupling
This commit is contained in:
parent
e548bf257b
commit
e18efbb115
40 changed files with 273 additions and 923 deletions
|
|
@ -1,8 +0,0 @@
|
|||
"""Memory initialization extension - implementation provided by the memory plugin."""
|
||||
from python.helpers.plugins import import_plugin_module
|
||||
|
||||
# Import the actual implementation from the plugin
|
||||
_mod = import_plugin_module("memory", "extensions/monologue_start/_10_memory_init.py")
|
||||
|
||||
# Re-export all public names
|
||||
globals().update({k: v for k, v in vars(_mod).items() if not k.startswith('_')})
|
||||
Loading…
Add table
Add a link
Reference in a new issue