-
-
Notifications
You must be signed in to change notification settings - Fork 7
Home
agentistics is a local analytics dashboard for AI coding assistants β tokens, costs, activity, projects, and agent metrics, computed from the data your coding assistants already write to disk. It tracks six harnesses (Claude Code, Codex, Gemini, Copilot, Antigravity, Kimi Code), runs solo on one machine or aggregated across a team, and nothing leaves your machine unless you turn Team Mode on yourself.
This wiki is a map, not a copy. The real documentation is
docs/ in the repo β versioned with the
code, so it never drifts out of sync with what shipped. Every page here links to it rather than
repeating it; if something reads stale, the fix is a PR to the file under docs/, not an edit here.
| π Getting Started | Clone it, run it, build the binary |
| π€ How We Work | Issue β Project board β PR, the short version |
| π Multi-Harness Support | What's tracked per assistant, and what isn't |
| ποΈ Architecture Overview | The monorepo, package by package |
| π Running a Central | Three shapes β published image, built from source, or no Docker at all |
| π Exposing a Central | Who can reach it, what it may do, and the checklist before going live |
The sidebar groups the rest: deployment guides (Docker, exposing a central, GitHub Actions,
OpenTelemetry, MCP), internals (the harness contract, metrics, session manager), and how to
contribute (AGENTS.md, CONTRIBUTING.md, the Project board,
Discussions).
Found something wrong or missing? Open a Discussion
if it's a documentation gap, or edit the source under docs/ directly and open a PR.
This wiki indexes docs/ β edit the docs there, not here. Process rules: AGENTS.md Β· Backlog: Project board Β· Discussions Β· Report a bug
Start here
Run a central
Guides
- CLI β
agentop - Deploying a central
- Publishing a central
- Compose files (
docker/) - GitHub Actions tracking
- MCP server
- Nay β AI chat
- OpenTelemetry
- Data sources
Internals
- Harness contract
- Metrics & calculations
- Session manager
- Session events
- Claude Code integration
- Security model
Contributing