Discover and explore top open-source AI tools and projects—updated daily.
wesmLocal web app for analyzing AI coding agent sessions
New!
Top 85.6% on SourcePulse
AI coding agents generate substantial session data across projects. agentsview addresses this by providing a fast, local web application for browsing, searching, and analyzing these sessions. It supports numerous AI coding assistants, offering a centralized, searchable history and an analytics dashboard, benefiting developers and researchers by enhancing visibility into AI agent behavior and usage patterns.
How It Works
agentsview indexes AI coding agent sessions into a local SQLite database, leveraging FTS5 for full-text search. A web interface allows users to query this data, review agent behavior, and track usage patterns. The sync engine discovers and synchronizes session data from supported agents, populating the database and enabling features like activity heatmaps and tool usage metrics. Its local-first, single-binary design prioritizes data privacy and simplifies deployment.
Quick Start & Requirements
curl -fsSL https://agentsview.io/install.sh | bashpowershell -ExecutionPolicy ByPass -c "irm https://agentsview.io/install.ps1 | iex"git clone https://github.com/wesm/agentsview.git, cd agentsview, make build, make install.Highlighted Details
Maintenance & Community
The project is described as a "next-generation rewrite of agent-session-viewer in Go." No specific community channels (like Discord or Slack), notable contributors, or sponsorships are mentioned in the provided README.
Licensing & Compatibility
Limitations & Caveats
The Tauri desktop wrapper is noted as experimental. Building from source requires specific, relatively recent versions of Go and Node.js. The configuration of session directories relies on environment variables, which may add complexity if default locations are not used.
1 day ago
Inactive
dollspace-gay