Tree of Thought mission planner.
Generates N candidate execution graphs, evaluates them on four dimensions, selects the best (or synthesizes a hybrid), and refines it before compiling to CompiledExecutionGraph.
CompiledExecutionGraph
Run the full planning pipeline: explore → evaluate → refine.
Natural language mission goal.
Available tools and providers.
Optional
Optional callback for streaming planning progress events.
Tree of Thought mission planner.
Generates N candidate execution graphs, evaluates them on four dimensions, selects the best (or synthesizes a hybrid), and refines it before compiling to
CompiledExecutionGraph.