mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-30 19:09:28 +00:00
8 lines
432 B
Python
8 lines
432 B
Python
"""Extracted APIRouter modules for the dashboard web server.
|
|
|
|
Each module exposes ``router = APIRouter()`` (profiles additionally exposes
|
|
``sessions_router``) and is mounted by ``hermes_cli.web_server`` at the exact
|
|
point in module execution where the routes were originally registered, so
|
|
route-matching order is unchanged. Shared web_server helpers/state are
|
|
reached through the late-binding seam in ``hermes_cli.web_deps``.
|
|
"""
|