refactor: 简化 AgentScope 运行时模块与 prompt 系统

This commit is contained in:
zl-q
2026-03-15 17:14:15 +08:00
parent 61997f3613
commit 072c09d99d
32 changed files with 750 additions and 1863 deletions
+2 -3
View File
@@ -28,9 +28,8 @@ TOOL_FUNCTIONS: dict[str, Any] = {
STAGE_TO_GROUPS: dict[str, set[ToolGroup]] = {
"intent": {ToolGroup.READ},
"execution": {ToolGroup.READ, ToolGroup.WRITE},
"report": set(),
"router": {ToolGroup.READ},
"worker": {ToolGroup.READ, ToolGroup.WRITE},
}