README.md
pyproject.toml
feedship.egg-info/PKG-INFO
feedship.egg-info/SOURCES.txt
feedship.egg-info/dependency_links.txt
feedship.egg-info/entry_points.txt
feedship.egg-info/requires.txt
feedship.egg-info/top_level.txt
src/__init__.py
src/constants.py
src/models.py
src/application/__init__.py
src/application/article_view.py
src/application/articles.py
src/application/combine.py
src/application/config.py
src/application/cross_encoder.py
src/application/dedup.py
src/application/feed.py
src/application/fetch.py
src/application/llm.py
src/application/opml.py
src/application/related.py
src/application/search.py
src/application/summarize.py
src/application/tag_management.py
src/application/report/__init__.py
src/application/report/classify.py
src/application/report/filter.py
src/application/report/generator.py
src/application/report/insight.py
src/application/report/models.py
src/application/report/template.py
src/cli/__init__.py
src/cli/__main__.py
src/cli/article.py
src/cli/discover.py
src/cli/feed.py
src/cli/info.py
src/cli/report.py
src/cli/summarize.py
src/cli/ui.py
src/discovery/__init__.py
src/discovery/common_paths.py
src/discovery/deep_crawl.py
src/discovery/models.py
src/discovery/parallel_probe.py
src/discovery/parser.py
src/llm/__init__.py
src/llm/chains.py
src/llm/core.py
src/llm/output_models.py
src/providers/__init__.py
src/providers/base.py
src/providers/default_provider.py
src/providers/github_release_provider.py
src/providers/github_trending_provider.py
src/providers/nitter_provider.py
src/providers/rss_provider.py
src/providers/tavily_provider.py
src/providers/webpage_provider.py
src/storage/__init__.py
src/storage/vector.py
src/storage/sqlite/__init__.py
src/storage/sqlite/articles.py
src/storage/sqlite/conn.py
src/storage/sqlite/feeds.py
src/storage/sqlite/impl.py
src/storage/sqlite/init.py
src/storage/sqlite/llm.py
src/storage/sqlite/search.py
src/storage/sqlite/status.py
src/storage/sqlite/tags.py
src/storage/sqlite/utils.py
src/utils/__init__.py
src/utils/asyncio_utils.py
src/utils/github.py
src/utils/scraping_utils.py
tests/test_article_view.py
tests/test_cli.py
tests/test_config.py
tests/test_fetch.py
tests/test_github_trending_provider.py
tests/test_llm.py
tests/test_models.py
tests/test_opml.py
tests/test_providers.py
tests/test_report.py
tests/test_storage.py
tests/test_tavily_provider.py