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
013293abe1
fix: 修复Skill.vue模板语法问题
...
- 将template标签改为div
- 修复条件渲染语法
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:55 +08:00
a506d43514
refactor: 移除ai-core目录并新增用户自定义skill
...
- 删除旧的ai-core目录(parser、service等)
- 新增core/agents/skills用户自定义skill存储结构
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:40 +08:00
963666b8bb
feat: 更新agent应用入口和依赖
...
- 更新 agent/app/main.py 入口文件
- 更新 agent/requirements.txt 依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:29 +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
e2c9bbd0d1
feat: 更新skill相关前端页面
...
- 新增 web/src/views/skill/skill.ts skill视图组件
- 更新 Agents.vue 页面
- 更新 Skill.vue 页面
- 移除旧的 useSkills.ts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:13 +08:00
465fdf2e6c
feat: 新增xbot agent核心代码
...
新增agent/app/xbot模块,包含:
- agent.py: agent核心逻辑
- config.py: 配置管理
- session.py: 会话管理
- memory.py: 记忆管理
- loop.py: 循环任务
- adapter.py: 适配器
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:23:05 +08:00
a1866ae490
refactor: 移除旧的account/admin/skills目录
...
清理过时的skill定义文件,统一迁移到新的skills管理结构
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 15:22:55 +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
8062144001
feat: 更新 Chat 页面
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 17:22:47 +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
f9660a3d7b
feat: 新增 Agent 应用核心代码
...
- supervisor, memory, skills 模块
- LLM 工厂
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:26:33 +08:00
0cab33b16b
feat: 新增 account 和 plan 目录
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:26:22 +08:00
243a190124
feat: 更新前端页面
...
- Agents, Chat, Skill 页面
- useSkills composable
- package.json 更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:26:10 +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
fc1204a033
feat: 新增 Agent、Memory、Skill 模块
...
- handler: agent_handler, memory_handler, skill_handler
- model: agent.go, skill.go
- repository: agent_repo, skill_repo
- service: agent_service, memory_service, skill_service
- 新增 migrations 目录
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 16:25:48 +08:00
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