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.) |
Общая библиотека Python для навыков Intelligems Analytics. Настраивает рабочую область, клиент API, помощники по метрикам и конфигурацию. Запустите это перед использованием любого другого навыка Intelligems Analytics. Источник: victorpay1/intelligems-analytics.