rs_peekaboo 0.2.4

Rust-native cross-platform computer-use CLI and library
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod automation;
pub mod cache;
pub mod cli;
pub mod error;
pub mod models;
pub mod platform;

pub use automation::Peekaboo;
pub use error::{PeekabooError, Result};
pub use models::*;