kyegomez/tree-of-thoughts
Plug in and Play Implementation of Tree of Thoughts: Deliberate Problem Solving with Large Language Models that Elevates Model Reasoning by atleast 70%
This project helps developers significantly improve the reasoning capabilities of large language models (LLMs) for complex problem-solving. By providing an initial problem or question, it processes information through a 'Tree of Thoughts' approach, leading to more robust and accurate solutions. It is designed for AI/ML developers who build and deploy advanced LLM applications.
4,571 stars. Used by 1 other package. No commits in the last 6 months. Available on PyPI.
Use this if you are a developer looking to integrate a sophisticated reasoning framework into your LLM applications to handle multi-step problems more effectively.
Not ideal if you are an end-user without programming knowledge, as this is a developer tool requiring code integration and configuration.
Stars
4,571
Forks
373
Language
Python
License
Apache-2.0
Category
Last pushed
Jul 29, 2025
Commits (30d)
0
Dependencies
6
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/prompt-engineering/kyegomez/tree-of-thoughts"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Related tools
spcl/graph-of-thoughts
Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
kyegomez/the-compiler
Seed, Code, Harvest: Grow Your Own App with Tree of Thoughts!
atfortes/Awesome-LLM-Reasoning
From Chain-of-Thought prompting to OpenAI o1 and DeepSeek-R1 🍓
habedi/cogitator
A Python toolkit for chain-of-thought prompting 🐍
amazon-science/auto-cot
Official implementation for "Automatic Chain of Thought Prompting in Large Language Models"...