feat: 增加报告智能体

This commit is contained in:
2026-09-03 17:25:06 +08:00
parent cc39d7b19d
commit 38310f7b1c
6 changed files with 104 additions and 88 deletions

5
schema/agent.py Normal file
View File

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