Commit Graph

195 Commits

Author SHA1 Message Date
DBT
175a96fb2b feat webui: config hot-reload + chat/media upload endpoints 2026-02-25 11:54:08 +00:00
DBT
f04a6939b3 fix telegram media sending via message tool (path/url support) 2026-02-25 11:46:36 +00:00
DBT
5ea3586431 persist node state to shared file for gateway/cli visibility 2026-02-25 11:13:58 +00:00
DBT
74aa7d80bc separate telegram private and group allowlist checks 2026-02-25 07:30:38 +00:00
DBT
fe1285b690 fix nodes tool schema by defining array items for command 2026-02-25 06:14:20 +00:00
DBT
66102ce98e fix node manager deadlock by moving audit write outside lock 2026-02-25 06:09:56 +00:00
DBT
b7caca5214 add telegram group-chat support controls with mention gating and chat allowlist 2026-02-25 04:50:00 +00:00
DBT
27ccb576c6 align dialog behavior with intent-slot carryover and commit-push transaction verification 2026-02-25 02:13:42 +00:00
DBT
6b0c730129 harden dialog execution policy with intent slots and commit-push receipt formatting 2026-02-25 02:04:39 +00:00
DBT
7ec4c87779 add node dispatch latency audit and status metrics for child-task workflow 2026-02-25 01:53:19 +00:00
DBT
7fe8ef452f audit node task dispatches and wire agent_task request metadata 2026-02-25 01:43:58 +00:00
DBT
50a515af60 add child-model agent_task flow with node model capability and stricter device contracts 2026-02-25 01:37:52 +00:00
DBT
a21237c1e4 tighten device action args validation and normalize media payload schema 2026-02-25 01:23:25 +00:00
DBT
68145f8185 harden node lifecycle with ttl heartbeat audits, action ACL checks, and status panel 2026-02-25 01:16:43 +00:00
DBT
bbc0690eaa standardize device operation responses with codes and richer local simulations 2026-02-24 16:27:37 +00:00
DBT
04cbb22c57 add node heartbeat ttl offline reaper and enforce capability checks 2026-02-24 16:20:43 +00:00
DBT
07cf54538e add gateway token-based node registration over host:port and shared nodes manager 2026-02-24 16:06:44 +00:00
DBT
42a5be0cec enhance device-operation routing with action paths and nodes tool shortcuts 2026-02-24 15:57:00 +00:00
DBT
92433a6e21 wire nodes relay transport to HTTP bridge with endpoint token support 2026-02-24 15:51:24 +00:00
DBT
2486bbd80c improve nodes relay path and accelerate memory search with token index cache 2026-02-24 15:30:45 +00:00
DBT
532f01e4ee optimize memory search with modtime block cache and faster stable ranking 2026-02-24 15:20:00 +00:00
DBT
9635d48e67 add p2p-relay transport router scaffold for nodes tool 2026-02-24 15:06:54 +00:00
DBT
7fa0e629e8 add phase-1 nodes control plane scaffold and register nodes tool 2026-02-24 14:31:29 +00:00
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