agent-first-http 0.6.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
//! Static asset bundle for the ops panel. Embedded at compile time via
//! `include_bytes!` so the resulting binary is self-contained.

pub const INDEX_HTML: &[u8] = include_bytes!("../../../assets/screencast-panel/index.html");
pub const APP_JS: &[u8] = include_bytes!("../../../assets/screencast-panel/app.js");
pub const APP_CSS: &[u8] = include_bytes!("../../../assets/screencast-panel/app.css");