Website
GitHub
npm
Preparing search index...
The search index is not available
@framers/agentos - v0.1.166
@framers/agentos
PlanResult
Interface PlanResult
Result of the full planning pipeline.
interface
PlanResult
{
selectedBranch
:
CandidateBranch
;
allBranches
:
CandidateBranch
[]
;
refinements
:
string
[]
;
compiledGraph
:
CompiledExecutionGraph
;
}
Index
Properties
selected
Branch
all
Branches
refinements
compiled
Graph
Properties
selected
Branch
selected
Branch
:
CandidateBranch
all
Branches
all
Branches
:
CandidateBranch
[]
refinements
refinements
:
string
[]
compiled
Graph
compiled
Graph
:
CompiledExecutionGraph
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
selected
Branch
all
Branches
refinements
compiled
Graph
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...
Result of the full planning pipeline.