pub async fn run_browser_agent(
storage_root: &Path,
req: BrowserAgentRequest,
) -> Result<BrowserAgentResponse, String>Expand description
Run the browser agent against the current page.
pub async fn run_browser_agent(
storage_root: &Path,
req: BrowserAgentRequest,
) -> Result<BrowserAgentResponse, String>Run the browser agent against the current page.