feat: add local-vs-cloud token and throughput metrics #85
Reference in New Issue
Block a user
Delete Branch "feat/issue-76-local-cloud-metrics"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
metrics_helpers.pyfor token estimation, throughput, and session sovereignty summariestasks.pylocal metrics logsbin/timmy-dashboardconfig.yamlso the local story stays true in config as wellTest Plan
python3 -m pytest tests/test_metrics_helpers.py -qpython3 -m pytest tests -qpython3 bin/timmy-dashboard --hours=1Proof
Dashboard now shows concrete local/cloud load lines such as:
Token est: 0 local | 70500 cloudEst cloud cost: $0.7050Refs #76
Refs #73