Expand description
Stable agent cache key (§1.5) — the basis for --resume reuse.
Functions§
- agent_
cache_ key - Deterministic cache key:
blake3(backend ++ model ++ normalized_prompt ++ phase).\0separators prevent field-concatenation collisions.
Stable agent cache key (§1.5) — the basis for --resume reuse.
blake3(backend ++ model ++ normalized_prompt ++ phase).
\0 separators prevent field-concatenation collisions.