feat(browser): add optional computer-use sidecar backend (#335)
This commit is contained in:
parent
db0904c8a4
commit
04bf94443f
8 changed files with 625 additions and 24 deletions
|
|
@ -2,6 +2,8 @@ use super::traits::{Tool, ToolResult};
|
|||
use crate::security::{AutonomyLevel, SecurityPolicy};
|
||||
use async_trait::async_trait;
|
||||
use serde_json::json;
|
||||
#[cfg(test)]
|
||||
use std::path::Path;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// Git operations tool for structured repository management.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue