|
|
c6a4b28bf6
|
refactor: 重构 Agent 模块
- 删除旧的 agent 核心文件
- 新增 supervisor, memory, skills 等模块
- 重构 main.py 服务入口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 16:25:37 +08:00 |
|
|
|
b5b2c32477
|
fix: 更新 useSkills
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:46:05 +08:00 |
|
|
|
11e26601be
|
feat: 更新 Tools 页面
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:45:56 +08:00 |
|
|
|
298ff7c79d
|
feat: 后端工具和 MCP 模块更新
- main.go: 更新工作空间目录,添加 MCP 模型迁移
- tool.go: 添加 description_cn 字段
- auth_service, tool_service: 优化
- 更新 Swagger 文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:45:49 +08:00 |
|
|
|
cab6488d71
|
feat: 新增 MCP 模块
- mcp_handler.go, mcp.go, mcp_repo.go, mcp_service.go
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:45:42 +08:00 |
|
|
|
14d656eea3
|
chore: 更新 package-lock.json 和 useTools
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:27:05 +08:00 |
|
|
|
765a968e63
|
feat: 新增 agent/app/core 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:53 +08:00 |
|
|
|
8249f67351
|
feat: 新增 teams 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:47 +08:00 |
|
|
|
85b4c51fd7
|
feat: 前端配置和组件更新
- App.vue, Sidebar.vue
- main.ts, router/index.ts
- package.json, vite.config.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:33 +08:00 |
|
|
|
03540fb9e9
|
feat: 更新前端页面
- Agents, Chat, Settings, Skill, Tools
- Account, Plan, Script
- useSkills composable
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:25 +08:00 |
|
|
|
7791d198f1
|
feat: 前端认证和工具模块
- 新增 useAuth.ts composable
- 新增 tools/useTools.ts
- 更新 Login.vue, Signup.vue
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:18 +08:00 |
|
|
|
fdd6b2c17d
|
fix: 优化后端各模块 handler
- database_handler, knowledge_handler, model_handler
- neo4j_handler, sub_table_handler
- system_handler, upload_handler
- knowledge_service, upload_service
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:26:04 +08:00 |
|
|
|
ecb885ee5e
|
feat: 后端认证和工具模块更新
- main.go: 添加 Swagger 文档、初始化默认管理员
- 认证模块: 完善用户角色管理
- 新增工具模块: tool_handler, tool_repo, tool_service, tool model
- 更新 go.mod 依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:25:55 +08:00 |
|
|
|
e34d4bcd37
|
chore: 删除过时的文档和截图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 14:25:44 +08:00 |
|
|
|
5d956dd712
|
feat: 添加用户注册功能前端页面
- 新增 Signup.vue 注册页面
- 路由添加 /signup 路由
- Login.vue 注册链接跳转到注册页
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 10:26:26 +08:00 |
|
|
|
6d5e77c834
|
docs: 添加多 Agent 群聊实现规划文档
- group_chat_implementation_plan.md: 详细实现计划
- group_chat_notes.md: 开发笔记
- group_chat_task_plan.md: 任务规划
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 10:26:03 +08:00 |
|
|
|
2042ec2efd
|
refactor: 重构 Settings 页面样式
- 移除旧的 settings.css 和 modelSettings.css 引用
- 采用 Tailwind CSS 进行样式重构
- 优化布局和交互体验
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 10:25:57 +08:00 |
|
|
|
51a1202168
|
feat: 添加用户认证模块
- main.go: 初始化 User/Role 模型、UserRepository、AuthService 和 AuthHandler
- 添加 /auth/register、/auth/login、/auth/me 路由
- auth_handler.go: 新增 GetCurrentUser 接口获取当前用户信息
- .gitignore: 添加 .bitfun/ 目录忽略
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 10:25:50 +08:00 |
|
|
|
cea49bb685
|
refactor: 删除旧的 skill composables
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 23:21:55 +08:00 |
|
|
|
05d395913a
|
feat: 新增 Tools 页面并重构 Skill 页面
- 添加 Tools.vue 工具管理页面
- 重构 Skill.vue 代码
- 更新路由和侧边栏导航
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 23:21:44 +08:00 |
|
|
|
5ea6f0d31f
|
feat: 新增多 Agent 协作系统
- 添加多 Agent 图协作框架 (graph, supervisor, workers)
- 添加迭代器和集成模块
- 添加多 Agent 规划文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 23:21:37 +08:00 |
|
|
|
ac384ce10b
|
fix: 优化各页面代码格式和样式
- 微调多个页面的样式和布局
- 保持功能不变
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 17:39:10 +08:00 |
|
|
|
950635d9a9
|
docs: 添加设计和规划文档
- 新增 memory.html 记忆设计文档
- 新增 plan.html 规划文档
- 添加新的项目截图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 17:39:04 +08:00 |
|
|
|
d3100e8219
|
feat: 优化多个前端页面
- 扩展 Account 账户页面功能
- 优化 Script 脚本页面
- 完善 Settings 设置页面
- 增强 Chat 聊天页面
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 17:38:57 +08:00 |
|
|
|
c590aa21d0
|
feat: 新增 Logs、Memory、Plan 页面
- 添加 Logs.vue 日志页面
- 添加 Memory.vue 记忆页面
- 添加 Plan.vue 计划页面
- 更新路由和侧边栏导航
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 17:38:23 +08:00 |
|
|
|
577dceebfe
|
feat: 新增 Chat 聊天页面并优化 Agents
- 新增 Chat.vue 聊天页面组件
- 重构 Agents.vue 页面代码
- 更新侧边栏和路由配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 16:09:09 +08:00 |
|
|
|
b8110b6bdd
|
chore: 添加上传文件存储目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 15:42:46 +08:00 |
|
|
|
8208858f38
|
chore: 清理过期markdown文件并添加截图
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 15:42:33 +08:00 |
|
|
|
cac05b4297
|
feat: 优化前端页面和组件
- 重构 Agents 页面
- 优化 Knowledge 页面
- 更新侧边栏导航
- 添加前端依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 15:42:21 +08:00 |
|
|
|
0a9f6e278e
|
feat: 优化后端知识库服务和文档解析
- 更新文档解析客户端
- 优化知识库服务逻辑
- 更新 protobuf 定义
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 15:02:55 +08:00 |
|
|
|
d24b29afe4
|
feat: 完善 AI-Core 文档解析器
- 添加多种文档解析器 (PDF, Word, Excel, Markdown 等)
- 添加基础解析器和链式解析器
- 添加存储和注册机制
- 添加 gRPC 服务实现
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-10 15:01:52 +08:00 |
|
|
|
54473bc378
|
docs: 完善 README 项目说明文档
- 添加项目概述和核心功能介绍
- 完善技术栈说明
- 补充详细的项目结构
- 添加多种启动方式说明
- 添加配置说明和开发指南
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 16:10:29 +08:00 |
|
|
|
b7ffb52e3c
|
chore: 删除 start-local.ps1 启动脚本
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 16:08:55 +08:00 |
|
|
|
26abb1efc6
|
refactor: 重构 ai-core 代码结构
- 移除旧的 parser 和 grpc_server 实现
- 保留必要的配置和 proto 文件
- 删除 docker-compose.dev.yml
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 16:08:44 +08:00 |
|
|
|
e40e794141
|
feat: 新增 Account 和 Script 页面
- 添加 Account 账户页面
- 添加 Script 脚本页面
- 优化侧边栏,添加知识库数量显示
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 16:08:38 +08:00 |
|
|
|
e633462ace
|
style: 优化 Settings 页面样式
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 15:43:24 +08:00 |
|
|
|
9ca267244d
|
chore: 更新前端依赖和侧边栏导航
- 添加必要的前端依赖
- 优化侧边栏交互
- 更新 AI-Core API 文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 15:43:07 +08:00 |
|
|
|
49433f1681
|
feat: 增强 Knowledge 页面功能
- 优化文档预览功能
- 添加 CSV 文件解析支持
- 增强知识库详情展示
- 优化样式和交互
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 15:42:55 +08:00 |
|
|
|
4a7199de93
|
feat: 完善后端知识库服务和配置
- 优化 AI-Core 客户端调用
- 添加更多知识库配置选项
- 完善文档解析逻辑
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 15:42:42 +08:00 |
|
|
|
5012a25f99
|
feat: 增强 AI-Core 文档解析器
- 添加 VLM 客户端支持
- 优化解析器配置
- 添加配置示例文件
- 生成新的 gRPC protobuf 文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 15:42:35 +08:00 |
|
|
|
ab7131eb05
|
chore: 删除 PowerShell 启动脚本,统一使用 bat 和 sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 12:50:46 +08:00 |
|
|
|
6a27451a6e
|
docs: 添加 AI 服务需求文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 12:50:39 +08:00 |
|
|
|
16b6aa0004
|
chore: 优化 AI-Core 启动脚本
- 更新 start.bat 和 start.sh 启动脚本
- 优化 gRPC 服务器配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 12:50:33 +08:00 |
|
|
|
dc1c825d2e
|
feat: 集成 AI-Core gRPC 文档解析服务
- 新增 AICoreClient 客户端
- 添加 document_parser_client.go
- 知识库服务集成 AI-Core 解析
- 配置中添加 ai_core_service_addr
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 12:50:27 +08:00 |
|
|
|
0d4fd6b425
|
chore: 删除旧的 algorithm 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 10:27:25 +08:00 |
|
|
|
797518ec76
|
refactor: 重构 algorithm 为 ai-core 代码解析服务
- 新增 ai-core 目录,包含代码解析核心服务
- 添加 proto 定义、parser、service 模块
- 添加启动脚本和依赖配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 10:27:08 +08:00 |
|
|
|
f22f823a4a
|
fix: 优化文件上传对话框布局
- 调整顶部导航按钮位置
- 隐藏对话框默认关闭按钮
- 优化文件上传流程交互
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-09 09:33:13 +08:00 |
|
|
|
b8a683ce67
|
chore: 删除测试用 PDF 文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-08 23:02:36 +08:00 |
|
|
|
00eb23cf54
|
feat: 优化 Knowledge 前端和需求文档
- 增强知识库前端交互
- 更新知识库 API 需求文档
- 添加 TODO 待办事项
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-08 23:02:21 +08:00 |
|
|
|
4017c0e1df
|
feat: 优化文件上传服务
- 添加文件大小和类型验证
- 支持更多文件格式
- 优化文件存储逻辑
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-08 23:02:15 +08:00 |
|