LICENSE
README.md
pyproject.toml
sqlbot/__init__.py
sqlbot/__version__.py
sqlbot/cli.py
sqlbot/conversation_memory.py
sqlbot/conversation_persistence.py
sqlbot/llm_integration.py
sqlbot/locations.py
sqlbot/repl.py
sqlbot.egg-info/PKG-INFO
sqlbot.egg-info/SOURCES.txt
sqlbot.egg-info/dependency_links.txt
sqlbot.egg-info/entry_points.txt
sqlbot.egg-info/requires.txt
sqlbot.egg-info/top_level.txt
sqlbot/core/__init__.py
sqlbot/core/agent.py
sqlbot/core/config.py
sqlbot/core/dbt.py
sqlbot/core/dbt_service.py
sqlbot/core/export.py
sqlbot/core/llm.py
sqlbot/core/query_result_list.py
sqlbot/core/query_result_lookup_tool.py
sqlbot/core/safety.py
sqlbot/core/sakila.py
sqlbot/core/schema.py
sqlbot/core/types.py
sqlbot/interfaces/__init__.py
sqlbot/interfaces/banner.py
sqlbot/interfaces/loading_widget.py
sqlbot/interfaces/message_formatter.py
sqlbot/interfaces/message_widgets.py
sqlbot/interfaces/rich_logger.py
sqlbot/interfaces/rich_theme_generator.py
sqlbot/interfaces/rich_themes.py
sqlbot/interfaces/shared_session.py
sqlbot/interfaces/textual_app.py
sqlbot/interfaces/textual_repl.py
sqlbot/interfaces/textual_widgets.py
sqlbot/interfaces/theme_system.py
sqlbot/interfaces/unified_display.py
sqlbot/interfaces/unified_message_display.py
sqlbot/interfaces/repl/__init__.py
sqlbot/interfaces/repl/commands.py
sqlbot/interfaces/repl/console.py
sqlbot/interfaces/repl/formatting.py