SDKv2.5.9
Complete multi-turn learning confirmations without losing context
Agno Team
March 10, 20261 min read
LearningMode.PROPOSE now automatically enables chat history for the session, ensuring that the multi-turn confirmation flow — where the agent proposes a learned fact and waits for user approval — has full conversational context available across rounds. Previously, history was not retained between turns, causing the agent to lose track of pending proposals mid-confirmation.
Details**:**
- Chat history is enabled automatically when
LearningMode.PROPOSEis active; no manual configuration needed - Ensures proposed facts and user responses remain in context throughout the confirmation loop
- Fully backward-compatible; no changes required for existing learning configurations