Module context

Module context 

Source
Expand description

Core traits and types.

Always available regardless of feature flags. Includes:

  • Agent - The fundamental trait for all agents
  • Tool / Toolset - For extending agents with capabilities
  • Session / State - For managing conversation context
  • Event - For streaming agent responses
  • AdkError / Result - Unified error handling

Structs§

MemoryEntry
RunConfig

Enums§

IncludeContents
Controls what parts of prior conversation history is received by llmagent
StreamingMode

Traits§

Artifacts
CallbackContext
InvocationContext
Memory
ReadonlyContext
ReadonlyState
Session
State