Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A realtime voice runtime that keeps Agents talking, working, and present. Real-time Voice Runtime for AI Agents
| Date | Stars |
|---|---|
| 2026-07-31 | 586 |
| 2026-08-06 | 586 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
60.0
growth rate 0.00%/day
# Qwen Audio Agent [中文](README.md) | [English](README_EN.md) [](https://github.com/QwenAudio/qwen-audio-agent/actions/workflows/ci.yml) [](https://www.npmjs.com/package/qwen-audio-agent) [](https://nodejs.org/) [](LICENSE) ## Agent,始终在场 真正的交流,不该在说完一句话后,就陷入漫长的等待。也不该因为 Agent 正在查资料、调用工具或处理任务,整场对话就此暂停。 交流应该是连续的,Agent 也应该始终在场。 所以,我们做了 **qwen-audio-agent**——让 Agent 持续交流、持续工作、持续在场的实时语音运行时。无论是聊天、思考,还是处理任务,Agent 都始终在这场对话里。它会倾听,会回应,也会在任务完成时自然地告诉你: “已经好了。” ## News - **2026-07-30 · [v1.0.0](https://github.com/QwenAudio/qwen-audio-agent/releases/tag/v1.0.0)** 🚀 正式版发布,推出内置 Gateway 的 macOS 桌面版。 - **2026-07-28 · [v0.9.0](https://github.com/QwenAudio/qwen-audio-agent/releases/tag/v0.9.0)** 🌍 项目正式开源,后台 Agent 统一接入 ACP 架构。 ## 对话继续,任务也在继续 对话不会因为后台任务而停下;任务完成后,结果会自然回到当前对话: https://github.com/user-attachments/assets/42022655-36d1-46b2-9c26-ff0765284000 ### 核心特色 - 全双工实时语音交互、自然打断和持续多轮对话 - 一键选择你喜欢的办事 Agent,复用已有的工具、MCP、Skill - 前台对话与后台任务并驾齐驱,可随时追问任务进度或取消任务 - 支持创建多个独立任务,由后台 Agent 异步执行,并持续追踪任务状态 - 任务结果自动回到当前对话,支持继续追问和修改 - 支持 WebUI、终端 TUI 和 macOS 桌面悬浮球 - 支持本地用户档案与跨会话个人记忆 ## 参考架构  能直接回答的问题会立即回答;需要工具或持续处理时,任务会交给后台 Agent。 整个过程中,用户面对的始终是同一个助理。 <details open> <summary>查看详细架构</summary>  更完整的设计与模块说明见[架构文档](docs/architecture.md)。 </details> ## Agent 支持 | 后台 Agent | 接入方式 | 接入准备 | 推荐指数 | | --- | --- | --- | --- | | 无 | N/A | 仅前台模式,无需配置 | ★★★★★ | | OpenCode | 原生 ACP | 支持自动安装和百炼配置 | ★★★★★ | | OpenClaw | 内置 ACP 桥接 | 支持自动安装和百炼配置 | ★★★★★ | | Qoder | 原生 ACP | 用户自行安装和配置 | ★★★★★ | | Kimi Code | 原生 ACP | 用户自行安装和配置 | ★★★★★ | | Hermes | 原生 ACP | 用户自行安装和配置 | ★★★★☆ | | CodeBuddy | 原生 ACP | 用户自行安装和配置 | ★★★★☆ | | Codex | 外部 ACP 适配 | 用户自行安装和配置 | ★★★★☆ | | Claude Code | 外部 ACP 适配 | 用户自行安装和配置 | ★★★★☆ | 推荐指数综合反映当前集成完整度、兼容性和实际验证程度:五星表示已经过充分测试的 推荐集成,四星表示正在开发或尚未完成同等范围验证。 详细配置和能力边界见[配置说明](docs/configuration.md)。 ## 安装 需要 Node.js 22.22.2+ 或 24.15.0+、npm 10+ 和 DashScope API Key。 仓库提供 `.nvmrc` 和 `.node-version`;使用 nvm 时可直接运行 `nvm use`。 一键安装(推荐,从 npm 安装): ```bash npm install -g qwen-audio-agent ``` 也可以直接从 GitHub 安装最新代码: ```bash npm install -g git+https://github.com/QwenAudio/qwen-audio-agent.git ``` 从源码安装: ```bash git clone https://github.com/QwenAudio/qwen-audio-agent.git cd qwen-audio-agent npm install npm run install:global ``` 升级到最新 npm 版本: ```bash npm install -g qwen-audio-agent@latest ``` 升级到 GitHub 最新代码: ```bash npm install -g git+https://github.com/QwenAudio/qwen-audio-agent.git ``` ## 获取 DashScope API Key 阿里云百炼为 Qwen Audio 3.0 Realtime 提供 [新人免费额度](https://help.aliyun.com/zh/model-studio/new-free-quota),创建 API Key 后 即可免费开始使用 qwen-audio-agent。 1. 打开百炼控制台的 [API Key 页面](https://bailian.console.aliyun.com/?tab=model#/api-key), 登录账号,单击**创建 API Key**。 2. 复制生成的 Key,稍后填入 `config.env`。请勿公开或提交 API Key。 详细说明见[百炼官方文档](https://help.aliyun.com/zh/model-studio/get-api-key)。 ## 快速开始 1. 创建配置: ```bash qwenaudio config ``` 2. 打开命令显示的 `config.env`,填写 DashScope API Key。需要执行后台任务时, 再选择 OpenClaw 或其他后台 Agent: ```dotenv DASHSCOPE_API_KEY=your-key # 语音前台模型:qwen-audio-3.0-realtime-flash 或 qwen-audio-3.0-realtime-plus(默认) QWEN_AUDIO_REALTIME_MODEL=qwen-audio-3.0-realtime-plus # 后台Agent:可选,不设置或设置为 none 时,启动仅前台模式 AGENT_PROTOCOL=openclaw # 后台模型:可为空,留空则沿用 Agent 自身的用户配置 QWEN_AUDIO_AGENT_BACKEND_MODEL=qwen3.7-max ``` 3. 在一个终端中启动 Gateway: ```bash qwenaudio ``` 4. 另开一个终端,启动 TUI: ```bash qwenaudio tui ``` 也可以使用浏览器界面: ```bash qwenaudio webui ``` ### TUI 使用注意 | 平台 | 默认模式 | 打断方式 | | --- | --- | --- | | macOS | 带回声消除的全双工 | 直接说话 | | Linux / Windows | 半双工 | 播报时按 `x` | Linux 和 Windows 首次使用前需安装 `sounddevice` 和系统 PortAudio。也可以开启 无回声消除的全双工模式;此时请佩戴耳机,避免扬声器声音
Excerpt of 6,745 characters
Read on GitHub141
4
Binbin Zhang · WeNet Community
2
2
1
1
1
1
1
MirzaSamadAhmedBaig · Argaam.com · Saudi Arabia
1
Kushida
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:55d9fd3415410a13, topic:agentic-ai, desc:ai agents