Files

11 lines
240 B
Markdown
Raw Permalink Normal View History

2026-03-24 18:07:22 +08:00
# API 模块
## 作用
对外提供 FastAPI 接口,承接工作流执行、流式返回、工具调用与管理操作。
## 文件
- `endpoints.py`:路由定义与请求处理
- `dependencies.py`:依赖注入与公共对象获取