MCPcopy Create free account
hub / github.com/astercloud/aster / init

Function init

pkg/tools/builtin/subagent_manager.go:499–501  ·  view source on GitHub ↗

初始化全局子代理管理器

()

Source from the content-addressed store, hash-verified

497
498// 初始化全局子代理管理器
499func init() {
500 GlobalSubagentManager = NewFileSubagentManager()
501}
502
503// GetGlobalSubagentManager 获取全局子代理管理器
504func GetGlobalSubagentManager() SubagentManager {

Callers

nothing calls this directly

Calls 1

NewFileSubagentManagerFunction · 0.85

Tested by

no test coverage detected