LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
stringsight/__init__.py
stringsight/api.py
stringsight/email_service.py
stringsight/logging_config.py
stringsight/pipeline.py
stringsight/public.py
stringsight.egg-info/PKG-INFO
stringsight.egg-info/SOURCES.txt
stringsight.egg-info/dependency_links.txt
stringsight.egg-info/requires.txt
stringsight.egg-info/top_level.txt
stringsight/clusterers/__init__.py
stringsight/clusterers/base.py
stringsight/clusterers/clustering_prompts.py
stringsight/clusterers/clustering_utils.py
stringsight/clusterers/config.py
stringsight/clusterers/dummy_clusterer.py
stringsight/clusterers/hdbscan.py
stringsight/clusterers/hierarchical_clustering.py
stringsight/core/__init__.py
stringsight/core/caching.py
stringsight/core/data_objects.py
stringsight/core/llm_utils.py
stringsight/core/mixins.py
stringsight/core/preprocessing.py
stringsight/core/stage.py
stringsight/costs/__init__.py
stringsight/costs/calculator.py
stringsight/costs/pricing.py
stringsight/costs/tracker.py
stringsight/extractors/__init__.py
stringsight/extractors/batch.py
stringsight/extractors/conv_to_str.py
stringsight/extractors/fixed_axes_labeler.py
stringsight/extractors/inp_to_conv.py
stringsight/extractors/openai.py
stringsight/extractors/vllm.py
stringsight/formatters/__init__.py
stringsight/formatters/traces.py
stringsight/metrics/__init__.py
stringsight/metrics/cluster_subset.py
stringsight/metrics/data_transformers.py
stringsight/metrics/frontend_adapters.py
stringsight/metrics/functional_metrics.py
stringsight/metrics/plotting.py
stringsight/metrics/side_by_side.py
stringsight/metrics/single_model.py
stringsight/postprocess/__init__.py
stringsight/postprocess/parser.py
stringsight/postprocess/validator.py
stringsight/prompts/__init__.py
stringsight/prompts/agents.py
stringsight/prompts/extractor_prompts.py
stringsight/prompts/fixed_axes.py
stringsight/utils/__init__.py
stringsight/utils/df_utils.py
stringsight/utils/validation.py
tests/test_score_columns.py