pub const TOOL_PROGRESS_CALL_ID_KEY: &'static str;Expand description
Core traits and types.
Always available regardless of feature flags. Includes:
Agent- The fundamental trait for all agentsTool/Toolset- For extending agents with capabilitiesSession/State- For managing conversation contextEvent- For streaming agent responsesAdkError/Result- Unified error handling Event-levelprovider_metadatakey carrying the originating tool’s function-call id on a tool-progress event.