- 删除了 AttachmentInputPanel.vue 组件。 - 增强了 MessageInputComponent.vue,新增了一个用于子代理的提及组。 - 更新了提及逻辑以在提及功能中支持子代理。 - 引入 useAgentMentionConfig.js 来管理代理提及配置。 - 添加 useAgentRunStream.js 用于处理代理运行流逻辑。 - 创建 useAgentThreadState.js 来管理线程状态和正在进行的对话。 - 清理了 AgentView.vue,移除了未使用的样式和配置。 |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.json | ||
| eslint.config.js | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| vite.config.js | ||