add autonomy engine scheduler with config guards and gateway integration

This commit is contained in:
DBT
2026-02-23 17:35:05 +00:00
parent 9b4fef02bb
commit 680e38b9ae
5 changed files with 324 additions and 0 deletions

View File

@@ -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.",