finish new agent framework
This commit is contained in:
parent
f51bd364b4
commit
7968a0d4c5
@ -190,10 +190,6 @@ export interface OmAgentConfiguration {
|
||||
}
|
||||
}
|
||||
|
||||
export interface OmAgentStartOption {
|
||||
|
||||
}
|
||||
|
||||
import { MessageState, type ChatMessage, type ChatSetting, type TaskLoop, type TextMessage } from '../../task-loop.js';
|
||||
|
||||
export function UserMessage(content: string): TextMessage {
|
||||
|
@ -1,4 +1,4 @@
|
||||
export { routeMessage } from './common/router.js';
|
||||
export { VSCodeWebViewLike, TaskLoopAdapter } from './hook/adapter.js';
|
||||
export { VSCodeWebViewLike, TaskLoopAdapter, OmAgent, OmAgentConfiguration } from './hook/adapter.js';
|
||||
export { setVscodeWorkspace, setRunningCWD } from './hook/setting.js';
|
||||
export { clientMap } from './mcp/connect.service.js';
|
Loading…
x
Reference in New Issue
Block a user