LICENSE
README.md
pyproject.toml
exhibit/__init__.py
exhibit/cli.py
exhibit/config.py
exhibit/export.py
exhibit/export_html.py
exhibit/models.py
exhibit/render.py
exhibit/repl.py
exhibit/data/__init__.py
exhibit/data/loader.py
exhibit/data/profile.py
exhibit/engine/__init__.py
exhibit/engine/charts.py
exhibit/engine/context.py
exhibit/engine/executor.py
exhibit/engine/graph.py
exhibit/engine/judge.py
exhibit/engine/narrator.py
exhibit/engine/orchestrator.py
exhibit/engine/planner.py
exhibit/engine/progress.py
exhibit/engine/sqlgen.py
exhibit/engine/sqlguard.py
exhibit/llm/__init__.py
exhibit/llm/anthropic_client.py
exhibit/llm/base.py
exhibit/llm/factory.py
exhibit/llm/mock.py
exhibit/llm/prompts.py
exhibit/llm/usage.py
exhibit/store/__init__.py
exhibit/store/artifacts.py
exhibit/store/db.py
exhibit/store/edges.py
exhibit/store/investigations.py
exhibit/store/nodes.py
exhibit/tools/__init__.py
exhibit/tools/base.py
exhibit/tools/cohorts.py
exhibit/tools/decompose_contribution.py
exhibit/tools/describe.py
exhibit/tools/fit_distribution.py
exhibit/tools/modeling.py
exhibit/tools/outliers.py
exhibit/tools/registry.py
exhibit/tools/stats_tests.py
exhibit/tools/timeseries.py
exhibit/tools/volume_vs_rate.py
exhibit_cli.egg-info/PKG-INFO
exhibit_cli.egg-info/SOURCES.txt
exhibit_cli.egg-info/dependency_links.txt
exhibit_cli.egg-info/entry_points.txt
exhibit_cli.egg-info/requires.txt
exhibit_cli.egg-info/top_level.txt
tests/test_branch.py
tests/test_charts.py
tests/test_context.py
tests/test_export_html.py
tests/test_graph.py
tests/test_judge.py
tests/test_judge_scopes.py
tests/test_llm.py
tests/test_multitable.py
tests/test_new_tools.py
tests/test_pipeline.py
tests/test_postgres.py
tests/test_profile.py
tests/test_routing.py
tests/test_slices345.py
tests/test_sqlguard.py
tests/test_tool_table.py
tests/test_tools.py
tests/test_usage.py