7 lines
157 B
Python
7 lines
157 B
Python
"""Hermes Agent web dashboard."""
|
|
|
|
|
|
def register(ctx):
|
|
"""Plugin entry point — dashboard registers via ctx.register_tool_provider_entry()."""
|
|
pass
|