LICENSE
README.md
pyproject.toml
src/bdistill/__init__.py
src/bdistill/calendar_session.py
src/bdistill/challenger.py
src/bdistill/citation_checker.py
src/bdistill/cli.py
src/bdistill/config.py
src/bdistill/dashboard.py
src/bdistill/discovery.py
src/bdistill/event_session.py
src/bdistill/export_analyzer.py
src/bdistill/grounded_session.py
src/bdistill/knowledge_base.py
src/bdistill/knowledge_session.py
src/bdistill/mcp_server.py
src/bdistill/parallel_session.py
src/bdistill/prediction_card_html.py
src/bdistill/prediction_session.py
src/bdistill/privacy_probe.py
src/bdistill/rules_session.py
src/bdistill/self_probe.py
src/bdistill/signals.py
src/bdistill/start_router.py
src/bdistill/tabular_session.py
src/bdistill.egg-info/PKG-INFO
src/bdistill.egg-info/SOURCES.txt
src/bdistill.egg-info/dependency_links.txt
src/bdistill.egg-info/entry_points.txt
src/bdistill.egg-info/requires.txt
src/bdistill.egg-info/top_level.txt
src/bdistill/exporters/__init__.py
src/bdistill/extraction/__init__.py
src/bdistill/extraction/event_seeder.py
src/bdistill/extraction/harvester.py
src/bdistill/extraction/inverter.py
src/bdistill/extraction/pipeline.py
src/bdistill/extraction/rule_seeder.py
src/bdistill/extraction/seeder.py
src/bdistill/probes/__init__.py
src/bdistill/probes/formatting.py
src/bdistill/probes/grounding.py
src/bdistill/probes/persona.py
src/bdistill/probes/reasoning.py
src/bdistill/probes/refusal.py
src/bdistill/probes/tool_use.py
tests/test_api_removal.py
tests/test_calendar_integration.py
tests/test_calendar_session.py
tests/test_challenger.py
tests/test_citation_checker.py
tests/test_cli.py
tests/test_dashboard.py
tests/test_deep_distill.py
tests/test_discovery.py
tests/test_event_session.py
tests/test_export_analyzer.py
tests/test_grounded_session.py
tests/test_integration.py
tests/test_knowledge_base.py
tests/test_knowledge_session.py
tests/test_mcp_tools.py
tests/test_parallel_session.py
tests/test_predict_integration.py
tests/test_prediction_card_html.py
tests/test_prediction_session.py
tests/test_privacy_probe.py
tests/test_remaining_modules.py
tests/test_rules_session.py
tests/test_seeder.py
tests/test_self_probe.py
tests/test_start_router.py
tests/test_tabular_session.py
tests/test_target_loop.py