Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
type
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
ListInfo
Method · 0.65
ListRecipes
Function · 0.65
buildToolDescriptions
Method · 0.65
Validate
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
ExecuteStream
Method · 0.65
getStepNames
Function · 0.65
middlewareExample
Function · 0.65
main
Function · 0.65
main
Function · 0.65
main
Function · 0.65
Implementers
9
Router
pkg/workflow/router.go
AgentStep
pkg/workflow/step.go
RoomStep
pkg/workflow/step.go
FunctionStep
pkg/workflow/step.go
ConditionStep
pkg/workflow/step.go
LoopStep
pkg/workflow/step.go
ParallelStep
pkg/workflow/step.go
RouterStep
pkg/workflow/step.go
StepsGroup
pkg/workflow/step.go
Calls
no outgoing calls
Tested by
no test coverage detected