Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
executeWithSubagentManager
Method · 0.65
Implementers
2
FileSubagentManager
pkg/tools/builtin/subagent_manager.go
goroutineSubagentManager
pkg/middleware/subagent_async_manager.
Calls
no outgoing calls
Tested by
no test coverage detected