Analytics layer for the MindsEye Google ecosystem: exports, charts, and dashboards over the Prompt Evolution Tree (PET) ledger.
This repo sits on top of:
mindseye-google-ledger(Google Sheets:nodes+runs)- All other MindsEye repos that log runs into the ledger (
orchestrator,workspace-automation, etc.)
It does three main things:
- Exports: sample CSV exports for
nodesandruns. - Local analytics: Python scripts to compute stats + generate charts.
- Dashboards: Looker Studio setup and KPI definitions.
mindseye-google-analytics/
ββ README.md
ββ LICENSE
ββ exports/
β ββ nodes_sample_export.csv # Sample export from ledger
β ββ runs_sample_export.csv
ββ dashboards/
β ββ looker_studio_config.md # How to connect Sheets to Looker
β ββ kpi_definitions.md # Definitions for all metrics
ββ scripts/
β ββ compute_stats.py # Basic stats over nodes/runs exports
β ββ generate_charts.py # Local chart creation (PNG charts)
ββ docs/
ββ ANALYTICS_MODEL.md # How PET + runs are analyzed