nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
CompiledPipeline
Interface CompiledPipeline
Compiled pipeline ready for execution.
interface
CompiledPipeline
{
graph
:
CompiledGraph
;
plan
:
{
taskId
:
string
;
stages
:
{
id
:
string
;
type
:
"analyze"
|
"validate"
|
"aggregate"
|
"execute"
|
"gate"
|
"route"
;
pluginId
:
string
;
inputArtifacts
:
string
[]
;
outputArtifacts
:
string
[]
;
dependencies
:
string
[]
;
config
:
Record
<
string
,
unknown
>
;
preferredCli
?:
string
;
maxRetries
?:
number
;
timeoutMs
?:
number
;
}
[]
;
policyGates
:
{
id
:
string
;
afterStage
:
string
;
beforeStage
:
string
;
rules
:
string
[]
;
onFail
:
"warn"
|
"block"
|
"escalate"
;
}
[]
;
estimatedCost
:
{
totalTokensIn
:
number
;
totalTokensOut
:
number
;
estimatedCostUsd
:
number
;
modelCalls
:
number
;
}
;
approvalRequired
:
boolean
;
maxIterations
:
number
;
timeoutMs
:
number
;
}
;
}
Index
Properties
graph
plan
Properties
Readonly
graph
graph
:
CompiledGraph
Readonly
plan
plan
:
{
taskId
:
string
;
stages
:
{
id
:
string
;
type
:
"analyze"
|
"validate"
|
"aggregate"
|
"execute"
|
"gate"
|
"route"
;
pluginId
:
string
;
inputArtifacts
:
string
[]
;
outputArtifacts
:
string
[]
;
dependencies
:
string
[]
;
config
:
Record
<
string
,
unknown
>
;
preferredCli
?:
string
;
maxRetries
?:
number
;
timeoutMs
?:
number
;
}
[]
;
policyGates
:
{
id
:
string
;
afterStage
:
string
;
beforeStage
:
string
;
rules
:
string
[]
;
onFail
:
"warn"
|
"block"
|
"escalate"
;
}
[]
;
estimatedCost
:
{
totalTokensIn
:
number
;
totalTokensOut
:
number
;
estimatedCostUsd
:
number
;
modelCalls
:
number
;
}
;
approvalRequired
:
boolean
;
maxIterations
:
number
;
timeoutMs
:
number
;
}
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
graph
plan
GitHub
npm
nexus-agents - v2.80.0
Loading...
Compiled pipeline ready for execution.