mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
6 lines
157 B
Python
6 lines
157 B
Python
"""Hermes Agent web dashboard."""
|
|
|
|
|
|
def register(ctx):
|
|
"""Plugin entry point — dashboard registers via ctx.register_tool_provider_entry()."""
|
|
pass
|