agent-first-http 0.7.2

Give your AI agent its own private browser — so it reads the real page, past logins and bot walls, without ever touching yours.
Documentation
1
2
3
4
//! SDK-side view of `GET /profile`. Re-exports [`ProfileSnapshot`] from
//! `shared` so callers outside this module use the canonical type.

pub use crate::shared::profile_snapshot::ProfileSnapshot as ProfileInfo;