Expand description
ReasoningToolBuilder — build a structured reasoning tool from custom fields.
Equivalent to Python SGR’s NextStepToolsBuilder pattern.
Agent defines reasoning schema fields, builder creates ToolDef.
Structs§
- Reasoning
Tool Builder - Builder for reasoning/think tools with custom schema fields.
Functions§
- from_
runtime - Build reasoning tool from AgentRuntime context. Adapts schema based on runtime signals (inbox, threats, OTP).
- minimal_
reasoning - Preset: minimal reasoning tool (situation + plan + done).
- routed_
reasoning - Preset: agent reasoning with task routing (PAC1/CRM style).