LICENSE
MANIFEST.in
README.md
pyproject.toml
examples/README.md
examples/text_to_tabular_pipeline.py
examples/data/text_to_tabular/discovery/sample_1_tracking_delay.txt
examples/data/text_to_tabular/discovery/sample_2_invoice_request.txt
examples/data/text_to_tabular/discovery/sample_3_checkout_outage.txt
examples/data/text_to_tabular/discovery/sample_4_admin_lockout.txt
examples/data/text_to_tabular/tickets/routine/invoice_copy.txt
examples/data/text_to_tabular/tickets/routine/password_reset_status.txt
examples/data/text_to_tabular/tickets/routine/return_window.txt
examples/data/text_to_tabular/tickets/routine/tracking_update.txt
examples/data/text_to_tabular/tickets/urgent/admin_lockout.txt
examples/data/text_to_tabular/tickets/urgent/checkout_outage.txt
examples/data/text_to_tabular/tickets/urgent/duplicate_charge_deadline.txt
examples/data/text_to_tabular/tickets/urgent/warehouse_scan_failure.txt
examples/expected/text_to_tabular_pipeline/all_feature_values.csv
examples/expected/text_to_tabular_pipeline/classifier_predictions.csv
examples/expected/text_to_tabular_pipeline/classifier_report.json
examples/expected/text_to_tabular_pipeline/discovered_text_features.json
examples/expected/text_to_tabular_pipeline/routine_feature_values.csv
examples/expected/text_to_tabular_pipeline/urgent_feature_values.csv
src/__init__.py
src/llm_feature_gen/__init__.py
src/llm_feature_gen/discover.py
src/llm_feature_gen/generate.py
src/llm_feature_gen.egg-info/PKG-INFO
src/llm_feature_gen.egg-info/SOURCES.txt
src/llm_feature_gen.egg-info/dependency_links.txt
src/llm_feature_gen.egg-info/requires.txt
src/llm_feature_gen.egg-info/top_level.txt
src/llm_feature_gen/prompts/__init__.py
src/llm_feature_gen/prompts/image_discovery_prompt.txt
src/llm_feature_gen/prompts/image_generation_prompt.txt
src/llm_feature_gen/prompts/text_discovery_prompt.txt
src/llm_feature_gen/prompts/text_generation_prompt.txt
src/llm_feature_gen/providers/__init__.py
src/llm_feature_gen/providers/local_provider.py
src/llm_feature_gen/providers/openai_provider.py
src/llm_feature_gen/utils/__init__.py
src/llm_feature_gen/utils/image.py
src/llm_feature_gen/utils/text.py
src/llm_feature_gen/utils/video.py
src/tests/conftest.py
src/tests/test_discover_more.py
src/tests/test_discovery.py
src/tests/test_examples.py
src/tests/test_generation.py
src/tests/test_integration_smoke.py
src/tests/test_providers.py
src/tests/test_utils_and_prompts.py