#193 · Primary category: MLOps & Evaluation
langchain-visualizer
Visualization and debugging tool for LangChain workflows
Project last updated:03/06/24
GitHub Stars
738
Forks
49
Contributors
7
License
MIT
Why we included this project
When a LangChain agent or chain misbehaves, the hardest part is usually figuring out what actually happened inside the run. This library wraps your workflow and opens a browser UI that shows the full prompt text sent on every LLM call, color-codes which parts are hardcoded versus filled-in template variables, and lets you step through the execution flow to see when each function and tool is invoked. For multi-step agents, where one bad tool call or prompt substitution can derail the whole result, that kind of visibility is usually what's missing. It also reports the cost of each call and the total run when using OpenAI's text-davinci-003, which makes it easy to spot expensive or repeated calls while debugging. Teams already building on LangChain get a lightweight way to inspect and explain their pipelines without standing up a heavier tracing stack.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
unsloth
Local UI to run and train LLMs and diffusion models. Supports GGUF, MLX, Qwen3.8, Kimi K3, MiniMax-H3, Gemma 4, FLUX and more.
LlamaFactory
Unified Efficient Fine-Tuning of 100+ LLMs & VLMs (ACL 2024)
airflow
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
langfuse
🪢 Open source AI engineering platform: LLM evals, observability, metrics, prompt management, playground, datasets. Integrates with OpenTelemetry, LangChain, OpenAI SDK, LiteLLM, and more. 🍊YC W23
netron
Visualizer for neural network, deep learning and machine learning models