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.
//! Feature-agnostic types: error enum, ids, artifact tokens, the protocol
//! envelope writer, redaction list, and duration parsing. Compiles in both
//! sdk-only and host builds; never touches chromiumoxide or axum.
pubmodartifacts;pubmodenvelope;pubmoderror;pubmodids;pubmodpath;pubmodprofile_snapshot;pubmodredact;pubmodtime;#[cfg(test)]modcontract_tests;