mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-25 00:51:20 +00:00
fix(matrix): add missing matrix entry in PLATFORMS dict (#3473)
Matrix platform was missing from the PLATFORMS config, causing a KeyError in _get_platform_tools() when handling Matrix messages. Every other platform (telegram, discord, slack, etc.) was present but matrix was overlooked. Co-authored-by: williamtwomey <williamtwomey@users.noreply.github.com>
This commit is contained in:
parent
83043e9aa8
commit
388fa5293d
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ PLATFORMS = {
|
|||
"signal": {"label": "📡 Signal", "default_toolset": "hermes-signal"},
|
||||
"homeassistant": {"label": "🏠 Home Assistant", "default_toolset": "hermes-homeassistant"},
|
||||
"email": {"label": "📧 Email", "default_toolset": "hermes-email"},
|
||||
"matrix": {"label": "💬 Matrix", "default_toolset": "hermes-matrix"},
|
||||
"dingtalk": {"label": "💬 DingTalk", "default_toolset": "hermes-dingtalk"},
|
||||
"api_server": {"label": "🌐 API Server", "default_toolset": "hermes-api-server"},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue