Files
optimclaw/benchmarks
Illia PolosukhinandClaude Opus 4.6 322a048b39 feat: add tool execution idempotency cache
For tools that declare `is_idempotent() == true`, successful results are
cached per-job so repeated identical calls (common during self-repair
recovery, stuck job retries, or chat-mode retry loops) return instantly
without re-executing. Cache uses SHA-256 content hashing with TTL and
LRU eviction, scoped per job_id.

Co-Authored-By: Claude Opus 4.6 <[email protected]>
2026-02-18 18:40:11 -08:00
..