71e8cc59d5
feat: 更新 Server 后端服务
...
- 更新 agent handler 和 service 层
- 新增 chat_group handler 和 service
- 删除废弃的 chat_handler
- 更新 tool 相关处理
- 更新 API 文档和依赖
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 21:26:27 +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
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
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