Expand description
Agent OS browser sidecar wrapper.
Structs§
- Browser
AcpExtension - The browser ACP extension: decodes ACP wire requests, dispatches them through
the host-free
agentos-sidecar-coreengine, and drives the agent process via aBrowserAcpHostover 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(notRefCell) satisfies theSend + Synctrait bound; the browser runs single-threaded so there is no real contention.