This commit is contained in:
lin onetwo 2025-11-26 00:39:22 +08:00
parent 4d5a5b2ae0
commit 981d306ba2

View file

@ -18,7 +18,7 @@ import type { IWorkspaceService } from '@services/workspaces/interface';
import type { AgentFrameworkContext } from '../../agentFrameworks/utilities/type'; import type { AgentFrameworkContext } from '../../agentFrameworks/utilities/type';
import type { AgentInstance } from '../../interface'; import type { AgentInstance } from '../../interface';
import { createAgentFrameworkHooks } from '../index'; import { createAgentFrameworkHooks } from '../index';
import type { AIResponseContext, ToolActions, PromptConcatHookContext } from '../types'; import type { AIResponseContext, PromptConcatHookContext, ToolActions } from '../types';
import { wikiOperationPlugin } from '../wikiOperation'; import { wikiOperationPlugin } from '../wikiOperation';
import { workspacesListPlugin } from '../workspacesList'; import { workspacesListPlugin } from '../workspacesList';