LICENSE
README.md
pyproject.toml
app/__init__.py
app/api.py
app/api_auth.py
app/api_progress.py
app/api_schemas.py
app/api_users.py
app/cli.py
app/library_tab.py
app/mcp_server.py
app/settings_tab.py
app/transcript_edit_tab.py
app/web.py
scriba_ai.egg-info/PKG-INFO
scriba_ai.egg-info/SOURCES.txt
scriba_ai.egg-info/dependency_links.txt
scriba_ai.egg-info/entry_points.txt
scriba_ai.egg-info/top_level.txt
sdk/__init__.py
sdk/client.py
src/__init__.py
src/boilerplate_filter.py
src/chapterizer.py
src/chat.py
src/config.py
src/cost_estimator.py
src/cost_tracker.py
src/cross_search.py
src/db.py
src/diarizer.py
src/email_service.py
src/errors.py
src/exporter.py
src/extractor.py
src/glossary.py
src/hallucination.py
src/logger.py
src/merger.py
src/metering.py
src/obsidian_writer.py
src/pdf_table_extractor.py
src/pipeline.py
src/pipeline_db.py
src/pipeline_v2.py
src/quiz.py
src/quiz_grader.py
src/rag.py
src/scheduler.py
src/search.py
src/stt_correction.py
src/summarizer.py
src/transcriber.py
src/transcript_editor.py
src/types.py
src/whisper_manager.py
src/youtube.py
tests/test_api.py
tests/test_azure_whisper.py
tests/test_boilerplate_filter.py
tests/test_cost_estimator.py
tests/test_cross_search.py
tests/test_db.py
tests/test_diarize_provider.py
tests/test_exporter.py
tests/test_extractor.py
tests/test_glossary.py
tests/test_hallucination.py
tests/test_library_tab.py
tests/test_mcp.py
tests/test_merger.py
tests/test_obsidian_writer.py
tests/test_pdf_adapter_v2.py
tests/test_pdf_table_extractor.py
tests/test_phase4.py
tests/test_phase5.py
tests/test_pipeline_cancel.py
tests/test_pipeline_db.py
tests/test_pipeline_v2.py
tests/test_quiz.py
tests/test_quiz_grader.py
tests/test_remix_marketing.py
tests/test_remix_presentation.py
tests/test_remix_quiz.py
tests/test_scheduler.py
tests/test_search.py
tests/test_settings_tab.py
tests/test_sprint2.py
tests/test_sprint3.py
tests/test_stt_correction.py
tests/test_stt_provider.py
tests/test_summarizer_presentation.py
tests/test_summarizer_quality.py
tests/test_transcript_editor.py
tests/test_youtube.py