gloamy 0.1.9

Rust-first autonomous agent runtime for CLI, channels, gateway, and hardware workflows.
Documentation
1
2
3
4
5
6
pub mod macos;
pub mod ocr;
pub mod traits;

pub use macos::MacOsPerceptionProvider;
pub use ocr::{OcrConfig, TesseractOcrProvider};