Sam
09/10/2025, 9:55 AMPersistency
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