LICENSE
README.md
pyproject.toml
shouchao/__init__.py
shouchao/__main__.py
shouchao/api.py
shouchao/app.py
shouchao/cli.py
shouchao/gui.py
shouchao/i18n.py
shouchao/tools.py
shouchao.egg-info/PKG-INFO
shouchao.egg-info/SOURCES.txt
shouchao.egg-info/dependency_links.txt
shouchao.egg-info/entry_points.txt
shouchao.egg-info/requires.txt
shouchao.egg-info/top_level.txt
shouchao/core/__init__.py
shouchao/core/analyzer.py
shouchao/core/briefing.py
shouchao/core/config.py
shouchao/core/converter.py
shouchao/core/fetcher.py
shouchao/core/indexer.py
shouchao/core/ollama_client.py
shouchao/core/rss.py
shouchao/core/sources.py
shouchao/core/storage.py
shouchao/static/css/style.css
shouchao/static/js/analysis.js
shouchao/static/js/app.js
shouchao/static/js/briefing.js
shouchao/static/js/i18n.js
shouchao/static/js/news.js
shouchao/templates/index.html
tests/test_unified_api.py