Skip to main content

AGENTS_CACHE_FILE

Constant AGENTS_CACHE_FILE 

Source
pub const AGENTS_CACHE_FILE: &str = ".render-cache-agents.json";
Expand description

Separate cache file for the optional agents render surface. Kept distinct from CACHE_FILE so the agents loop and the skills loop never reconcile against each other’s entries (a shared cache would make each surface delete the other’s outputs on save).