Merge branch 'main' into fix-doc

This commit is contained in:
Cytown
2026-03-25 11:11:27 +08:00
116 changed files with 9297 additions and 7798 deletions
+9 -11
View File
@@ -104,30 +104,30 @@ Note: Sensitive fields are omitted because they're loaded from .security.yml
],
"channels": {
"telegram": {
"enabled": true"
"enabled": true
// token is automatically loaded from .security.yml
},
"discord": {
"enabled": true"
"enabled": true
// token is automatically loaded from .security.yml
}
},
"tools": {
"web": {
"brave": {
"enabled": true"
"enabled": true
// api_key is automatically loaded from .security.yml
},
"tavily": {
"enabled": true"
"enabled": true
// api_key is automatically loaded from .security.yml
},
"glm_search": {
"enabled": true"
"enabled": true
// api_key is automatically loaded from .security.yml
},
"baidu_search": {
"enabled": true"
"enabled": true
// api_key is automatically loaded from .security.yml
}
}
@@ -237,8 +237,6 @@ channels:
nickserv_password: "value"
sasl_password: "value"
```
## Web Tool API Keys
**Brave, Tavily, Perplexity:**
@@ -429,13 +427,13 @@ web:
"tools": {
"web": {
"brave": {
"enabled": true"
"enabled": true
},
"tavily": {
"enabled": true"
"enabled": true
},
"glm_search": {
"enabled": true"
"enabled": true
}
}
}