refactor: 简化 AgentScope 运行时模块与 prompt 系统
This commit is contained in:
@@ -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},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user