@deskcreate/agentcraft
Preparing search index...
index
AgentWorkflow
Variable AgentWorkflow
Const
AgentWorkflow
:
{
create
<
TInput
=
unknown
>
(
config
:
AgentWorkflowConfig
<
TInput
>
,
)
:
WorkflowInstance
<
TInput
>
;
}
= ...
Type Declaration
create
:
function
create
<
TInput
=
unknown
>
(
config
:
AgentWorkflowConfig
<
TInput
>
,
)
:
WorkflowInstance
<
TInput
>
Create a workflow instance with run, resume, and inspect methods.
Type Parameters
TInput
=
unknown
Parameters
config
:
AgentWorkflowConfig
<
TInput
>
Returns
WorkflowInstance
<
TInput
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@deskcreate/agentcraft
Loading...
Create a workflow instance with run, resume, and inspect methods.