A Local-first Tool For Logging and Visualizing AI Conversations
pip install llm-logger
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.
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.
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