eve
Version:
Filesystem-first framework for durable backend AI agents that run anywhere.
1 lines • 721 B
JavaScript
import{installWorkflowSandboxModule}from"#shared/workflow-sandbox.js";import{experimental_continueCodeModeInterrupt,experimental_createCodeModeTool,experimental_getCodeModeInterrupt,experimental_requestCodeModeInterrupt,experimental_unwrapCodeModeResult}from"#compiled/@ai-sdk/code-mode/index.js";installWorkflowSandboxModule({continueCodeModeInterrupt:experimental_continueCodeModeInterrupt,createCodeModeTool:experimental_createCodeModeTool,getCodeModeInterrupt:experimental_getCodeModeInterrupt,requestCodeModeInterrupt:experimental_requestCodeModeInterrupt,unwrapCodeModeResult:experimental_unwrapCodeModeResult});function installWorkflowSandboxRuntimePlugin(){}export{installWorkflowSandboxRuntimePlugin as default};