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

Method Name

pkg/workflow/step.go:20–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18type Step interface {
19 ID() string
20 Name() string
21 Type() StepType
22 Description() string
23 Execute(ctx context.Context, input *StepInput) *stream.Reader[*StepOutput]

Callers 13

ListInfoMethod · 0.65
ListRecipesFunction · 0.65
buildToolDescriptionsMethod · 0.65
ValidateMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteStreamMethod · 0.65
getStepNamesFunction · 0.65
middlewareExampleFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65
mainFunction · 0.65

Implementers 9

Routerpkg/workflow/router.go
AgentSteppkg/workflow/step.go
RoomSteppkg/workflow/step.go
FunctionSteppkg/workflow/step.go
ConditionSteppkg/workflow/step.go
LoopSteppkg/workflow/step.go
ParallelSteppkg/workflow/step.go
RouterSteppkg/workflow/step.go
StepsGrouppkg/workflow/step.go

Calls

no outgoing calls

Tested by

no test coverage detected