Rename Factory to Foundry

This commit is contained in:
Nathan Flurry 2026-03-10 22:01:39 -07:00
parent 0a8fda040b
commit 324de36577
256 changed files with 605 additions and 603 deletions

View file

@ -1,11 +0,0 @@
import {
createTaskWorkbenchClient,
type TaskWorkbenchClient,
} from "@sandbox-agent/factory-client/workbench";
export function createWorkbenchRuntimeClient(workspaceId: string): TaskWorkbenchClient {
return createTaskWorkbenchClient({
mode: "mock",
workspaceId,
});
}