Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ ID
Method
ID
pkg/workflow/step.go:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
// Step 步骤接口
18
type
Step
interface
{
19
ID() string
20
Name() string
21
Type() StepType
22
Description() string
Callers
15
RegisterAgent
Method · 0.65
RegisterAgent
Method · 0.65
RegisterAgent
Method · 0.65
handleGetStatus
Method · 0.65
RegisterAgent
Method · 0.65
RegisterAgent
Method · 0.65
ListAll
Method · 0.65
OnAgentRegistered
Method · 0.65
OnAgentRegistered
Method · 0.65
OnAgentRegistered
Method · 0.65
TestAgentCreate
Function · 0.65
TestAgentStatus
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
2
TestAgentCreate
Function · 0.52
TestAgentStatus
Function · 0.52