Re-exports§
pub use inference_scaling::ReasoningBudget;pub use inference_scaling::best_of_n;pub use inference_scaling::reason_max;pub use inference_scaling::self_refine_from;
Modules§
- inference_
scaling - Inference-time reasoning amplification (test-time compute).
Structs§
- Anti
Simulation Guard - The anti-simulation guard checks every assistant turn for fabricated results. Rule: an agent MUST NOT claim a result without real tool execution. If the assistant asserts a result (pass/fail/output = X/returned Y) without a matching ToolOutput in the same turn, the engine rejects and asks for real execution.
- Hallucination
Guard - Reasoning
Engine - Self
Critique - Stop
AndAsk - Uncertainty
Estimator
Enums§
- Reasoning
Depth - Reasoning
Event - Reasoning events emitted during the think phase