simplify: auto-everything in install command

Changes:
1. browser-cookie3 now in default deps (no separate pip install)
2. install --env=auto now auto-imports cookies on local computers
3. install auto-detects EXA_API_KEY from environment variables
4. install.md cut from 100 lines to 60 lines — two steps not five

Before: pip install → agent-eyes install → 'want search?' → 'want cookies?' → configure each
After: pip install → agent-eyes install (does everything automatically) → only ask about what's missing

Docker clean-room test: all passing, 0 bugs.
This commit is contained in:
Panniantong
2026-02-24 08:37:55 +01:00
parent cf5b495ebf
commit c851bd64b9
3 changed files with 69 additions and 74 deletions
+1
View File
@@ -27,6 +27,7 @@ dependencies = [
"pyyaml>=6.0",
"rich>=13.0",
"yt-dlp>=2024.0",
"browser-cookie3>=0.19",
]
[project.optional-dependencies]