nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
OrchestrateInputLike
Interface OrchestrateInputLike
Minimal shape of orchestrate input (avoids circular import).
interface
OrchestrateInputLike
{
task
:
string
;
context
?:
Record
<
string
,
unknown
>
;
maxIterations
?:
number
;
}
Index
Properties
task
context?
max
Iterations?
Properties
Readonly
task
task
:
string
Optional
Readonly
context
context
?:
Record
<
string
,
unknown
>
Optional
Readonly
max
Iterations
maxIterations
?:
number
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
task
context
max
Iterations
GitHub
npm
nexus-agents - v2.80.0
Loading...
Minimal shape of orchestrate input (avoids circular import).