๐Ÿ” LLM Debugger

A Local-first Tool For Logging and Visualizing AI Conversations

๐ŸŒ View on GitHub

pip install llm-logger

Demo of LLM-Debugger

What is it?

LLM Debugger is a local-first tool for logging and visualizing OpenAI API calls (Anthropic coming soon!). It helps you debug conversations and agents by logging everything locally, automatically grouping related messages, and rendering them in a simple UI. Check out the repository for more details.

Features

Why use this?

Most LLM dev tools are hosted or heavyweight. LLM Debugger gives you a fast, lightweight way to understand what your model is doing โ€” no cloud needed.

Get Started

Install the package (available on PyPI):

pip install llm-logger

Then launch the viewer:

llm_logger

Or embed the UI in your app using FastAPI or Flask.

๐Ÿงช Want to shape v2? Join the discussion on GitHub

๐ŸŒ View the Project on GitHub