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

Struct FileSubagentManager

pkg/tools/builtin/subagent_manager.go:85–89  ·  view source on GitHub ↗

FileSubagentManager 基于文件的子代理管理器实现

Source from the content-addressed store, hash-verified

83
84// FileSubagentManager 基于文件的子代理管理器实现
85type FileSubagentManager struct {
86 mu sync.RWMutex
87 agents map[string]*SubagentInstance
88 dataDir string
89}
90
91// NewFileSubagentManager 创建基于文件的子代理管理器
92func NewFileSubagentManager() *FileSubagentManager {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected