Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
GraphExpansionContext
Interface GraphExpansionContext
interface
GraphExpansionContext
{
graph
:
CompiledExecutionGraph
;
runId
:
string
;
nodeId
:
string
;
state
:
GraphState
<
unknown
,
unknown
,
unknown
>
;
request
:
GraphExpansionRequest
;
checkpointIdBefore
?:
string
;
completedNodes
:
string
[]
;
skippedNodes
:
string
[]
;
nodeResults
:
Record
<
string
,
{
effectClass
:
EffectClass
;
output
:
unknown
;
durationMs
:
number
;
}
>
;
}
Index
Properties
graph
run
Id
node
Id
state
request
checkpoint
Id
Before?
completed
Nodes
skipped
Nodes
node
Results
Properties
graph
graph
:
CompiledExecutionGraph
run
Id
run
Id
:
string
node
Id
node
Id
:
string
state
state
:
GraphState
<
unknown
,
unknown
,
unknown
>
request
request
:
GraphExpansionRequest
Optional
checkpoint
Id
Before
checkpoint
Id
Before
?:
string
completed
Nodes
completed
Nodes
:
string
[]
skipped
Nodes
skipped
Nodes
:
string
[]
node
Results
node
Results
:
Record
<
string
,
{
effectClass
:
EffectClass
;
output
:
unknown
;
durationMs
:
number
;
}
>
Type declaration
effect
Class
:
EffectClass
output
:
unknown
duration
Ms
:
number
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
graph
run
Id
node
Id
state
request
checkpoint
Id
Before
completed
Nodes
skipped
Nodes
node
Results
Architecture
Cognitive Memory
RAG & Memory
Capability Discovery
Tool Calling
Skills
Voice TTS/STT
Safety Primitives
Guardrails
Observability
Planning Engine
Human-in-the-Loop
Agent Communication
Changelog
@framers/agentos - v0.1.166
Loading...