Remix.run Logo
potter098 2 days ago

I’d be curious how you’re handling freshness for tool caches. Exact-match caching seems great for pure functions, but once a tool depends on external state I’d want a TTL or invalidation hook, otherwise the hit rate can look great while the answer is already stale.

kaliades a day ago | parent [-]

[dead]