Agent-Reach/agent_eyes
Panniantong c40ffbd5ed fix: 3 bugs found in Docker clean-room test
1. Install command: git+... requires git (many envs don't have it)
   → Changed to zip URL: pip install .../archive/main.zip

2. yt-dlp not in dependencies (shows warning in doctor)
   → Added yt-dlp to required dependencies

3. search-twitter/reddit shows raw 401 error without Exa key
   → Now shows friendly 'Exa API key not configured' message
2026-02-24 07:11:22 +01:00
..
channels feat: complete channel menu install flow + XiaoHongShu channel 2026-02-24 06:31:48 +01:00
guides v1.0.0 — Agent Eyes: search + read the entire internet 2026-02-24 04:00:47 +01:00
integrations v2.0.0 — Pure glue architecture: zero copied code, pluggable channels 2026-02-24 05:38:21 +01:00
__init__.py v1.0.0 — Agent Eyes: search + read the entire internet 2026-02-24 04:00:47 +01:00
cli.py fix: 3 bugs found in Docker clean-room test 2026-02-24 07:11:22 +01:00
config.py v1.0.0 — Agent Eyes: search + read the entire internet 2026-02-24 04:00:47 +01:00
cookie_extract.py feat: one-click cookie import from browser 2026-02-24 06:55:08 +01:00
core.py v2.0.0 — Pure glue architecture: zero copied code, pluggable channels 2026-02-24 05:38:21 +01:00
doctor.py v2.0.0 — Pure glue architecture: zero copied code, pluggable channels 2026-02-24 05:38:21 +01:00