File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { EventEmitter } from 'events';
2525import { chatSummary } from './modules/history'
2626import codeboltTools from './modules/tools' ;
2727import cbagent from './modules/agent' ;
28- import cbutils from './utils/editFile ' ;
28+ import cbutils from './modules/utils ' ;
2929
3030
3131
Original file line number Diff line number Diff line change 1- import cbws from '../modules /websocket' ;
1+ import cbws from './websocket' ;
22
33
44const cbutils = {
Original file line number Diff line number Diff line change 1- export { ToolBox } from './modules /toolBox' ;
1+ export { ToolBox } from './utils /toolBox' ;
22export { TaskInstruction } from './agentlib/taskInstruction' ;
33export { UserMessage } from './agentlib/usermessage' ;
44export { SystemPrompt } from './agentlib/systemprompt' ;
File renamed without changes.
You can’t perform that action at this time.
0 commit comments