agent-first-http 0.7.1

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
//! Browser host: launches Chromium, holds the profile lock, runs the
//! listener that exposes CDP, `/health`, `/capabilities`, and the takeover
//! panel. Behind the `host` feature so SDK-only consumers don't link
//! chromiumoxide.

pub mod bootstrap;
pub mod browser;
pub mod listener;
pub mod takeover;

pub use bootstrap::HostArgs;