nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
AgentStepExecutor
Class AgentStepExecutor
Executor for individual workflow steps.
Index
Constructors
constructor
Methods
execute
Constructors
constructor
new
AgentStepExecutor
(
deps
:
StepExecutorDeps
)
:
AgentStepExecutor
Parameters
deps
:
StepExecutorDeps
Returns
AgentStepExecutor
Methods
execute
execute
(
step
:
WorkflowStep
,
context
:
WorkflowExecutionContext
,
options
?:
StepExecutionOptions
,
)
:
Promise
<
Result
<
StepResult
,
WorkflowError
>
>
Parameters
step
:
WorkflowStep
context
:
WorkflowExecutionContext
Optional
options
:
StepExecutionOptions
Returns
Promise
<
Result
<
StepResult
,
WorkflowError
>
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
execute
GitHub
npm
nexus-agents - v2.80.0
Loading...
Executor for individual workflow steps.