Shared library that powers all Intelligems Analytics skills. Sets up your workspace with the API client, metric helpers, and configuration.
You rarely need to run this directly — other skills (like /test-verdict) automatically check for the workspace and set it up if needed.
| igclient.py | API client with automatic retry and rate-limit handling | | igmetrics.py | Extract values, uplift, confidence, and CI bounds from API responses | | ighelpers.py | Formatting, runtime calculation, variation lookup | | igconfig.py | Shared thresholds (80% confidence, 10-day minimum, etc.) |
Libreria Python condivisa per le competenze di Intelligems Analytics. Imposta l'area di lavoro, il client API, gli helper metriche e la configurazione. Eseguilo prima di utilizzare qualsiasi altra competenza di Intelligems Analytics. Fonte: victorpay1/intelligems-analytics.