Skip to content
blpsoares edited this page Aug 18, 2026 · 4 revisions

agentistics wiki

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.

Start 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

Everything else

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.