Merge pull request #1138 from amirmamaghani/feat/irc-channel

feat(channels): add IRC channel integration
This commit is contained in:
Meng Zhuo
2026-03-07 20:25:26 +08:00
committed by GitHub
11 changed files with 616 additions and 0 deletions
+22
View File
@@ -164,6 +164,28 @@
"max_steps": 10,
"welcome_message": "Hello! I'm your AI assistant. How can I help you today?",
"reasoning_channel_id": ""
},
"irc": {
"enabled": false,
"server": "irc.libera.chat:6697",
"tls": true,
"nick": "mybot",
"user": "",
"real_name": "",
"password": "",
"nickserv_password": "",
"sasl_user": "",
"sasl_password": "",
"channels": ["#mychannel"],
"request_caps": ["server-time", "message-tags"],
"allow_from": [],
"group_trigger": {
"mention_only": true
},
"typing": {
"enabled": false
},
"reasoning_channel_id": ""
}
},
"providers": {