LICENSE
README.md
pyproject.toml
src/exachat/__init__.py
src/exachat/app.py
src/exachat/app_builder.py
src/exachat/builder.py
src/exachat/charts.py
src/exachat/cli.py
src/exachat/connection.py
src/exachat/core.py
src/exachat/kb.py
src/exachat/llm.py
src/exachat/metrics.py
src/exachat/rag.py
src/exachat/safety.py
src/exachat/schema.py
src/exachat/setup_wizard.py
src/exachat.egg-info/PKG-INFO
src/exachat.egg-info/SOURCES.txt
src/exachat.egg-info/dependency_links.txt
src/exachat.egg-info/entry_points.txt
src/exachat.egg-info/requires.txt
src/exachat.egg-info/top_level.txt
src/exachat/knowledge_base/__init__.py
src/exachat/knowledge_base/aggregations.json
src/exachat/knowledge_base/bi_correctness.json
src/exachat/knowledge_base/canonical_problems.json
src/exachat/knowledge_base/cte_recursion.json
src/exachat/knowledge_base/exists.json
src/exachat/knowledge_base/grain_mistakes.json
src/exachat/knowledge_base/joins.json
src/exachat/knowledge_base/performance.json
src/exachat/knowledge_base/pipeline_structure.json
src/exachat/knowledge_base/safe_divisions.json
src/exachat/knowledge_base/semi_structured_data.json
src/exachat/knowledge_base/subqueries.json
src/exachat/knowledge_base/time_series.json
src/exachat/knowledge_base/time_window_filtering.json
src/exachat/knowledge_base/transformations.json
src/exachat/knowledge_base/window_function.json
src/exachat/knowledge_base/window_functions.json
tests/test_core.py
tests/test_safety.py