feat: add ToolRegistry.clone() and replace() for per-session registries

This commit is contained in:
William Valentin
2026-02-06 15:58:19 -08:00
parent ed1e290ddd
commit 1314ac0163
3 changed files with 93 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
export { DockerSandbox, type DockerSandboxConfig, type ExecOptions, type ExecResult } from './docker.js';
export { SandboxManager } from './manager.js';
export { createSandboxedShellTool, createSandboxedProcessStartTool } from './tools.js';