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
+12
View File
@@ -0,0 +1,12 @@
# Schemas 模块
## 作用
定义 API 与工作流的数据模型,统一请求与响应结构。
## 文件
- `agent_input.py` / `agent_output.py`:Agent 入参与出参模型
- `tool_input.py` / `tool_output.py`:工具调用模型
- `chat_message_request.py` / `chat_message_response.py`:聊天接口模型,其中 `ChatMessageRequestDTO` 对齐前端 `query / inputs / response_mode / user / conversation_id / files` DTO
- `stream_input.py`:流式接口输入模型