Skip to main content

Crate agentos_sidecar_browser

Crate agentos_sidecar_browser 

Source
Expand description

Agent OS browser sidecar wrapper.

Structs§

BrowserAcpExtension
The browser ACP extension: decodes ACP wire requests, dispatches them through the host-free agentos-sidecar-core engine, and drives the agent process via a BrowserAcpHost over the converged executor. This crate stays host-free (no tokio / native agentos-native-sidecar) so it compiles to wasm32; the kernel remains the sole enforcement point and all guest syscalls route through the converged sync bridge. Mutex (not RefCell) satisfies the Send + Sync trait bound; the browser runs single-threaded so there is no real contention.

Functions§

browser_sidecar
extensions