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;