Agent-Reach/agent_eyes
Panniantong 62b82c5a52 feat: deterministic install & configure commands
New commands:
- agent-eyes install --env=<local|server> --search=<yes|no> [--proxy=URL] [--exa-key=KEY]
  One-shot installer with explicit flags. No ambiguity.

- agent-eyes configure <key> <value>
  Set exa-key/proxy/github-token/groq-key with auto-testing.
  e.g. 'agent-eyes configure exa-key xxx' → saves + tests API

Rewrote install.md as strict decision tree:
1. Ask 3 questions → get flags
2. pip install
3. Run ONE install command with flags
4. Configure keys with configure command (auto-tests each)
5. Verify with doctor

Inspired by oh-my-opencode's deterministic installer pattern.
2026-02-24 06:16:52 +01:00
..
channels feat: add environment detection (local vs server) + Bilibili proxy support 2026-02-24 06:12:03 +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 feat: deterministic install & configure commands 2026-02-24 06:16:52 +01:00
config.py v1.0.0 — Agent Eyes: search + read the entire internet 2026-02-24 04:00:47 +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