LICENSE
README.md
pyproject.toml
kompyla/__init__.py
kompyla/cli.py
kompyla/config.py
kompyla.egg-info/PKG-INFO
kompyla.egg-info/SOURCES.txt
kompyla.egg-info/dependency_links.txt
kompyla.egg-info/entry_points.txt
kompyla.egg-info/requires.txt
kompyla.egg-info/top_level.txt
kompyla/compiler/__init__.py
kompyla/compiler/compile.py
kompyla/compiler/ingest.py
kompyla/compiler/linker.py
kompyla/crossref/__init__.py
kompyla/crossref/bridge.py
kompyla/evolver/__init__.py
kompyla/evolver/confidence.py
kompyla/evolver/gaps.py
kompyla/evolver/lint.py
kompyla/feedback/__init__.py
kompyla/feedback/apply.py
kompyla/feedback/store.py
kompyla/filter/__init__.py
kompyla/filter/dedup.py
kompyla/filter/relevance.py
kompyla/llm/__init__.py
kompyla/llm/anthropic_provider.py
kompyla/llm/base.py
kompyla/llm/gemini_provider.py
kompyla/llm/groq_provider.py
kompyla/llm/ollama_provider.py
kompyla/llm/openai_provider.py
kompyla/presenter/__init__.py
kompyla/presenter/charts.py
kompyla/presenter/docx_export.py
kompyla/presenter/html_export.py
kompyla/presenter/markdown_bundle.py
kompyla/presenter/pdf_export.py
kompyla/presenter/pptx_export.py
kompyla/presenter/slides.py
kompyla/query/__init__.py
kompyla/query/qa.py
kompyla/retriever/__init__.py
kompyla/retriever/arxiv_source.py
kompyla/retriever/base.py
kompyla/retriever/extractor.py
kompyla/retriever/github.py
kompyla/retriever/orchestrator.py
kompyla/retriever/rss.py
kompyla/retriever/web.py
kompyla/retriever/youtube.py
kompyla/scheduler/__init__.py
kompyla/scheduler/runner.py
kompyla/scheduler/schedule.py
kompyla/schema/__init__.py
kompyla/schema/generator.py
kompyla/schema/models.py
kompyla/storage/__init__.py
kompyla/storage/index.py
kompyla/storage/layout.py
kompyla/synth/__init__.py
kompyla/synth/generator.py
kompyla/ui/__init__.py
kompyla/ui/app.py
kompyla/ui/views/__init__.py
kompyla/ui/views/advanced.py
kompyla/ui/views/ask.py
kompyla/ui/views/browse.py
kompyla/ui/views/compile.py
kompyla/ui/views/export.py
kompyla/ui/views/maintain.py
kompyla/ui/views/retrieve.py
kompyla/ui/views/search.py
kompyla/ui/views/stats.py
kompyla/utils/__init__.py
kompyla/utils/json_utils.py
kompyla/utils/prompt_utils.py
kompyla/utils/text_utils.py
tests/test_dedup.py
tests/test_evolver.py
tests/test_json_repair.py
tests/test_phase5.py
tests/test_presenter.py
tests/test_qa_select.py
tests/test_smoke.py
tests/test_youtube.py