Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions automations/livekit-agent/2026-07-17.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# LiveKit Agents 每日工程摘要

**Date range covered:** 2026-07-16 00:01 UTC → 2026-07-17 00:01 UTC
**Repository:** [livekit/agents](https://github.com/livekit/agents) (`upstream/main`)
**Commits landed:** 0

---

## 关键变更

- **上游 `main` 静默:24 小时内无 commit/PR 合入** — `git log upstream/main --since="2026-07-16T00:01:18Z" --until="2026-07-17T00:01:18Z"` 与 GitHub API 均返回 0 条记录。最近一次合入仍为 2026-07-15 的 [#6428](https://github.com/livekit/agents/pull/6428)(Google LLM 过滤 thought 摘要)。

- **Voice / Realtime 打断修复集群活跃(未合入)** — 窗口内至少 3 个相关 PR 有更新,均针对打断后上下文失步:
- [#6450](https://github.com/livekit/agents/pull/6450):打断后清除未播放的 realtime 消息,修复 [#6424](https://github.com/livekit/agents/issues/6424)(gpt-realtime 多消息响应中,用户打断后 B 段永不提交本地 chat ctx)。
- [#6451](https://github.com/livekit/agents/pull/6451):在 `_user_turn_completed_task` 中强制中断过时回复,修复 [#4443](https://github.com/livekit/agents/issues/4443)(新用户轮次启动时旧 task 丢弃回复但未中断 TTS)。
- [#6454](https://github.com/livekit/agents/pull/6454):OpenAI realtime 在 `response.created` 后、`output` 前失败时自动重试,修复 [#6205](https://github.com/livekit/agents/issues/6205)。

- **可观测性管线推进(未合入)** — [#6453](https://github.com/livekit/agents/pull/6453) 为 `user_turn`/`user_speaking` span 补回 `_root_span_context`,解决 1.6 后 span 与 root 脱钩导致 Langfuse 单 session 内出现多条孤立 observation 的问题。[#6356](https://github.com/livekit/agents/pull/6356) 将 10 个含内容的 trace/log attribute key 重命名为 `lk.pii.*` 前缀(如 `lk.pii.chat_ctx`、`lk.pii.user_transcript`),供 LiveKit Cloud collector 做 PII 脱敏(AGT-3074)。

- **AssemblyAI STT 增强 PR 持续迭代(未合入)** — [#6443](https://github.com/livekit/agents/pull/6443) 新增 `language_codes` 多语言 steering 参数,并默认启用 `agent_context_carryover`;窗口内仍有更新(2026-07-16 21:02 UTC)。

- **新插件与 provider 扩展提案活跃(未合入)** — [#6176](https://github.com/livekit/agents/pull/6176)(FunASR/SenseVoice 本地 STT 插件)、[#6408](https://github.com/livekit/agents/pull/6408)(OpenAI Crusoe Managed Inference)、[#5821](https://github.com/livekit/agents/pull/5821)(Spatius avatar 插件)在窗口内均有 push/更新。

- **无依赖或安全相关合入** — 本窗口 `upstream/main` 无 `uv.lock`、CI 配置或安全补丁变更。

---

## Watchlist

1. **Voice 打断修复集中合入风险** — #6450、#6451、#6454 均触及 `voice/` 与 realtime 路径,且 #6424、#4443、#6205 等关联 issue 仍 OPEN。合入顺序与回归测试(尤其多消息 realtime + 快速打断场景)需重点关注。

2. **Fork 漂移维持 260 commits** — `Seventhen/agents` `main` 仍停在 2026-05-27;上游 voice/otel/assemblyai 相关修复均未同步。[#6391](https://github.com/livekit/agents/issues/6391)(xAI realtime 打断后上下文永久失步)仍 OPEN,与今日活跃的打断修复 PR 属同一高风险区域。

3. **#6428 后续暴露思考摘要** — PR body 仍标注 `todo: expose in separate field in chatitem ?`;当前 upstream 对 thought part 采取纯丢弃策略,需要 reasoning 可见性的 agent 需等待后续 PR。

---

*生成时间:2026-07-17(自动化 cron)*