refactor(runtime): decouple scheduler tasks and align worker group names

This commit is contained in:
qzl
2026-03-20 14:06:37 +08:00
parent fbf15bc937
commit 19a2cd451d
9 changed files with 97 additions and 80 deletions
+1
View File
@@ -22,6 +22,7 @@ dependencies = [
"uvicorn[standard]>=0.40.0",
"dashscope>=1.25.13",
"agentscope>=1.0.16",
"apscheduler>=3.11.0",
]
[project.optional-dependencies]