WeSearch

Gamechat – Voice-Based Agent Orchestrator Built in Rust

·3 min read · 0 reactions · 0 comments · 17 views
#technology#software#voice-assistant
Gamechat – Voice-Based Agent Orchestrator Built in Rust
⚡ TL;DR · AI summary

Gamechat is a voice-driven agent orchestrator built in Rust that allows users to interact with coding agents like Claude Code and Codex. It features a low-latency real-time model that dispatches jobs to background agents and narrates the results. The system is designed to facilitate coding tasks through voice commands while maintaining a seamless user experience.

Key facts
Original article
GitHub
Read full at GitHub →
Opening excerpt (first ~120 words) tap to expand

gamechat Voice-driven supervisor for Claude Code and Codex. You talk to a low-latency Realtime model in your terminal; whenever you ask for real work, it dispatches a job to a background coding agent and narrates the result when it lands. 🎤 ──▶ OpenAI Realtime (gpt-realtime-2) ──▶ 🔈 │ │ tool: delegate_to_orchestrator(slug, intent, …) │ tool: sub_agent_progress(slug) ▼ OrchestratorJobManager │ one worker task per slug, ordered within a slug, │ concurrent across slugs ▼ ┌───────┴────────┐ `claude -p` `codex exec` (Claude Code) (Codex CLI) Architecture There is exactly one realtime voice loop and an async worker pool for background agent jobs. Those are the two halves of the binary.

Excerpt limited to ~120 words for fair-use compliance. The full article is at GitHub.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from GitHub