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

Struct AgentStep

pkg/workflow/step.go:29–35  ·  view source on GitHub ↗

===== AgentStep =====

Source from the content-addressed store, hash-verified

27// ===== AgentStep =====
28
29type AgentStep struct {
30 id string
31 name string
32 description string
33 agent *agent.Agent
34 config *StepConfig
35}
36
37func NewAgentStep(name string, agent *agent.Agent) *AgentStep {
38 return &AgentStep{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected