|
|
2a9326ef5f
|
refactor: Skill状态字段从int改为string类型
- model/skill.go: Status字段从 int 改为 string,支持 "active"/"inactive"
- handler/skill_handler.go: 适配Status字段的类型变化,处理"1"/"0"和"active"/"inactive"两种格式
- repository/skill_repo.go: 更新Status字段的空值判断逻辑
- service/skill_service.go: 同步更新
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 08:31:57 +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 |
|
|
|
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 |
|