Analysis updated 2026-05-18
Monitor how much scheduled AI agent jobs are costing in tokens and API spend over time.
Identify which scheduled jobs are running more often or costing more than expected using a leaderboard view.
Backfill and analyze historical run data from existing Hermes Agent session records.
| 8bit64k/cronalytics | zostaff/ai-quant-researcher | diabloidyobane/driverscope | |
|---|---|---|---|
| Stars | 69 | 69 | 68 |
| Language | Python | Python | Python |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 4/5 | 3/5 |
| Audience | ops devops | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires an existing Hermes Agent installation, installs as a plugin from its dashboard.
Cronalytics is a plugin for Hermes Agent (an autonomous AI agent framework) that tracks the cost and performance of scheduled automated jobs. Cron jobs are tasks set to run automatically on a schedule, and in an AI agent context they can consume tokens and incur API costs without anyone noticing. Cronalytics solves the visibility problem: it hooks into the end of each automated session, stores what happened (token counts, estimated cost, model used, duration, success or failure) in a local SQLite database, and surfaces all of that data in a dedicated dashboard tab. The dashboard shows summary cards with aggregate totals across a selected time window, a leaderboard spotlighting which jobs consumed the most runs, cost, and tokens, a per-model cost breakdown, and a sortable table of all jobs with columns for average duration, total cost, and a pace metric that compares current spending trajectory against a scheduled baseline. Clicking into a job shows the full run history with individual session details. A sync button lets you backfill historical data from Hermes's existing session records. You would use this if you run Hermes Agent with scheduled tasks and want to understand what those automations are actually costing you over time, and whether any specific job is running more than expected. It installs directly from the Hermes dashboard's plugin tab. The cost figures are estimates based on what Hermes recorded, not exact billing numbers.
Cronalytics is a Hermes Agent plugin that tracks the cost, token usage, and performance of scheduled AI agent jobs in a local dashboard.
Mainly Python. The stack also includes Python, SQLite, Hermes Agent.
No license information is stated in the README.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.