mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-04-27 14:07:29 +08:00
add autonomy engine scheduler with config guards and gateway integration
This commit is contained in:
@@ -13,6 +13,16 @@
|
||||
"ack_max_chars": 64,
|
||||
"prompt_template": "Read HEARTBEAT.md if it exists (workspace context). Follow it strictly. Do not infer or repeat old tasks from prior chats. If nothing needs attention, reply HEARTBEAT_OK."
|
||||
},
|
||||
"autonomy": {
|
||||
"enabled": false,
|
||||
"tick_interval_sec": 30,
|
||||
"min_run_interval_sec": 20,
|
||||
"max_pending_duration_sec": 180,
|
||||
"max_consecutive_stalls": 3,
|
||||
"max_dispatch_per_tick": 2,
|
||||
"notify_channel": "",
|
||||
"notify_chat_id": ""
|
||||
},
|
||||
"texts": {
|
||||
"no_response_fallback": "I've completed processing but have no response to give.",
|
||||
"think_only_fallback": "Thinking process completed.",
|
||||
|
||||
Reference in New Issue
Block a user