Atom-of-thoughts
by kbsooo
Verified
AoT-light
A lightweight version of Atom of Thoughts (AoT) designed for faster processing and quicker results. This streamlined version sacrifices some depth of analysis for speed, making it ideal for time-sensitive reasoning tasks.
When to use:
- Quick brainstorming sessions requiring atomic thought organization
- Time-sensitive problem solving where speed is prioritized over exhaustive analysis
- Simpler reasoning tasks that don't require deep decomposition
- Initial exploration before using the full AoT for deeper analysis
- Learning or demonstration purposes where response time is important
Key differences from full AoT:
- Lower maximum depth (3 instead of 5) for faster processing
- Simplified verification process
- Immediate conclusion suggestion for high-confidence hypotheses
- Reduced computational overhead and response payload
- Optimized for speed rather than exhaustive analysis
Atom types and parameters are the same as the full AoT tool.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
atomId | Yes | Unique identifier for the atom | |
atomType | Yes | Type of atom | |
confidence | Yes | Confidence level of this atom (value between 0-1) | |
content | Yes | Actual content of the atom | |
dependencies | Yes | List of IDs of other atoms this atom depends on | |
depth | No | Depth level of this atom (optional, defaults to 0) | |
isVerified | No | Whether this atom has been verified |