refactor: expose agent runtime test contracts

This commit is contained in:
Peter Steinberger
2026-04-28 03:40:37 +01:00
parent c1c9f5f1a3
commit 2628326264
39 changed files with 518 additions and 141 deletions

View File

@@ -4,12 +4,12 @@ import net from "node:net";
import os from "node:os";
import path from "node:path";
import { createSandboxTestContext } from "openclaw/plugin-sdk/test-fixtures";
import { describe, expect, it } from "vitest";
import {
createSandboxBrowserConfig,
createSandboxPruneConfig,
createSandboxSshConfig,
} from "../../../test/helpers/sandbox-fixtures.js";
} from "openclaw/plugin-sdk/test-fixtures";
import { describe, expect, it } from "vitest";
import { createOpenShellSandboxBackendFactory } from "./backend.js";
import { resolveOpenShellPluginConfig } from "./config.js";