LICENSE
README.md
pyproject.toml
broinsight/__init__.py
broinsight/broinsight.py
broinsight/flow.py
broinsight/session_logger.py
broinsight.egg-info/PKG-INFO
broinsight.egg-info/SOURCES.txt
broinsight.egg-info/dependency_links.txt
broinsight.egg-info/requires.txt
broinsight.egg-info/top_level.txt
broinsight/actions/__init__.py
broinsight/actions/chat.py
broinsight/actions/generate_sql.py
broinsight/actions/guide_question.py
broinsight/actions/interface.py
broinsight/actions/organize.py
broinsight/actions/retrieve.py
broinsight/actions/select_metadata.py
broinsight/data_quality/__init__.py
broinsight/data_quality/create_profile.py
broinsight/data_quality/criteria.py
broinsight/data_quality/field_profile.py
broinsight/data_quality/sql_profile.py
broinsight/data_quality/table_profile.py
broinsight/experiment/__init__.py
broinsight/experiment/bedrock.py
broinsight/experiment/ollama.py
broinsight/metadata/__init__.py
broinsight/metadata/metadata_db.py
broinsight/metadata/metadata_generator.py
broinsight/metadata/metadata_loader.py
broinsight/metadata/table_descriptor.py
broinsight/prompt_hub/chart_builder.md
broinsight/prompt_hub/chat.md
broinsight/prompt_hub/dq_suggestion.md
broinsight/prompt_hub/generate_sql.md
broinsight/prompt_hub/guide_question.md
broinsight/prompt_hub/organize.md
broinsight/prompt_hub/select_metadata.md
broinsight/prompt_hub/table_descriptor.md
broinsight/utils/__init__.py
broinsight/utils/data_catalog.py
broinsight/utils/data_spec.py