spcl/graph-of-thoughts: Official Implementation of "Graph of Thoughts: Solving Elaborate Problems with Large Language Models"
Graph of Thoughts (GoT) is a Python framework that enables solving complex problems by modeling them as Graph of Operations, executed automatically with Large Language Models. The framework provides flexibility to implement various approaches including Chain of Thought (CoT) and Tree of Thoughts (ToT). It includes installation via PyPI, LLM configuration support, and practical examples like sorting algorithms. The implementation demonstrates how to create controllers, configure language models, and execute graph-based problem-solving workflows with detailed documentation and reproducible paper results.