@conciergus/chat - v0.3.1
Preparing search index...
hooks
AgentWorkflow
Interface AgentWorkflow
interface
AgentWorkflow
{
id
:
string
;
name
:
string
;
description
:
string
;
steps
:
AgentStep
[]
;
status
:
|
"completed"
|
"failed"
|
"cancelled"
|
"idle"
|
"running"
|
"paused"
;
startTime
?:
Date
;
endTime
?:
Date
;
currentStepIndex
:
number
;
maxSteps
:
number
;
maxDuration
:
number
;
allowParallel
:
boolean
;
result
?:
any
;
error
?:
string
;
totalSteps
:
number
;
completedSteps
:
number
;
failedSteps
:
number
;
totalCost
:
number
;
totalTokens
:
number
;
}
Index
Properties
id
name
description
steps
status
start
Time?
end
Time?
current
Step
Index
max
Steps
max
Duration
allow
Parallel
result?
error?
total
Steps
completed
Steps
failed
Steps
total
Cost
total
Tokens
Properties
id
id
:
string
name
name
:
string
description
description
:
string
steps
steps
:
AgentStep
[]
status
status
:
"completed"
|
"failed"
|
"cancelled"
|
"idle"
|
"running"
|
"paused"
Optional
start
Time
startTime
?:
Date
Optional
end
Time
endTime
?:
Date
current
Step
Index
currentStepIndex
:
number
max
Steps
maxSteps
:
number
max
Duration
maxDuration
:
number
allow
Parallel
allowParallel
:
boolean
Optional
result
result
?:
any
Optional
error
error
?:
string
total
Steps
totalSteps
:
number
completed
Steps
completedSteps
:
number
failed
Steps
failedSteps
:
number
total
Cost
totalCost
:
number
total
Tokens
totalTokens
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
name
description
steps
status
start
Time
end
Time
current
Step
Index
max
Steps
max
Duration
allow
Parallel
result
error
total
Steps
completed
Steps
failed
Steps
total
Cost
total
Tokens
@conciergus/chat - v0.3.1
Loading...