CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/bookmark_lens/__init__.py
src/bookmark_lens/__main__.py
src/bookmark_lens/config.py
src/bookmark_lens/errors.py
src/bookmark_lens/server.py
src/bookmark_lens.egg-info/PKG-INFO
src/bookmark_lens.egg-info/SOURCES.txt
src/bookmark_lens.egg-info/dependency_links.txt
src/bookmark_lens.egg-info/entry_points.txt
src/bookmark_lens.egg-info/requires.txt
src/bookmark_lens.egg-info/top_level.txt
src/bookmark_lens/database/__init__.py
src/bookmark_lens/database/duckdb_client.py
src/bookmark_lens/database/lancedb_client.py
src/bookmark_lens/handlers/__init__.py
src/bookmark_lens/handlers/bookmark_handlers.py
src/bookmark_lens/handlers/content_handlers.py
src/bookmark_lens/handlers/search_handlers.py
src/bookmark_lens/handlers/stats_handlers.py
src/bookmark_lens/models/__init__.py
src/bookmark_lens/models/bookmark.py
src/bookmark_lens/services/__init__.py
src/bookmark_lens/services/bookmark_service.py
src/bookmark_lens/services/content_fetcher.py
src/bookmark_lens/services/embedding_service.py
src/bookmark_lens/services/llm_service.py
src/bookmark_lens/services/search_service.py
tests/test_integration.py
tests/test_simple.py