Commit Graph

172 Commits

Author SHA1 Message Date
DBT
9ecb5c9b47 support explicit [keys: ...] resource hints for parallel autonomy conflict control 2026-02-24 12:30:26 +00:00
DBT
e5c942ab39 persist autonomy resource keys and expose lock wait stats in status 2026-02-24 12:20:41 +00:00
DBT
ea25c45e5b improve autonomy lock scheduling fairness with wait-attempt scoring and richer resource keys 2026-02-24 12:13:18 +00:00
DBT
149253f45c add resource-key lock scheduling with 30s retry for autonomy task dispatch 2026-02-24 12:04:45 +00:00
DBT
61d5c1b4c8 enforce pending-call matching to block orphan and duplicate function call outputs 2026-02-24 10:46:42 +00:00
DBT
8dd8eb23dc persist and restore assistant tool calls in session jsonl events 2026-02-24 10:14:46 +00:00
DBT
8988002c5a ensure seen call ids only after valid function_call is emitted 2026-02-24 10:08:22 +00:00
DBT
77cf21ce01 fix channel startup context lifetime to keep telegram polling alive 2026-02-24 09:58:00 +00:00
DBT
4d3cf7024c fix responses payload by filtering orphan tool outputs without matching call ids 2026-02-24 09:50:11 +00:00
DBT
dd705e5e93 apply go-level optimizations for lock-free snapshots, pooling, worker flow and typed errors 2026-02-24 09:43:46 +00:00
DBT
8f75bb9ed8 optimize channel orchestration with errgroup and rate limiter 2026-02-24 09:34:13 +00:00
DBT
4105eeb0db apply go-centric architecture optimizations and document them in readme 2026-02-24 09:25:12 +00:00
DBT
3dd918d429 guard non-send message actions by channel capability 2026-02-24 09:14:43 +00:00
DBT
da862896e8 add message edit/delete/react flow and incremental process poll logs 2026-02-24 08:56:14 +00:00
DBT
6ef8cbc705 extend message actions and persist process logs with safer exec defaults 2026-02-24 08:38:08 +00:00
DBT
1a6febffe7 harden exec defaults and gate bootstrap loading to first-run context 2026-02-24 08:28:41 +00:00
DBT
9478161822 persist process session metadata for restart-safe process tool state 2026-02-24 08:10:58 +00:00
DBT
82fd5ab8a8 prioritize startup memory context to today+yesterday notes before long-term 2026-02-24 07:00:59 +00:00
DBT
e13a00b879 load BOOT/BOOTSTRAP/TOOLS templates into startup context 2026-02-24 06:56:21 +00:00
DBT
72de9598ec add exec/process background session workflow and register process tool 2026-02-24 06:45:22 +00:00
DBT
1e9b543f5e align tool naming and message action schema with openclaw compatibility 2026-02-24 06:40:14 +00:00
DBT
141b6a2ccb add skill selection reason audit and status coverage metric 2026-02-24 05:57:25 +00:00
DBT
4e15f06d31 add skill execution audit and status metrics for openclaw alignment 2026-02-24 05:52:18 +00:00
DBT
9ae8de20ce align skill selection protocol with openclaw behavior 2026-02-24 05:45:38 +00:00
DBT
be7b217ef9 fix telegram reply threading via reply parameters 2026-02-24 05:12:20 +00:00
DBT
35fe28d9f4 tune proactive dialog pacing with configurable same-reason cooldown 2026-02-24 04:41:20 +00:00
DBT
791eb3b96c make autonomy proactive messaging strategy configurable 2026-02-24 04:27:50 +00:00
DBT
2db6b24de1 improve autonomy conversation tone with high-value proactive notifications 2026-02-24 04:21:40 +00:00
DBT
44c7773e19 enhance autonomy operational telemetry and control status details 2026-02-24 04:16:05 +00:00
DBT
ee91d6e479 add autonomy waiting-resume debounce config and status visibility 2026-02-24 03:51:14 +00:00
DBT
357a826319 add autonomy action stats view and document runtime autonomy controls 2026-02-24 03:45:17 +00:00
DBT
efae15d72d track autonomy action-level counts in trigger stats 2026-02-24 03:34:26 +00:00
DBT
a0585508ee add autonomy control-file switching and block-reason status analytics 2026-02-24 03:29:38 +00:00
DBT
c4b17f648e add autonomy block-reason analytics and manual pause control file support 2026-02-24 02:16:20 +00:00
DBT
3d72e53f3c add autonomy trigger-audit logging and structured block reason persistence 2026-02-24 02:07:06 +00:00
DBT
b2ec953644 improve autonomy user-priority detection and add waiting/retry/priority telemetry 2026-02-24 02:00:45 +00:00
DBT
af9ccbaae3 pause autonomy during active user chats and expose waiting/retry telemetry 2026-02-24 01:51:55 +00:00
DBT
1328c1feec prioritize user conversations by pausing autonomy and expose retry/dedupe telemetry 2026-02-24 01:45:50 +00:00
DBT
4667f7afcf track autonomy retry windows and dedupe metrics in task/status views 2026-02-24 01:36:12 +00:00
DBT
6ceb37ef55 merge structured tasks.json input into autonomy scheduler with dedupe 2026-02-24 01:27:09 +00:00
DBT
734ce19dc3 enhance autonomy with priority scheduling, backoff retry, and status summary 2026-02-24 01:19:49 +00:00
DBT
b4b2c4c221 add autonomy quiet-hours policy and reflect logs with task persistence 2026-02-24 00:56:11 +00:00
DBT
f644ae83ff upgrade autonomy with task-state persistence and proactive notify cooldown 2026-02-24 00:19:18 +00:00
DBT
680e38b9ae add autonomy engine scheduler with config guards and gateway integration 2026-02-23 17:35:05 +00:00
DBT
9b4fef02bb centralize outbound response post-processing for dialog consistency 2026-02-23 17:26:34 +00:00
DBT
583a0667ca improve reply-tag parsing with current message fallback and outbound reply metadata 2026-02-23 17:13:29 +00:00
DBT
bc354b355a optimize config validation and document new text template settings 2026-02-23 16:49:22 +00:00
DBT
b6b5bfee48 add reply-tag metadata support and externalize system rewrite/dialog strings 2026-02-23 16:40:50 +00:00
DBT
e30ced52a3 align dialog behavior with reply-tag stripping and NO_REPLY suppression 2026-02-23 16:33:10 +00:00
DBT
81674e30f6 remove flaky Go test files per request 2026-02-23 16:19:33 +00:00