CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/storai/__init__.py
src/storai.egg-info/PKG-INFO
src/storai.egg-info/SOURCES.txt
src/storai.egg-info/dependency_links.txt
src/storai.egg-info/requires.txt
src/storai.egg-info/top_level.txt
src/storai/analysis/__init__.py
src/storai/analysis/root_cause.py
src/storai/api/story.py
src/storai/application/__init__.py
src/storai/application/service.py
src/storai/core/config.py
src/storai/core/context.py
src/storai/core/pipeline.py
src/storai/data/__init__.py
src/storai/data/loaders.py
src/storai/domain/finance.py
src/storai/domain/generic.py
src/storai/domain/rcm.py
src/storai/insights/detector.py
src/storai/insights/ranking.py
src/storai/insights/rules.py
src/storai/metrics/contribution.py
src/storai/metrics/engine.py
src/storai/metrics/growth.py
src/storai/metrics/rate.py
src/storai/metrics/trend.py
src/storai/ml/__init__.py
src/storai/ml/engine.py
src/storai/ml/outliers.py
src/storai/ml/patterns.py
src/storai/narrative/flow.py
src/storai/narrative/formatter.py
src/storai/narrative/generator.py
src/storai/narrative/llm_writer.py
src/storai/narrative/templates.py
src/storai/narrative/vocab.py
src/storai/plugins/registry.py
src/storai/schema/classifier.py
src/storai/schema/infer.py
src/storai/schema/types.py
src/storai/utils/stats.py
src/storai/utils/time.py
src/storai/utils/validation.py
tests/test_api_story_inputs.py
tests/test_growth_multi_period.py
tests/test_metrics.py
tests/test_ml_findings.py
tests/test_month_only_input.py
tests/test_pipeline.py
tests/test_pipeline_contract.py
tests/test_schema.py
tests/test_story.py
tests/test_time_column_priority.py