Browse search and cost-audit local coding-agent histories before resuming or standardizing workflows with agentsview
Index local coding-agent sessions into a searchable SQLite-backed view so you can inspect usage, compare failures, and recover prior context quickly.
Prerequisites
agentsview binary or desktop app
Installation
Use the upstream install or setup path that matches your environment:
- docker run --rm -p 127.0.0.1:8080:8080 \
- docker-compose.prod.yaml is included as a production example:
- docker compose -f docker-compose.prod.yaml up -d
Requirements and caveats from upstream:
- Or run the published Docker image:
-
Docker
- expose it beyond localhost, enable --require-auth and publish the port
Basic usage or getting-started notes:
-
bash
-
macOS / Linux
-
Windows
-
Extracted from upstream docs: https://raw.githubusercontent.com/wesm/agentsview/HEAD/README.md