mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 20:04:32 +00:00
style: run oxfmt and fix gate failures
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
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,
|
||||
@@ -15,13 +22,6 @@ 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