Skip to main content
ExampleDescription
Agentic Session StateRequired so the agent is aware of the session state.
Chat HistoryManage and access agent chat history.
Dynamic Session StateUpdate session state dynamically during agent runs.
Last N Session MessagesRemove the tmp db file before running the script.
Persistent SessionPersistent Session Example.
Session OptionsSimple example demonstrating store_history_messages option.
Session State AdvancedDefine tools to manage our shopping list.
Session State BasicCreate an Agent that maintains state.
Session State EventsCreate an Agent that maintains state.
Session State Manual UpdateCreate an Agent that maintains state.
Session State Multiple UsersThis example demonstrates how to maintain state for each user in a multi-user environment.
Session SummaryThis example shows how to use the session summary to store the conversation summary.