browsing 0.1.4

Lightweight MCP/API for browser automation: navigate, get content (text), screenshot. Parallelism via RwLock.
Documentation
1
2
3
4
5
6
7
//! Agent service for autonomous web automation

mod json_extractor;
pub mod service;
pub mod views;

pub use service::Agent;