browsing 0.1.5

Browser automation: navigate, click, extract, screenshot. Standalone browser control via CDP.
Documentation
1
2
3
4
5
6
//! Agent view types (used by the tools layer)

pub mod memory;
pub mod views;

pub use views::*;