Expand description
§Thinking Module
Core thinking functionality for the sequential thinking MCP server and client.
This module provides the fundamental types and logic for handling sequential thinking processes, including thought data structures, processing logic, and the main thinking engine.
Modules§
Structs§
- Thinking
Engine - Main thinking engine that coordinates the thinking process
- Thinking
Progress - Progress information for a thinking session
- Thinking
Stats - Statistics about thinking processing
- Thought
Branch - A collection of thoughts that form a branch
- Thought
Data - Core data structure for a single thought in the sequential thinking process
Traits§
- Thought
Processor - Trait for processing thoughts