LICENSE
README.md
pyproject.toml
src/argos/__init__.py
src/argos/backup.py
src/argos/cli.py
src/argos/config.py
src/argos/config_store.py
src/argos/database.py
src/argos/doctor.py
src/argos/main.py
src/argos/progress.py
src/argos/scheduler.py
src/argos/brain/__init__.py
src/argos/brain/_language.py
src/argos/brain/graph_state.py
src/argos/brain/llm_client.py
src/argos/brain/ollama_client.py
src/argos/brain/pipeline.py
src/argos/brain/preflight.py
src/argos/brain/weekly_report.py
src/argos/brain/nodes/__init__.py
src/argos/brain/nodes/digest.py
src/argos/brain/nodes/embed.py
src/argos/brain/nodes/genealogist.py
src/argos/brain/nodes/save.py
src/argos/brain/nodes/triage.py
src/argos/crawler/__init__.py
src/argos/crawler/_html_utils.py
src/argos/crawler/_og_image.py
src/argos/crawler/_robots.py
src/argos/crawler/add_url.py
src/argos/crawler/arxiv_fetcher.py
src/argos/crawler/dynamic_fetcher.py
src/argos/crawler/pipeline.py
src/argos/crawler/rss_fetcher.py
src/argos/crawler/spa_fetcher.py
src/argos/crawler/static_fetcher.py
src/argos/crawler/user_agents.py
src/argos/init_wizard/__init__.py
src/argos/init_wizard/env_file.py
src/argos/init_wizard/prompts.py
src/argos/init_wizard/runners.py
src/argos/init_wizard/wizard.py
src/argos/init_wizard/steps/__init__.py
src/argos/init_wizard/steps/advanced.py
src/argos/init_wizard/steps/healthcheck.py
src/argos/init_wizard/steps/infra.py
src/argos/init_wizard/steps/interests.py
src/argos/init_wizard/steps/precheck.py
src/argos/init_wizard/steps/schedule.py
src/argos/init_wizard/steps/slack.py
src/argos/models/__init__.py
src/argos/models/base.py
src/argos/models/crawl_queue.py
src/argos/models/tech_item.py
src/argos/models/tech_succession.py
src/argos/models/track_history.py
src/argos/models/user_asset.py
src/argos/services/__init__.py
src/argos/services/search.py
src/argos/slack/__init__.py
src/argos/slack/app.py
src/argos/slack/blocks.py
src/argos/slack/briefing.py
src/argos/slack/handlers/__init__.py
src/argos/slack/handlers/add_url.py
src/argos/slack/handlers/deep_dive.py
src/argos/slack/handlers/keep.py
src/argos/slack/handlers/pass_.py
src/argos/slack/handlers/portfolio.py
src/argos/slack/handlers/untrack.py
src/argos/slack/services/__init__.py
src/argos/slack/services/asset_transition.py
src/argos/slack/services/briefing_query.py
src/argos/slack/services/stats_query.py
src/argos/slack/services/track_check.py
src/argos/web/__init__.py
src/argos/web/app.py
src/argos/web/assets/sw.js
src/argos/web/services/__init__.py
src/argos/web/services/activity.py
src/argos/web/services/detail.py
src/argos/web/services/feed.py
src/argos/web/services/portfolio.py
src/argos/web/services/settings.py
src/argos/web/static/css/argos.css
src/argos/web/static/fonts/Fraunces-Regular.woff2
src/argos/web/static/fonts/Fraunces-SemiBold.woff2
src/argos/web/static/fonts/GowunBatang-Bold.woff2
src/argos/web/static/fonts/GowunBatang-Regular.woff2
src/argos/web/static/fonts/IBMPlexMono-Medium.woff2
src/argos/web/static/fonts/IBMPlexMono-Regular.woff2
src/argos/web/static/fonts/IBMPlexSansKR-Regular.woff2
src/argos/web/static/fonts/IBMPlexSansKR-SemiBold.woff2
src/argos/web/static/fonts/LICENSE.txt
src/argos/web/static/img/logo.svg
src/argos/web/static/img/icons/icon-192.png
src/argos/web/static/img/icons/icon-512.png
src/argos/web/static/img/icons/icon-maskable-512.png
src/argos/web/static/js/feed-poll.js
src/argos/web/static/js/htmx.min.js
src/argos/web/static/js/img-fallback.js
src/argos/web/static/js/refresh.js
src/argos/web/static/js/sw-register.js
src/argos/web/templates/_detail_actions.html
src/argos/web/templates/_detail_genealogy.html
src/argos/web/templates/_detail_history.html
src/argos/web/templates/_detail_new_signals.html
src/argos/web/templates/_detail_signals.html
src/argos/web/templates/_detail_similarity.html
src/argos/web/templates/_feed_card.html
src/argos/web/templates/_feed_items.html
src/argos/web/templates/_macros.html
src/argos/web/templates/_portfolio_cards.html
src/argos/web/templates/_portfolio_items.html
src/argos/web/templates/_ticker.html
src/argos/web/templates/base.html
src/argos/web/templates/error.html
src/argos/web/templates/feed.html
src/argos/web/templates/item_detail.html
src/argos/web/templates/not_found.html
src/argos/web/templates/portfolio.html
src/argos/web/templates/settings.html
src/argos_scout.egg-info/PKG-INFO
src/argos_scout.egg-info/SOURCES.txt
src/argos_scout.egg-info/dependency_links.txt
src/argos_scout.egg-info/entry_points.txt
src/argos_scout.egg-info/requires.txt
src/argos_scout.egg-info/top_level.txt
tests/test_backup.py
tests/test_cli.py
tests/test_cli_add.py
tests/test_cli_backfill_digests.py
tests/test_cli_backfill_images.py
tests/test_cli_backfill_images_db.py
tests/test_cli_backup.py
tests/test_cli_is_favicon.py
tests/test_cli_portfolio.py
tests/test_cli_run_logging.py
tests/test_cli_search.py
tests/test_cli_stats.py
tests/test_config.py
tests/test_config_cli.py
tests/test_config_web.py
tests/test_doctor.py
tests/test_models.py
tests/test_ollama_down_regression.py
tests/test_progress.py
tests/test_run_progress.py
tests/test_scheduler.py