mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
Merge 7eb2761b54 into 05d8f11085
This commit is contained in:
commit
6743c4777b
4 changed files with 57 additions and 18 deletions
|
|
@ -574,6 +574,8 @@ def load_gateway_config() -> GatewayConfig:
|
|||
bridged["require_mention"] = platform_cfg["require_mention"]
|
||||
if "free_response_channels" in platform_cfg:
|
||||
bridged["free_response_channels"] = platform_cfg["free_response_channels"]
|
||||
if "free_response_chats" in platform_cfg:
|
||||
bridged["free_response_chats"] = platform_cfg["free_response_chats"]
|
||||
if "mention_patterns" in platform_cfg:
|
||||
bridged["mention_patterns"] = platform_cfg["mention_patterns"]
|
||||
if "dm_policy" in platform_cfg:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue