A web-based viewer for browsing conversation logs from the llm
command line utility, built with Datasette.
This tool provides a user-friendly interface to view and navigate through your LLM conversation history stored by the llm
CLI tool. It uses Datasette to serve the SQLite database containing your conversation logs.
-
Clone this repository:
git clone https://github.com/datakami/datasette-conversation-viewer.git cd datasette-conversation-viewer
-
Make sure the run script is executable:
chmod +x run.sh
Start the viewer by running:
./run.sh
This will:
- Locate your llm logs database
- Start a Datasette instance with the necessary plugins
- Serve the conversation viewer interface
By default, the server will be available at http://localhost:8001
- View all LLM conversations in a clean, web-based interface
- Navigate through conversation history
- Markdown rendering support
- Custom templates for improved readability
The following Datasette plugins are automatically fetched by uv:
- datasette-template-sql
- datasette-render-markdown
- py-gfm (Python GitHub-Flavored Markdown)
MIT License - See LICENSE file for details
Contributions are welcome! Please feel free to submit a Pull Request.
For issues and feature requests, please open an issue on the GitHub repository.