agent-first-http 0.7.0

Give an AI agent its own isolated browser to actually open a URL — running JavaScript when the page needs it and returning the page as files the agent can read — so it works from the real page instead of a search guess, an empty app shell, or a login wall, all without touching the browser you use every day.
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;