"channels": {
"feishu": {
"enabled": true,
"accounts": {
"default": {
"agentId": "main_agent",
"appId": "cli_a9",
"appSecret": "59tmJdrhyHZm2p0",
"domain": "feishu",
"dmPolicy": "open",
"groupPolicy": "open",
"peer": {
"kind": "direct", // 仅匹配飞书群组,不匹配全局
"id": "*"
}
},
"tutule_two": {
"agentId": "main_agent",
"appId": "cli_a914e43a49",
"appSecret": "4vNpdegsl2jjRSjTQZq",
"domain": "feishu",
"dmPolicy": "open",
"groupPolicy": "open",
"requireMention": "false",
// 新增:自定义呼唤bot的名字(支持多个)
"callNames": ["bot", "助手"],
// 新增:消息必须包含的请求类动词(支持扩展,如加"整理""查"等)
"includeKeywords": ["帮", "请", "分析", "总结", "写"],
// 新增:消息必须以?/?结尾
"suffixKeywords": ["?", "?"]
}
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "local_ollama/qwen3:14b",
"fallbacks": []
},
"workspace": "C:\Users\Administrator\clawd",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4
},
"list": [
{
"id": "main_agent",
"name": "兔兔乐",
"model": {
"primary": "local_ollama/qwen3:14b",//sophnet/MiniMax-M2.5 sophnet/MiniMax-M2.5 local_ollama/qwen3:14b
"fallbacks": []
}
},
feishu.default use main_agent , feishu.tutule_two use ui_agent,tutule_two is wrong,why?