README.md
pyproject.toml
env/requirements.txt
hydra_plugins/swanki/__init__.py
swanki/__init__.py
swanki/__main__.py
swanki/__version__.py
swanki/cut.py
swanki/send_to_anki.py
swanki.egg-info/PKG-INFO
swanki.egg-info/SOURCES.txt
swanki.egg-info/dependency_links.txt
swanki.egg-info/entry_points.txt
swanki.egg-info/requires.txt
swanki.egg-info/top_level.txt
swanki/audio/__init__.py
swanki/audio/_common.py
swanki/audio/card.py
swanki/audio/lecture.py
swanki/audio/manifest.py
swanki/audio/reading.py
swanki/audio/summary.py
swanki/conf/__init__.py
swanki/conf/config.yaml
swanki/conf/anki/auto_send.yaml
swanki/conf/anki/custom_deck.yaml
swanki/conf/anki/default.yaml
swanki/conf/audio/all.yaml
swanki/conf/audio/complementary_summary.yaml
swanki/conf/audio/complementary_summary_lecture.yaml
swanki/conf/audio/lecture.yaml
swanki/conf/audio/none.yaml
swanki/conf/audio/summary_lecture.yaml
swanki/conf/models/anthropic.yaml
swanki/conf/models/default.yaml
swanki/conf/models/openai_tts.yaml
swanki/conf/output/default.yaml
swanki/conf/pipeline/default.yaml
swanki/conf/pipeline/larger.yaml
swanki/conf/pipeline/smaller.yaml
swanki/conf/pipeline/standard.yaml
swanki/conf/prompts/default.yaml
swanki/conf/prompts/technical.yaml
swanki/conf/refinement/default.yaml
swanki/conf/refinement/disabled.yaml
swanki/conf/refinement/minimal.yaml
swanki/conf/refinement/strict.yaml
swanki/config/__init__.py
swanki/config/helpers.py
swanki/config/hydra_plugins.py
swanki/llm/__init__.py
swanki/llm/agents.py
swanki/models/__init__.py
swanki/models/audio.py
swanki/models/cards.py
swanki/models/document.py
swanki/models/pipeline.py
swanki/pipeline/__init__.py
swanki/pipeline/pipeline.py
swanki/pipeline/segmenter.py
swanki/presentation/__init__.py
swanki/presentation/figure_extractor.py
swanki/presentation/models.py
swanki/presentation/renderer.py
swanki/presentation/slide_generator.py
swanki/processing/__init__.py
swanki/processing/anki_processor.py
swanki/processing/apkg_exporter.py
swanki/processing/image_processor.py
swanki/processing/markdown_cleaner.py
swanki/processing/markdown_converter.py
swanki/processing/pdf_processor.py
swanki/utils/__init__.py
swanki/utils/content.py
swanki/utils/formatting.py
swanki/utils/pdf_classifier.py
tests/test_agents.py
tests/test_apkg_exporter.py
tests/test_audio_card.py
tests/test_audio_common.py
tests/test_audio_lecture.py
tests/test_audio_reading.py
tests/test_audio_summary.py
tests/test_config_helpers.py
tests/test_config_resolution.py
tests/test_hydra_plugins.py
tests/test_models_validation.py
tests/test_pipeline_mode.py
tests/test_segmenter.py
tests/test_smoke_llm.py