wip wip wip pluginify everything

This commit is contained in:
ethernet
2026-05-26 10:29:50 -04:00
parent 4117fc3645
commit 10421ec9ee
308 changed files with 8019 additions and 5246 deletions
+7
View File
@@ -0,0 +1,7 @@
"""Bridge module — delegates plugin registration to hermes_agent_matrix."""
def register(ctx):
"""Plugin entry point — delegates to the inner hermes_agent_matrix package."""
from hermes_agent_matrix import register as _inner_register
_inner_register(ctx)