Skip to content

Commit d68ecc4

Browse files
committed
move quickjs-sandbox into agent-runtime
1 parent ad80e54 commit d68ecc4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

backend/src/run-programmatic-step.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1+
import { SandboxManager } from '@codebuff/agent-runtime/util/quickjs-sandbox'
12
import { getToolCallString } from '@codebuff/common/tools/utils'
23
import { getErrorObject } from '@codebuff/common/util/error'
34
import { cloneDeep } from 'lodash'
45

56
import { addAgentStep } from './agent-run'
67
import { executeToolCall } from './tools/tool-executor'
7-
import { SandboxManager } from './util/quickjs-sandbox'
88
import { getRequestContext } from './websockets/request-context'
99

1010
import type { CodebuffToolCall } from '@codebuff/common/tools/list'
File renamed without changes.

0 commit comments

Comments
 (0)