Ambient stress detection agent that monitors developer fatigue via webcam and autonomously takes over GCP Cloud Shell or browser tasks when stress threshold is crossed. Powered by Gemini 3 Flash vision, Railtracks orchestration, and Augment Code codebase context.
npx @senso-ai/shipables install Yoha02/flowstate-sentinelFlowState is an ambient developer wellness agent. It runs continuously in the background, monitors the developer's facial expressions via webcam every 5 seconds, and offers to take over their current task when stress or fatigue is detected.
Start the sentinel:
cd flowstate
uv run python -m flowstate.main
The frontend runs separately:
cd flowstate/ui
npm run dev
Open http://localhost:3000 — the ambient status bar will appear at the top of the screen.
Set STRESS_THRESHOLD (default: 3 consecutive frames) and TICK_WEBCAM_SECONDS
(default: 5) in .env to adjust sensitivity.