LICENSE
README.md
pyproject.toml
remark_bridge.egg-info/PKG-INFO
remark_bridge.egg-info/SOURCES.txt
remark_bridge.egg-info/dependency_links.txt
remark_bridge.egg-info/entry_points.txt
remark_bridge.egg-info/requires.txt
remark_bridge.egg-info/top_level.txt
src/__init__.py
src/config.py
src/http_pool.py
src/log_setup.py
src/main.py
src/integrations/__init__.py
src/integrations/microsoft/__init__.py
src/integrations/microsoft/auth.py
src/integrations/microsoft/calendar.py
src/integrations/microsoft/graph.py
src/integrations/microsoft/onenote.py
src/integrations/microsoft/service.py
src/integrations/microsoft/teams.py
src/integrations/microsoft/todo.py
src/integrations/notion/__init__.py
src/integrations/notion/client.py
src/integrations/notion/service.py
src/llm/__init__.py
src/llm/anthropic.py
src/llm/client.py
src/llm/factory.py
src/llm/ollama.py
src/mcp/__init__.py
src/mcp/server.py
src/obsidian/__init__.py
src/obsidian/frontmatter.py
src/obsidian/git_sync.py
src/obsidian/templates.py
src/obsidian/vault.py
src/ocr/__init__.py
src/ocr/google_vision.py
src/ocr/pipeline.py
src/ocr/remarkable_builtin.py
src/ocr/renderer.py
src/ocr/vlm.py
src/plugins/__init__.py
src/plugins/hooks.py
src/plugins/registry.py
src/plugins/examples/__init__.py
src/plugins/examples/at_mention_extractor.py
src/processing/__init__.py
src/processing/actions.py
src/processing/structurer.py
src/processing/summarizer.py
src/processing/tagger.py
src/processing/usage.py
src/remarkable/__init__.py
src/remarkable/auth.py
src/remarkable/cloud.py
src/remarkable/documents.py
src/remarkable/formats.py
src/remarkable/streaming.py
src/remarkable/websocket.py
src/reports/__init__.py
src/reports/runner.py
src/reports/scheduler.py
src/response/__init__.py
src/response/generator.py
src/response/notebook_writer.py
src/response/pdf_generator.py
src/response/uploader.py
src/search/__init__.py
src/search/backends.py
src/search/chunker.py
src/search/index.py
src/search/indexer.py
src/search/query.py
src/sync/__init__.py
src/sync/engine.py
src/sync/reverse_sync.py
src/sync/scheduler.py
src/sync/state.py
src/sync/watcher.py
src/templates/__init__.py
src/templates/engine.py
src/templates/builtin/__init__.py
src/web/__init__.py
src/web/api_notes.py
src/web/api_search.py
src/web/app.py
src/web/auth.py
src/web/config_writer.py
src/web/demo.py
src/web/push.py
src/web/settings_forms.py
tests/test_api_notes.py
tests/test_api_search.py
tests/test_audit.py
tests/test_auth.py
tests/test_batch_embeddings.py
tests/test_bench.py
tests/test_bridge_api.py
tests/test_formats.py
tests/test_foundation.py
tests/test_http_pool.py
tests/test_http_pool_integration.py
tests/test_llm_anthropic.py
tests/test_llm_client.py
tests/test_llm_config.py
tests/test_llm_factory.py
tests/test_llm_ollama.py
tests/test_math_latex_plugin.py
tests/test_microsoft.py
tests/test_multi_device.py
tests/test_multi_user.py
tests/test_notion.py
tests/test_ocr.py
tests/test_ocr_pipeline_ollama.py
tests/test_ollama_embeddings.py
tests/test_ollama_vlm_ocr.py
tests/test_onenote.py
tests/test_plugins.py
tests/test_processing.py
tests/test_reports.py
tests/test_response.py
tests/test_response_flow.py
tests/test_reverse_sync.py
tests/test_search.py
tests/test_search_hybrid.py
tests/test_security_regressions.py
tests/test_settings_llm.py
tests/test_settings_write.py
tests/test_streaming_download.py
tests/test_sync.py
tests/test_sync_queue.py
tests/test_teams.py
tests/test_templates.py
tests/test_templates_smart.py
tests/test_vault.py
tests/test_web.py