Skip to main content

agent_first_http/sdk/profile/
info.rs

1//! SDK-side view of `GET /profile`. Re-exports [`ProfileSnapshot`] from
2//! `shared` so callers outside this module use the canonical type.
3
4pub use crate::shared::profile_snapshot::ProfileSnapshot as ProfileInfo;