refactor: ts in packages/*/tests use extensionless import

This commit is contained in:
imccyu
2026-06-17 23:21:42 +08:00
parent 846ea4dd60
commit 279e9f17eb
24 changed files with 29 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ import AgentRegistry from '@deepseek-ai/dsh-agent'
import AgentLoop, { ReactLoopAgent } from '@deepseek-ai/dsh-agent-loop'
import { LocalBashExecutor } from '@deepseek-ai/dsh-bash-local'
import * as ToolBash from '@deepseek-ai/dsh-tool-bash'
import { MockAdapter, textResponse, toolCallResponse } from '../../agent-loop/tests/mock-adapter.ts'
import { MockAdapter, textResponse, toolCallResponse } from '../../agent-loop/tests/mock-adapter'
/**
* Full-loop integration: a scripted mock model drives the REAL bash tool