This commit is contained in:
lpf
2026-02-20 23:06:38 +08:00
parent 60e399f3f0
commit 99b73272ce
7 changed files with 88 additions and 666 deletions

View File

@@ -159,13 +159,12 @@ clawgo channel test --channel telegram --to <chat_id> -m "ping"
}
```
运行控制配置示例(意图阈值 / 自主循环守卫 / 运行态保留):
运行控制配置示例(自主循环守卫 / 运行态保留):
```json
"agents": {
"defaults": {
"runtime_control": {
"intent_high_confidence": 0.75,
"intent_max_input_chars": 1200,
"autonomy_tick_interval_sec": 20,
"autonomy_min_run_interval_sec": 20,