# Groot Groot is the public PlantTalk build at https://groot.basementboys.org/. ## What This Is Groot is a talking plant dashboard: a browser app with a plant personality, live voice conversation, camera/photo plant observation, and two-pot sensor context. ## Public Status - Frontend: live on Cloudflare Pages. - Runtime: Cloudflare Pages Functions. - Voice endpoint: POST /api/realtime-token. - Vision endpoints: POST /api/analyze and POST /api/observe. - Health endpoint: GET /api/health. - Agent manifest: GET /.well-known/agent.json. ## Models - Realtime voice: gpt-realtime-1.5. - Default voice: cedar. - Visitor speech transcription: gpt-4o-mini-transcribe. - Structured plant observer: gpt-5.4. ## Interaction Notes For Agents The voice and camera features require a real browser user gesture plus microphone or camera/file permissions. Agents should inspect /api/health, /.well-known/agent.json, and this file for launch status instead of judging the app only from the rendered dashboard. ## Current Product Shape The public site is a working web dashboard for the Groot plant concept. The app is designed to let a human talk to Groot, upload or capture a plant image, combine it with moisture/light/temperature/humidity readings, and receive a structured plant observation.