19f5c79d58
feat: 更新前端页面和agent应用
...
- Agents.vue: 更新agent列表和创建功能
- Skill.vue: 更新skill页面
- skill.ts: 更新skill编辑逻辑
- agent/app/main.py: 更新agent应用
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 17:17:08 +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
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
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
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