agent-skill-backend
Go to file
wangzhiwei 18787b68a0 feat(ai): 集成DeepSeek AI服务实现技能生成与分析功能
- 添加DeepSeek API配置类和application.yml配置
- 实现HTTP工具类用于发送AI API请求
- 创建技能生成和分析的请求响应实体类
- 开发技能生成控制器提供generate和analyze接口
- 实现SkillGenService服务完成AI交互逻辑
- 设计SkillRequest封装聊天完成API调用参数
- 添加跨域支持和Swagger API文档注解
2026-01-28 20:30:50 +08:00
.mvn/wrapper Initial commit of backend project 2026-01-22 10:20:02 +08:00
db 修改cms_content表结构和查询逻辑以支持多个分类ID 2026-01-28 10:57:28 +08:00
src feat(ai): 集成DeepSeek AI服务实现技能生成与分析功能 2026-01-28 20:30:50 +08:00
.gitignore Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
Dockerfile Initial commit of backend project 2026-01-22 10:20:02 +08:00
README.md Merge and resolve conflicts in README.md and .gitignore 2026-01-22 10:54:39 +08:00
mvnw.cmd Initial commit of backend project 2026-01-22 10:20:02 +08:00
pom.xml perf(database): 移除重复查询并添加FastJSON依赖 2026-01-28 19:12:49 +08:00

README.md

agent-skill-backend

agent-skill-backend