docs/devtools/voice-agents

Voice Agents

Hands-free agent orchestration. A voice model up front, backend agents behind it — you talk, and the system searches the web, writes documents, and reads results back to you through hands-free UI popups. No typing, no clicking.

TYPESCRIPTREACT · VITE

Overview

Voice Agents is a demo of a different UX: a real-time voice mode that orchestrates backend agents without manual input. It shows what's possible for web search, file management, and an interactive reading loop — all driven by talking.

  • Hands-free popups — the UI surfaces what agents are doing as you speak
  • Backend agents — document writing and web search behind the voice layer
  • Real-time voice — seamless conversation between voice model and agents

Get it running

terminal
git clone https://github.com/StarpowerTechnology/Voice-Agents.git
cd Voice-Agents
npm install
npm run dev      # Vite dev server

This is a demonstration of the interactive reading loop — expect rough edges. Wire your own voice + agent API keys in before running.