nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
executeOrchestratePipeline
Function executeOrchestratePipeline
executeOrchestratePipeline
(
task
:
{
id
:
string
;
description
:
string
;
status
:
|
"failed"
|
"planning"
|
"executing"
|
"approved"
|
"done"
|
"intake"
|
"clarifying"
|
"validating"
;
analysis
:
{
complexity
:
string
;
taskType
:
string
;
ambiguityScore
:
number
}
;
constraints
:
{
time
?:
string
;
quality
?:
string
;
scope
:
string
[]
}
;
requiredCapabilities
:
{
tools
:
string
[]
;
experts
:
string
[]
}
;
capabilityGaps
:
{
available
:
{
tools
:
string
[]
;
experts
:
string
[]
}
;
gaps
:
unknown
[]
;
allSatisfied
:
boolean
;
}
;
parentId
?:
string
;
artifacts
:
{
id
:
string
;
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
;
}
[]
;
metadata
:
Record
<
string
,
unknown
>
;
createdAt
:
number
;
updatedAt
:
number
;
completedAt
?:
number
;
error
?:
string
;
}
,
)
:
Promise
<
PipelineMetrics
>
Executes the V2 orchestrate pipeline and returns metrics.
Parameters
task
:
{
id
:
string
;
description
:
string
;
status
:
|
"failed"
|
"planning"
|
"executing"
|
"approved"
|
"done"
|
"intake"
|
"clarifying"
|
"validating"
;
analysis
:
{
complexity
:
string
;
taskType
:
string
;
ambiguityScore
:
number
}
;
constraints
:
{
time
?:
string
;
quality
?:
string
;
scope
:
string
[]
}
;
requiredCapabilities
:
{
tools
:
string
[]
;
experts
:
string
[]
}
;
capabilityGaps
:
{
available
:
{
tools
:
string
[]
;
experts
:
string
[]
}
;
gaps
:
unknown
[]
;
allSatisfied
:
boolean
;
}
;
parentId
?:
string
;
artifacts
:
{
id
:
string
;
type
:
|
"code"
|
"plan"
|
"analysis"
|
"review"
|
"test"
|
"spec"
|
"report"
|
"vote"
;
}
[]
;
metadata
:
Record
<
string
,
unknown
>
;
createdAt
:
number
;
updatedAt
:
number
;
completedAt
?:
number
;
error
?:
string
;
}
Returns
Promise
<
PipelineMetrics
>
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Executes the V2 orchestrate pipeline and returns metrics.