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
5
6
7
8
9
10
11
12
13
14
15
//! 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.

pub mod artifacts;
pub mod envelope;
pub mod error;
pub mod ids;
pub mod path;
pub mod profile_snapshot;
pub mod redact;
pub mod time;

#[cfg(test)]
mod contract_tests;