e5ea4ff359
feat: 更新数据库和后端服务
...
- 新增chat_sessions和chat_groups数据库表
- 更新skill_handler和model相关接口
- 修改main.go注册新路由
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 14:33:54 +08:00
5dc2e403e9
feat: 更新后端服务
...
- agent_handler.go: 新增agent管理接口
- agent_service.go: 扩展agent服务逻辑
- skill_handler.go: 更新skill接口
- chat_service.go: 更新chat服务
- model相关: 新增model仓库和服务
- main.go: 更新路由配置
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 23:18:46 +08:00
7795685f43
feat: 更新后端agent和skill服务
...
- agent_handler.go: 新增ListAgents、CreateAgent接口
- skill_handler.go: 更新skill内容获取和保存功能
- agent_service.go: 新增agent服务逻辑
- main.go: 新增agent路由
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 17:16:53 +08:00
030b21949b
feat: 新增获取skill内容的API路由
...
- 新增 GET /skill/content 获取skill的SKILL.md内容
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 16:42:33 +08:00
414147911a
feat: 更新后端skill服务
...
- 更新 skill_handler.go handler层
- 更新 skill.go model层
- 更新 skill_repo.go repository层
- 更新 skill_service.go service层
- 更新 main.go 入口文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:22 +08:00
5c435ab21e
Add streaming support and refactor Chat UI
...
- Add run_stream method to AgentCore for streaming output
- Add base_url parameter to LLM clients for OpenRouter support
- Add xbot module for new agent implementation
- Refactor Chat.vue into composable + components (ChatHeader, ChatMessage, ChatInput, ChatSidebar, ChatAgentSelector)
- Add ChatStream handler for SSE streaming in Go server
- Add UseXBot field to chat request
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 10:49:44 +08:00
25eb277a2a
feat: Agent 服务日志功能和后端更新
...
- agent/main.py: 添加日志记录功能
- agent/llm: 更新 anthropic, openai, factory
- agent/core/agent.py: 更新
- server: agent_handler, agent_service, chat_service 更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 17:22:40 +08:00
715dc14b38
fix: 更新后端服务
...
- main.go: 更新模型初始化
- agent_repo, model_service: 优化
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:26:03 +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
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
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
4a7199de93
feat: 完善后端知识库服务和配置
...
- 优化 AI-Core 客户端调用
- 添加更多知识库配置选项
- 完善文档解析逻辑
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-09 15:42:42 +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
bb04c4afd0
feat: 完善知识库数据模型和服务
...
- 添加知识库更多字段配置
- 优化知识库服务逻辑
- 添加文档解析相关接口
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 23:02:09 +08:00
11de8c916a
feat: 完善知识库后端 API
...
- 添加 KnowledgeHandler 处理知识库请求
- 注册知识库 CRUD 路由
- 添加文档上传、删除、解析、预览接口
- 更新数据库模型和迁移
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 20:34:15 +08:00
4d4a756f4f
feat: 新增文件上传服务
...
- 添加 UploadHandler 处理文件上传
- 添加 UploadService 实现文件存储
- 配置上传文件大小限制和存储路径
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-08 16:54:41 +08:00
25d3781f06
feat: 优化 Model 连接测试,支持阿里云 DashScope
...
- 添加阿里云 provider 支持
- 添加连接超时 (10s)
- 优化 URL 构建逻辑
- 默认状态改为 inactive
- 添加详细日志
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 16:21:29 +08:00
64f0db714d
feat: 更新路由和侧边栏导航
...
- 侧边栏添加 Knowledge、Settings、Team 页面链接
- 路由新增对应页面配置
- 注册 Model handler 路由
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 13:53:35 +08:00
c917d6b04c
feat: 添加Neo4j图数据库支持及前端代码重构
...
- 新增 Neo4j 图数据库 handler、service、model
- 后端添加 SaveGraph API 接口
- 前端 Database.vue 重构,拆分为独立组件
- 新增 web/src/views/database/ 组件目录
- 删除临时文件 (temp_*.go)
- 添加 Neo4j 相关 API 需求文档
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-07 09:11:08 +08:00
b2bc9988a9
feat: 重构前后端架构,添加Go后端和Python Agent服务
...
- 新增 Go 语言后端服务(server/),包含用户认证、Agent管理、数据库连接等API
- 新增 Python Agent 服务(agent/),实现Agent核心逻辑和工具集
- 前端从原生HTML迁移到Vue.js框架(web/src/)
- 添加 Docker Compose 支持(docker-compose.yml)
- 添加项目架构文档(docs/ARCHITECTURE.md)
- 添加环境变量示例(.env.example)和本地启动脚本(start-local.ps1)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 16:39:42 +08:00