Skip to content

Commit 48f8278

Browse files
committed
updated the structure
1 parent 9243618 commit 48f8278

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { EventEmitter } from 'events';
2525
import {chatSummary} from './modules/history'
2626
import codeboltTools from './modules/tools';
2727
import cbagent from './modules/agent';
28-
import cbutils from './utils/editFile';
28+
import cbutils from './modules/utils';
2929

3030

3131

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import cbws from '../modules/websocket';
1+
import cbws from './websocket';
22

33

44
const cbutils = {

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { ToolBox } from './modules/toolBox';
1+
export { ToolBox } from './utils/toolBox';
22
export { TaskInstruction } from './agentlib/taskInstruction';
33
export { UserMessage } from './agentlib/usermessage';
44
export { SystemPrompt } from './agentlib/systemprompt';

0 commit comments

Comments
 (0)