Show HN: Agentlytics – 모든 AI 코딩 에이전트의 통계 보기(100% 로컬)

hackernews | | 🔬 연구
#ai 딜 #ai 코딩 #claude #gemini #개발자 도구 #로컬 도구 #분석 대시보드 #에이전트
원문 출처: hackernews · Genesis Park에서 요약 및 분석

요약

한 사용자가 자신의 사용 패턴을 파악하기 어렵다는 문제를 해결하기 위해 ‘Agentlytics’라는 오픈소스 도구를 개발했습니다. 이 도구는 커서, 윈드서프 등 14개의 에디터를 지원하며, 단일 명령어를 통해 프로젝트별 비용 추정과 활동 히트맵을 제공합니다. Node.js와 SQLite 기반으로 100% 로컬 환경에서 작동하여 사용 데이터가 기기 밖으로 유출되지 않는 보안 기능을 특징으로 합니다.

본문

One command to turn scattered AI conversations from 16 editors into a unified analytics dashboard. Sessions, costs, models, tools — finally in one place. You switch between Cursor, Windsurf, Claude Code, VS Code Copilot, and more — each with its own siloed conversation history. Agentlytics reads local chat history from every major AI coding agent and presents a unified analytics dashboard. Nothing leaves your machine. Seven dedicated pages to understand your AI coding workflows — from high-level stats to individual tool calls. KPIs, activity heatmap, editor breakdown, coding streaks, token economy, peak hours, top models & tools. Search, filter, and read full conversations with syntax highlighting. Open any chat in a slide-over sidebar. Estimate your AI spend broken down by model, editor, project, and month. Spot your most expensive sessions. Per-project analytics: sessions, messages, tokens, models, editor breakdown, and drill-down detail views. Tool frequency heatmaps, model distribution, token breakdown, and filterable drill-down analytics. Side-by-side editor comparison with efficiency ratios, token usage, and session patterns. Live view of your editor plans, usage quotas, remaining credits, and rate limits across Cursor, Windsurf, Claude Code, Copilot, and more. If it has an AI coding agent, we probably support it. All data is read from local files and APIs. | Editor | Messages | Tools | Models | Tokens | |---|---|---|---|---| | Cursor | |||| | Windsurf | |||| | Windsurf Next | |||| | Antigravity | |||| | Claude Code | |||| | VS Code | |||| | VS Code Insiders | |||| | Zed | |||| | OpenCode | |||| | Codex | |||| | Gemini CLI | |||| | Copilot CLI | |||| | Cursor Agent | |||| | Goose | |||| | Kiro | |||| | Command Code | Windsurf, Windsurf Next, and Antigravity must be running during scan. One command. No config. No signup. $ npx agentlytics Opens at http://localhost:4637. Requires Node.js ≥ 20.19 or ≥ 22.12. $ npx agentlytics --collect Build the SQLite cache without starting the web server. Share AI session context across your team. One person starts a relay server, others join. An MCP server is exposed so AI clients can query across everyone's coding history. $ npx agentlytics --relay Optionally protect with a password: $ RELAY_PASSWORD=secret npx agentlytics --relay $ npx agentlytics --join --username Username auto-detected from git config user.email . Connect your AI client to http://:4638/mcp list_users List all connected users and their shared projects search_sessions Full-text search across all users' chat messages get_user_activity Get recent sessions for a specific user get_session_detail Get full conversation messages for a session

Genesis Park 편집팀이 AI를 활용하여 작성한 분석입니다. 원문은 출처 링크를 통해 확인할 수 있습니다.

공유

관련 저널 읽기

전체 보기 →