feat:初始化工程

This commit is contained in:
2026-07-27 20:00:57 +08:00
commit 3ebb249516
16 changed files with 414 additions and 0 deletions

5
models/agent.py Normal file
View File

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