HackerTrans
热门最新趋势评论往期问答秀出招聘

zdql

no profile record

提交

[untitled]

1 分·作者 zdql·上个月·0 评论

Gamechat – Voice-Based Agent Orchestrator Built in Rust

github.com
4 分·作者 zdql·2个月前·1 评论

评论

zdql
·2个月前·讨论
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个月前·讨论
sick