File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
packages/agent-runtime/src/__tests__ Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11import { AgentTemplateTypes } from '@codebuff/common/types/session-state'
22
3- import { publisher } from '../constants'
3+ import { publisher } from '../../agents/ constants'
44
5- import type { SecretAgentDefinition } from '../types/secret-agent-definition'
5+ import type { SecretAgentDefinition } from '../../agents/ types/secret-agent-definition'
66
77const paramsSchema = {
88 type : 'object' as const ,
Original file line number Diff line number Diff line change 1- import { ToolCall } from '../types/agent-definition'
2- import { publisher } from '../constants'
1+ import { ToolCall } from '../../agents/ types/agent-definition'
2+ import { publisher } from '../../agents/ constants'
33
44import {
55 PLACEHOLDER ,
66 type SecretAgentDefinition ,
7- } from '../types/secret-agent-definition'
7+ } from '../../agents/ types/secret-agent-definition'
88
99const definition : SecretAgentDefinition = {
1010 id : 'find-all-referencer' ,
Original file line number Diff line number Diff line change 1- import { publisher } from '../constants'
2- import type { SecretAgentDefinition } from '../types/secret-agent-definition'
1+ import { publisher } from '../../agents/ constants'
2+ import type { SecretAgentDefinition } from '../../agents/ types/secret-agent-definition'
33
44const definition : SecretAgentDefinition = {
55 id : 'researcher' ,
Original file line number Diff line number Diff line change 11import { CodebuffClient , type AgentDefinition } from '@codebuff/sdk'
2- import fileExplorerDef from '../../agents/file-explorer/file-explorer'
3- import findAllReferencerDef from '../../agents/file-explorer/find-all-referencer'
2+ import fileExplorerDef from '../../agents-graveyard /file-explorer/file-explorer'
3+ import findAllReferencerDef from '../../agents-graveyard /file-explorer/find-all-referencer'
44import { PLACEHOLDER } from '../../agents/types/secret-agent-definition'
55
66const evalTaskGeneratorAgentDef : AgentDefinition = {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414} from 'bun:test'
1515
1616import { createToolCallChunk , mockFileContext } from './test-utils'
17- import researcherAgent from '../../../../agents/researcher/researcher'
17+ import researcherAgent from '../../../../agents-graveyard /researcher/researcher'
1818import * as webApi from '../llm-api/codebuff-web-api'
1919import { runAgentStep } from '../run-agent-step'
2020import { assembleLocalAgentTemplates } from '../templates/agent-registry'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import {
1515} from 'bun:test'
1616
1717import { createToolCallChunk , mockFileContext } from './test-utils'
18- import researcherAgent from '../../../../agents/researcher/researcher'
18+ import researcherAgent from '../../../../agents-graveyard /researcher/researcher'
1919import * as webApi from '../llm-api/codebuff-web-api'
2020import { runAgentStep } from '../run-agent-step'
2121import { assembleLocalAgentTemplates } from '../templates/agent-registry'
You can’t perform that action at this time.
0 commit comments