Expand description
Advanced reasoning tool with multiple strategies
Provides Beam Search, MCTS, and experimental MCTS variants for complex problem-solving with branching and revision support.
Structs§
- Config
- Embedding
Cache Snapshot - Snapshot of cache stats at a point in time (for logging/serialization)
- Embedding
Cache Stats - Telemetry for embedding cache performance and memory usage
- Reasoner
- Reasoner
Tool - Advanced reasoning tool with multiple strategies
- Reasoning
Request - Reasoning
Response - Reasoning
Stats - Strategy
Metrics - Thought
Node - Value
Estimation Weights
Constants§
Functions§
- start_
server - Start the reasoner HTTP server programmatically
- start_
server_ with_ listener - Start reasoner HTTP server using pre-bound listener (TOCTOU-safe)