Expand description
Simple step-by-step reasoning tool for AGCodex
Provides transparent reasoning that’s easy for LLMs to follow and understand. Focuses on practical problem-solving with clear step-by-step breakdown.
Structs§
- Code
Think Result - Enhanced result for code-specific thinking
- Step
Description - Description of a step in the thinking process
- Think
Result - Complete result from the think tool (backward compatibility)
- Think
Session - Session manager for tracking thought history and branches
- Think
Step - A single step in the reasoning process
- Think
Tool - Simple think tool implementation
- Thought
Data - Enhanced thought data structure inspired by MCP sequential-thinking
- Tool
Recommendation - Tool recommendation for a thinking step
Enums§
- Code
Problem Type - Code-specific problem types for better reasoning
- Complexity
- Complexity level for code problems
- Think
Error