Web platform for visualizing LLM reasoning processes
Top 63.5% on sourcepulse
ReasonGraph is an open-source web platform designed to visualize and analyze the reasoning processes of Large Language Models (LLMs). It targets researchers and developers working with LLMs, offering an intuitive UI to transform text-based reasoning outputs into interactive flowcharts, thereby enhancing understanding and debugging of complex inference paths.
How It Works
ReasonGraph converts LLM reasoning outputs, including sequential and tree-based methods like Chain of Thoughts and Tree of Thoughts, into visual flowcharts. Its modular framework allows for easy integration of new reasoning methods and LLM providers. The platform also supports "meta-reasoning," enabling models to self-select optimal reasoning strategies, and handles extended reasoning outputs for deeper analysis.
Quick Start & Requirements
requests
, openai
, together
, flask
, google
, google-genai
, google-generativeai
. API keys for supported LLM providers (Anthropic, OpenAI, Google, Grok, Deepseek, Qwen, Together.AI) are required for inference.python app.py
Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
api_keys.json
file.2 months ago
Inactive