Hi there, just wondering if there's any documentat...
# koog-agentic-framework
s
Hi there, just wondering if there's any documentation on managing conversation history within nodes in a strategy graph using the
Persistency
feature? This includes when to save checkpoints, when to retrieve checkpoints, how to amend the prompt with the retrieval, etc Also I need to understand how this ties in to the
Prompt
I need to create and provide to the
AIAgentConfig
object that I subsequently pass to the
AIAgent
instance before the agent runs. Should I be utilising my
PersistencyStorageProvider
to create this
Prompt
or should I be doing most of these operations in the strategy graph itself? @Vadim Briliantov Any code examples would be greatly appreciated