HackerTrans
TopNewTrendsCommentsPastAskShowJobs

zdql

no profile record

Submissions

[untitled]

1 points·by zdql·last month·0 comments

Gamechat – Voice-Based Agent Orchestrator Built in Rust

github.com
4 points·by zdql·2 months ago·1 comments

comments

zdql
·2 months ago·discuss
After the Thinking Machines announcement (https://thinkingmachines.ai/blog/interaction-models/) I've become interested in the ideas behind speech models, and the next "step-function" In Agent<>Human interaction.

Was able to spin this up over the weekend. Here's how it works: GPT-Realtime-2 is the frontend. It has a tool to start a (Claude Code/Codex) task, and a tool to check the progress of said task.

The agents run in an async worker while the Realtime loop can continue chatting. It becomes fairly straightforward to manage several agent runs at once, as if you are having a conversation.
zdql
·4 months ago·discuss
sick