初始化全局子代理管理器
()
| 497 | |
| 498 | // 初始化全局子代理管理器 |
| 499 | func init() { |
| 500 | GlobalSubagentManager = NewFileSubagentManager() |
| 501 | } |
| 502 | |
| 503 | // GetGlobalSubagentManager 获取全局子代理管理器 |
| 504 | func GetGlobalSubagentManager() SubagentManager { |
nothing calls this directly
no test coverage detected