Skip to main content
ExampleDescription
Agentic Session StateDemonstrates team and member agentic state updates on shared session state.
Change State On RunDemonstrates per-run session state overrides for different users/sessions.
Nested Shared StateDemonstrates hierarchical teams that coordinate over shared session state.
Overwrite Stored Session StateDemonstrates replacing persisted session_state with run-time session_state.
State SharingDemonstrates sharing session state and member interactions across team members.
Chat HistoryDemonstrates retrieving chat history and limiting included history messages.
Persistent SessionDemonstrates persistent team sessions with optional history injection.
Search Session HistoryDemonstrates searching prior sessions with user-scoped history access.
Session OptionsDemonstrates session naming, in-memory DB usage, and session caching options.
Session SummaryDemonstrates session summary creation, context reuse, and async summary retrieval.
Share Session With AgentDemonstrates sharing one session across team and single-agent interactions.