nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
NodeState
Type Alias NodeState
NodeState
:
"pending"
|
"active"
|
"completed"
|
"pruned"
|
"error"
State of a reasoning node in its lifecycle.
pending
: Node created but not yet processed
active
: Node currently being explored/evaluated
completed
: Node exploration finished successfully
pruned
: Node was pruned due to low score or depth limit
error
: Node exploration failed with an error
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
State of a reasoning node in its lifecycle.
pending: Node created but not yet processedactive: Node currently being explored/evaluatedcompleted: Node exploration finished successfullypruned: Node was pruned due to low score or depth limiterror: Node exploration failed with an error