nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
CompiledGraph
Interface CompiledGraph
Compiled graph definition — validated and ready for execution. Immutable after compilation.
interface
CompiledGraph
{
nodes
:
ReadonlyMap
<
string
,
GraphNode
>
;
edges
:
readonly
GraphEdge
[]
;
stateSchema
:
Readonly
<
StateSchema
>
;
entryEdges
:
readonly
GraphEdge
[]
;
}
Index
Properties
nodes
edges
state
Schema
entry
Edges
Properties
Readonly
nodes
nodes
:
ReadonlyMap
<
string
,
GraphNode
>
Readonly
edges
edges
:
readonly
GraphEdge
[]
Readonly
state
Schema
stateSchema
:
Readonly
<
StateSchema
>
Readonly
entry
Edges
entryEdges
:
readonly
GraphEdge
[]
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
nodes
edges
state
Schema
entry
Edges
GitHub
npm
nexus-agents - v2.80.0
Loading...
Compiled graph definition — validated and ready for execution. Immutable after compilation.