agent-first-http 0.5.0

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.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! 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 network;
pub mod network_bodies;
pub mod observation;
pub mod rendered_html;
pub mod screenshot;
pub mod storage;
pub mod text;