feat:更新智能体架构

This commit is contained in:
2026-07-02 22:17:33 +08:00
parent c66d3a871e
commit 20e45d5c8b
21 changed files with 270 additions and 218 deletions

4
modes/agent.py Normal file
View File

@@ -0,0 +1,4 @@
from pydantic import BaseModel
class QueryRequest(BaseModel):
message: str