{"id":34979253,"url":"https://github.com/milisp/agent-insights","last_synced_at":"2026-04-22T18:32:51.518Z","repository":{"id":329963726,"uuid":"1120514775","full_name":"milisp/agent-insights","owner":"milisp","description":"Agent session insights, stats, and interactive dashboards for monitoring performance. Codex, Claude code, Gemini cli","archived":false,"fork":false,"pushed_at":"2026-03-24T01:48:42.000Z","size":385,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-24T17:12:11.768Z","etag":null,"topics":["claude-code","codex","gemini-cli"],"latest_commit_sha":null,"homepage":"https://milisp.dev","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milisp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-21T11:39:14.000Z","updated_at":"2026-03-24T01:48:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/milisp/agent-insights","commit_stats":null,"previous_names":["milisp/agent-insights"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/milisp/agent-insights","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fagent-insights","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fagent-insights/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fagent-insights/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fagent-insights/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milisp","download_url":"https://codeload.github.com/milisp/agent-insights/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milisp%2Fagent-insights/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["claude-code","codex","gemini-cli"],"created_at":"2025-12-27T00:51:52.894Z","updated_at":"2026-04-22T18:32:51.511Z","avatar_url":"https://github.com/milisp.png","language":"Rust","funding_links":[],"categories":["What is OpenAI Codex CLI?"],"sub_categories":[],"readme":"# Agent Insights\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/milisp/agent-insights?style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/milisp/agent-insights?style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/github/release/milisp/agent-insights?style=flat-square\" /\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Rust-Axum-orange?style=flat-square\" /\u003e\n\u003c/p\u003e\n\nA full-stack application for tracking and visualizing AI agent usage across Claude, Gemini, and Codex with GitHub-style heatmap charts.\n\n## Overview\n\nAgent Insights scans your local agent directories and provides beautiful visualizations of your usage patterns over time. See when you're most active with each AI agent, track file generation, and monitor storage usage.\n\n## Privacy \u0026 Data Safety\n\nAgent Insights is **fully local-first**:\n\n- All data is scanned from your local filesystem\n- No network requests, telemetry, or analytics\n- No data is uploaded or shared\n- You can safely run it completely offline\n\nYour agent usage data never leaves your machine.\n\n![demo](images/agent-insights.png)\n\n## Features\n\n- **Multi-Agent Support**: Claude, Gemini, and Codex\n- **GitHub-Style Heatmaps**: Year-long activity visualization per agent\n- **Local-First \u0026 Offline**: No internet connection required\n- **Fast Local Scanning**: Efficient filesystem traversal in Rust\n- **Usage Analytics**: File count, activity frequency, and storage usage\n- **Modern UI**: React + Tailwind CSS v4 + shadcn/ui\n- **High-Performance Backend**: Rust + Axum\n\n## Quick Start\n\n### Download \u0026 Run (Prebuilt)\n\nDownload the latest binary from GitHub Releases:\n\nhttps://github.com/milisp/agent-insights/releases\n\n```bash\nchmod +x ./agent-insights\n./agent-insights\n```\n\nThe server starts at:\n\n- Backend API: http://127.0.0.1:3001\n\nOpen your browser and visit: http://127.0.0.1:3001\n\n## Build from source\n\n```sh\ngit clone https://github.com/milisp/agent-insights\ncd agent-insights\n```\n\n### Prerequisites\n- Rust 1.91 or newer\n- Bun (for frontend)\n\n### Backend\n\n```bash\ncargo run\n```\n\nServer starts on http://127.0.0.1:3001\n\n### Frontend\n\n```bash\ncd ui\nbun install\nbun dev\n```\n\nUI opens at http://localhost:5173\n\n## How It Works\n\n1. Scans known local directories for supported AI agents\n2. Parses JSON / JSONL session and file metadata\n3. Aggregates activity by date and agent\n4. Exposes a local HTTP API\n5. Renders GitHub-style heatmaps in the frontend\n\n### Example (curl)\n\n```bash\ncurl http://127.0.0.1:3001/api/heatmaps\ncurl http://127.0.0.1:3001/api/heatmap/claude\n```\n\n## Development\n\nUse `just` to start both backend and frontend, or run them separately:\n\n## Contributing\n\nContributions are welcome!\n\n- Bug reports and feature requests via GitHub Issues\n- Pull requests for fixes, improvements, or new agent support\n- Documentation improvements are highly appreciated\n\nPlease keep code comments in English and follow existing project structure.\n\n## License\n\nSee [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilisp%2Fagent-insights","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilisp%2Fagent-insights","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilisp%2Fagent-insights/lists"}