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

Function NewMockAgent

examples/workflow-agents/main.go:222–227  ·  view source on GitHub ↗
(name, description string)

Source from the content-addressed store, hash-verified

220}
221
222func NewMockAgent(name, description string) *MockAgent {
223 return &MockAgent{
224 name: name,
225 description: description,
226 }
227}
228
229func (a *MockAgent) Name() string {
230 return a.name

Callers 4

sequentialExampleFunction · 0.85
parallelExampleFunction · 0.85
loopExampleFunction · 0.85
nestedExampleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected