elizaos-plugin-browser 2.0.0

Browser automation plugin for elizaOS - enables AI agents to browse websites, interact with elements, and extract data
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod captcha;
pub mod errors;
pub mod retry;
pub mod security;
pub mod url;

pub use captcha::*;
pub use errors::*;
pub use retry::*;
pub use security::*;
pub use url::*;