Hey guys! Wanted to know if Koog already supports ...
# koog-agentic-framework
o
Hey guys! Wanted to know if Koog already supports
context-caching
, and if not to suggest it as an upcoming feature 🙂
a
We don’t do this yet, it might be a bit tricky since we allow arbitrary modifications on prompt during the agent execution, including a full rewrite. But this feature is worth supporting, feel free to create an issue https://youtrack.jetbrains.com/projects/KG/issues
v
I think some providers support cache points, which we only support internally rn. We should support it, as it can give ~4x cost optimisation
o
Thank you guys for your responses, appreciate it! This indeed could give real major cost optimisations, as well as speed optimisations. I know Gemini-2.5-Flash models for example use this behaviour by default (but it's not guaranteed)