fix(agents): restore missing runtime helpers and sandbox types

This commit is contained in:
Peter Steinberger
2026-02-13 15:42:00 +00:00
parent 5643a93479
commit 31c6a12cfa
4 changed files with 29 additions and 3 deletions

View File

@@ -104,6 +104,7 @@ export function execDockerRaw(
});
}
import type { SandboxConfig, SandboxDockerConfig, SandboxWorkspaceAccess } from "./types.js";
import { formatCliCommand } from "../../cli/command-format.js";
import { defaultRuntime } from "../../runtime.js";
import { computeSandboxConfigHash } from "./config-hash.js";