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

Method Execute

pkg/agent/subagent.go:691–693  ·  view source on GitHub ↗

Execute 执行子 Agent 任务

(ctx context.Context, req *types.SubAgentRequest)

Source from the content-addressed store, hash-verified

689
690// Execute 执行子 Agent 任务
691func (e *SubAgentExecutorImpl) Execute(ctx context.Context, req *types.SubAgentRequest) (*types.SubAgentResult, error) {
692 return e.manager.Execute(ctx, req)
693}

Callers

nothing calls this directly

Calls 1

ExecuteMethod · 0.65

Tested by

no test coverage detected