//! Core types for the agent SDK.
//!//! These types are defined in [`agent_sdk_foundation::types`] and re-exported here
//! so that existing `use crate::types::*` paths throughout the crate continue
//! to resolve without changes.
pubuseagent_sdk_foundation::types::*;