| Agentic Session State | Required so the agent is aware of the session state. |
| Chat History | Manage and access agent chat history. |
| Dynamic Session State | Update session state dynamically during agent runs. |
| Last N Session Messages | Remove the tmp db file before running the script. |
| Persistent Session | Persistent Session Example. |
| Session Options | Simple example demonstrating store_history_messages option. |
| Session State Advanced | Define tools to manage our shopping list. |
| Session State Basic | Create an Agent that maintains state. |
| Session State Events | Create an Agent that maintains state. |
| Session State Manual Update | Create an Agent that maintains state. |
| Session State Multiple Users | This example demonstrates how to maintain state for each user in a multi-user environment. |
| Session Summary | This example shows how to use the session summary to store the conversation summary. |