Files
012-kaopeilian/docs/规划/后端开发拆分策略/子agent/08-Agent-Coze/context.md
111 998211c483 feat: 初始化考培练系统项目
- 从服务器拉取完整代码
- 按框架规范整理项目结构
- 配置 Drone CI 测试环境部署
- 包含后端(FastAPI)、前端(Vue3)、管理端

技术栈: Vue3 + TypeScript + FastAPI + MySQL
2026-01-24 19:33:28 +08:00

20 lines
754 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Agent-Coze 上下文(极简版)
## 位置
- 项目根:`/Users/nongjun/Desktop/Ai公司/本地开发与测试/kaopeilian-backend/`
- 工作目录:`app/services/ai/coze/``app/api/v1/`
## 依赖
- 输入依赖Auth认证
- 输出接口:课程对话与陪练相关 API/服务,供 Course/Training/Analytics 使用
## 关键约束
- 安全:登录必需;会话鉴权;限流/重试/超时
- 性能流式响应及时性API 限速与退避
- 观测:外部调用成功率/延迟/错误率指标与日志
## 最小运行信息
- 环境变量:`COZE_API_BASE``COZE_WORKSPACE_ID``COZE_API_TOKEN``COZE_TRAINING_BOT_ID``COZE_CHAT_BOT_ID`
- 关联目录:`app/services/ai/coze/`client、models、exceptions