Skip to content

@agent-os/workspace-binding

Composition package for binding standard workspace tools and workspace material refs into one runtime submit binding object.

Workspace-binding is a write-side binding helper only. It does not normalize paths, project diagnostics, execute external tools, or mint receipts.

Use it when a consumer already has a WorkspaceEnv and needs run-scoped submit bindings for the standard workspace tools.

import { bindWorkspaceToolsForRuntime } from "@agent-os/workspace-binding";

External workspace execution still requires a receipt/dispatch-backed path.

Terminal window
cd packages/composers/workspace-binding
vp test run