hermes-agent/plugins/dashboard/hermes_agent_dashboard/__init__.py
2026-05-26 10:29:50 -04:00

6 lines
157 B
Python

"""Hermes Agent web dashboard."""
def register(ctx):
"""Plugin entry point — dashboard registers via ctx.register_tool_provider_entry()."""
pass