From b6447bb12c6fe46ec937d219508d89c1fa4ce0aa Mon Sep 17 00:00:00 2001 From: Ramis Date: Sun, 28 Jun 2026 08:18:53 -0700 Subject: [PATCH] docs: surface Gemini in vision agent node Make it explicit in the infra diagram that the vision agent worker uses Gemini to read each screen frame. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01LuV8W8oNYRsDWKoqK8Mkqc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b987378..4c71d82 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ flowchart LR subgraph DO["DigitalOcean droplet — systemd-supervised"] WebApi["Caddy + API service
static app · /api · LiveKit tokens"] - Agent["Vision agent worker"] + Agent["Vision agent worker
Gemini reads each screen frame"] Coord["Hermes coordinator
detects clashes · intervenes"] PyAgent["Live conversation agent
(Python)"] end