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

Method GetSubagentOutput

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

GetSubagentOutput 获取子代理输出

(taskID string)

Source from the content-addressed store, hash-verified

34
35 // GetSubagentOutput 获取子代理输出
36 GetSubagentOutput(taskID string) (string, error)
37
38 // CleanupSubagent 清理子代理资源
39 CleanupSubagent(taskID string) error

Callers 1

Implementers 2

FileSubagentManagerpkg/tools/builtin/subagent_manager.go
goroutineSubagentManagerpkg/middleware/subagent_async_manager.

Calls

no outgoing calls

Tested by

no test coverage detected