Expand description
ORCH-15 (observed tier): the routing noun — which profile / agent a surface tuple resolves to.
- Hermes —
gateway.profile_routesinHERMES_HOME/config.yaml: a list of{platform, guild_id?, chat_id?, thread_id?, profile}entries, most specific wins (thread 8 > chat 4 > guild 2 > platform 0), the default profile otherwise (docs/HERMES-IDEAL-SUPPORT-DESIGN.md§1). - OpenClaw —
bindings[]inopenclaw.json:{agentId, match{channel, accountId, peer{kind,id}, guildId, teamId, roles}}, evaluated exact peer → parent peer → wildcard peer → guild+roles → guild → team → account → channel → default agent (§1b).
Read-only. Editing a route stays the harness’s own config edit.
Structs§
- Route
Match - The match side of a route, in the shared-noun vocabulary.
- Route
Row - One routing entry.
Enums§
- Route
Error - Why a listing was refused.
Constants§
- ROUTES_
SCHEMA - Wire schema of
harness.v1.routes.list. - ROUTE_
HARNESSES - Harnesses with a routing concept.
Functions§
- list_
routes - List routes, optionally for one harness and/or one target.