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

Method Create

pkg/tools/builtin/task_executor.go:28–28  ·  view source on GitHub ↗

Create 创建指定类型的子 Agent 执行器

(agentType string)

Source from the content-addressed store, hash-verified

26type SubAgentExecutorFactory interface {
27 // Create 创建指定类型的子 Agent 执行器
28 Create(agentType string) (types.SubAgentExecutor, error)
29
30 // ListTypes 列出支持的子 Agent 类型
31 ListTypes() []string

Callers 5

GetToolMethod · 0.65
StartSubagentMethod · 0.65
StartTaskMethod · 0.65
ExecuteMethod · 0.65
ExecuteAsyncMethod · 0.65

Implementers 1

SubAgentManagerFactorypkg/agent/subagent_factory.go

Calls

no outgoing calls

Tested by

no test coverage detected