This commit is contained in:
2026-03-24 18:07:22 +08:00
parent e062368ef2
commit 9a16f738d8
121 changed files with 8904 additions and 3940 deletions
+10
View File
@@ -0,0 +1,10 @@
# API 模块
## 作用
对外提供 FastAPI 接口,承接工作流执行、流式返回、工具调用与管理操作。
## 文件
- `endpoints.py`:路由定义与请求处理
- `dependencies.py`:依赖注入与公共对象获取