Glossary term
Glossary term
Agentic Systems
Graph of Thoughts is an advanced reasoning framework that extends structured thinking beyond linear or tree-based approaches. It represents reasoning as a graph, allowing multiple interconnected paths and dependencies between ideas. This enables more flexible and efficient exploration of complex problems where relationships between steps are not strictly hierarchical.
The Graph of Thoughts paper by Besta et al. from ETH Zurich was published in 2023 with open-source code on GitHub.
LangGraph by LangChain implements graph-based reasoning patterns that generalise GoT.
DSPy from Stanford NLP supports graph-structured reasoning programmes through its modular optimiser.