mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 22:28:38 +00:00
chore: wtf.
This commit is contained in:
@@ -1,11 +1,4 @@
|
||||
import type { OpenClawConfig } from "../../config/config.js";
|
||||
import type {
|
||||
SandboxBrowserConfig,
|
||||
SandboxConfig,
|
||||
SandboxDockerConfig,
|
||||
SandboxPruneConfig,
|
||||
SandboxScope,
|
||||
} from "./types.js";
|
||||
import { resolveAgentConfig } from "../agent-scope.js";
|
||||
import {
|
||||
DEFAULT_SANDBOX_BROWSER_AUTOSTART_TIMEOUT_MS,
|
||||
@@ -22,6 +15,13 @@ import {
|
||||
DEFAULT_SANDBOX_WORKSPACE_ROOT,
|
||||
} from "./constants.js";
|
||||
import { resolveSandboxToolPolicyForAgent } from "./tool-policy.js";
|
||||
import type {
|
||||
SandboxBrowserConfig,
|
||||
SandboxConfig,
|
||||
SandboxDockerConfig,
|
||||
SandboxPruneConfig,
|
||||
SandboxScope,
|
||||
} from "./types.js";
|
||||
|
||||
export function resolveSandboxBrowserDockerCreateConfig(params: {
|
||||
docker: SandboxDockerConfig;
|
||||
|
||||
Reference in New Issue
Block a user