README.md
pyproject.toml
mosaic/__init__.py
mosaic/__main__.py
mosaic/auth.py
mosaic/bulk.py
mosaic/cite.py
mosaic/cli.py
mosaic/compare.py
mosaic/config.py
mosaic/db.py
mosaic/downloader.py
mosaic/embeddings.py
mosaic/errors.py
mosaic/exporter.py
mosaic/gui_launcher.py
mosaic/models.py
mosaic/network.py
mosaic/notebooklm_bridge.py
mosaic/obsidian.py
mosaic/parsing.py
mosaic/pdf.py
mosaic/rag.py
mosaic/ranking.py
mosaic/search.py
mosaic/services.py
mosaic/similar.py
mosaic/source_registry.py
mosaic/workflows.py
mosaic/zotero.py
mosaic/citations/__init__.py
mosaic/citations/base.py
mosaic/citations/crossref.py
mosaic/citations/enrichment.py
mosaic/citations/openalex.py
mosaic/citations/opencitations.py
mosaic/citations/registry.py
mosaic/data/SKILL.md
mosaic/data/__init__.py
mosaic/sources/__init__.py
mosaic/sources/arxiv.py
mosaic/sources/base.py
mosaic/sources/base_search.py
mosaic/sources/biorxiv.py
mosaic/sources/core.py
mosaic/sources/crossref.py
mosaic/sources/custom.py
mosaic/sources/dblp.py
mosaic/sources/doaj.py
mosaic/sources/europepmc.py
mosaic/sources/hal.py
mosaic/sources/ieee.py
mosaic/sources/nasa_ads.py
mosaic/sources/openalex.py
mosaic/sources/pedro.py
mosaic/sources/pmc.py
mosaic/sources/pubmed.py
mosaic/sources/sciencedirect.py
mosaic/sources/sciencedirect_browser.py
mosaic/sources/scopus_api.py
mosaic/sources/scopus_browser.py
mosaic/sources/semantic_scholar.py
mosaic/sources/springer_api.py
mosaic/sources/springer_browser.py
mosaic/sources/unpaywall.py
mosaic/sources/zenodo.py
mosaic/ui/__init__.py
mosaic/ui/jobs.py
mosaic/ui/routes.py
mosaic/ui/static/htmx.min.js
mosaic/ui/static/marked.min.js
mosaic/ui/static/pico.min.css
mosaic/ui/templates/base.html
mosaic/ui/templates/bulk.html
mosaic/ui/templates/config.html
mosaic/ui/templates/detail.html
mosaic/ui/templates/history.html
mosaic/ui/templates/notebook.html
mosaic/ui/templates/rag_ask.html
mosaic/ui/templates/rag_chat.html
mosaic/ui/templates/rag_index.html
mosaic/ui/templates/rag_landing.html
mosaic/ui/templates/search.html
mosaic/ui/templates/sessions.html
mosaic/ui/templates/similar.html
mosaic/ui/templates/partials/job_status.html
mosaic/ui/templates/partials/results.html
mosaic_search.egg-info/PKG-INFO
mosaic_search.egg-info/SOURCES.txt
mosaic_search.egg-info/dependency_links.txt
mosaic_search.egg-info/entry_points.txt
mosaic_search.egg-info/requires.txt
mosaic_search.egg-info/top_level.txt
tests/test_auth.py
tests/test_biorxiv.py
tests/test_bulk.py
tests/test_cache_enrich.py
tests/test_cache_mgmt.py
tests/test_citations.py
tests/test_cite.py
tests/test_compare.py
tests/test_config.py
tests/test_custom_source.py
tests/test_db.py
tests/test_downloader.py
tests/test_exporter.py
tests/test_models.py
tests/test_network.py
tests/test_notebooklm_bridge.py
tests/test_obsidian.py
tests/test_pdf.py
tests/test_pedro.py
tests/test_rag.py
tests/test_ranking.py
tests/test_search.py
tests/test_services_errors_jobs.py
tests/test_similar.py
tests/test_sources.py
tests/test_ui.py
tests/test_zotero.py