agent-first-http 0.9.0

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
//! Per-artifact extractors for the seven fetch artifacts. `body` is used
//! by both the HTTP fast path and the browser path.

pub mod body;
pub mod collectors;
pub mod console;
pub mod content;
pub mod network;
pub mod network_bodies;
pub mod observation;
pub mod rendered_html;
pub mod screenshot;
pub mod storage;
pub mod text;