feat: 增强日历功能并集成 AgentScope 代理服务

This commit is contained in:
qzl
2026-03-11 15:28:29 +08:00
parent e55e445906
commit e20e7d2a02
85 changed files with 5175 additions and 885 deletions
+1
View File
@@ -69,6 +69,7 @@ def get_current_user(authorization: str | None = Header(default=None)) -> Curren
logger.warning(
"JWT validation failed",
error_type=type(exc).__name__,
reason=str(exc),
)
raise HTTPException(status_code=401, detail="Unauthorized") from exc