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

Struct SubAgentExecutorImpl

pkg/agent/subagent.go:667–670  ·  view source on GitHub ↗

SubAgentExecutorImpl 子 Agent 执行器实现 实现 types.SubAgentExecutor 接口

Source from the content-addressed store, hash-verified

665// SubAgentExecutorImpl 子 Agent 执行器实现
666// 实现 types.SubAgentExecutor 接口
667type SubAgentExecutorImpl struct {
668 manager *SubAgentManager
669 spec *types.SubAgentSpec
670}
671
672// NewSubAgentExecutor 创建子 Agent 执行器
673func NewSubAgentExecutor(manager *SubAgentManager, agentType string) (*SubAgentExecutorImpl, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected