Available on crate feature
sessions only.Expand description
Session management.
Manage conversation context and state:
InMemorySessionService- In-memory sessions- Session creation, retrieval, and lifecycle
- State management with scoped prefixes
Available with feature: sessions
Modules§
Structs§
- Create
Request - Delete
Request - Event
- Event represents a single interaction in a conversation. This struct embeds LlmResponse to match ADK-Go’s design pattern.
- Event
Actions - GetRequest
- InMemory
Session Service - List
Request
Constants§
Traits§
- Events
- Trait for accessing events in a session.
- Readonly
State - Session
- Session
Service - State