feat(proxy): add scoped proxy configuration and docs runbooks
- add scope-aware proxy schema and runtime wiring for providers/channels/tools - add agent callable proxy_config tool for fast proxy setup - standardize docs system with index, template, and playbooks
This commit is contained in:
parent
13ee9e6398
commit
ce104bed45
36 changed files with 2025 additions and 323 deletions
|
|
@ -736,7 +736,7 @@ impl BrowserTool {
|
|||
}
|
||||
});
|
||||
|
||||
let client = reqwest::Client::new();
|
||||
let client = crate::config::build_runtime_proxy_client("tool.browser");
|
||||
let mut request = client
|
||||
.post(endpoint)
|
||||
.timeout(Duration::from_millis(self.computer_use.timeout_ms))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue