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

Method CreateAgent

pkg/workflow/engine.go:113–113  ·  view source on GitHub ↗
(ctx context.Context, ref *AgentRef, config map[string]any)

Source from the content-addressed store, hash-verified

111// AgentFactory Agent工厂接口
112type AgentFactory interface {
113 CreateAgent(ctx context.Context, ref *AgentRef, config map[string]any) (workflow.Agent, error)
114}
115
116// SessionManager 会话管理器接口

Callers 1

executeTaskNodeMethod · 0.65

Implementers 1

PoolHandlerserver/handlers/pool.go

Calls

no outgoing calls

Tested by

no test coverage detected