Give an AI agent any URL and get back a usable page — fetched directly, or rendered in a real browser when the page needs one — with a human able to take over the same browser for a login, captcha, or 2FA.
//! SDK-side view of `GET /profile`. Re-exports [`ProfileSnapshot`] from
//! `shared` so callers outside this module use the canonical type.
pubusecrate::shared::profile_snapshot::ProfileSnapshot as ProfileInfo;