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
41 changes: 41 additions & 0 deletions automations/livekit-agent/2026-06-22.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# LiveKit Agents 工程日报

## 覆盖时间

**2026-06-21 00:00 UTC — 2026-06-22 00:00 UTC**(与 cron 触发 `2026-06-22T00:00:20Z` 对齐)

数据来源:`git log origin/main` / `upstream/main`、`gh` API 查询 [livekit/agents](https://github.com/livekit/agents) 与 [Seventhen/agents](https://github.com/Seventhen/agents) 已合并 PR。

**本仓库([Seventhen/agents](https://github.com/Seventhen/agents) `main`)**:过去 24 小时内 **无新合并提交**;`HEAD` 仍为 `f9b68de7`(2026-05-27,[#5857](https://github.com/livekit/agents/pull/5857))。相对上游 **落后 147 个提交**(`git rev-list --count origin/main..upstream/main`)。

**上游追踪(livekit/agents `main`)**:同期 **0 个已合并 PR**;窗口内无新提交。最近一次合入为 [#6175](https://github.com/livekit/agents/pull/6175)(2026-06-20 20:51 UTC,略早于本窗口)。

---

## 要点变更

- **本周期合入空窗**:`git log upstream/main --since=2026-06-21T00:00:00Z --until=2026-06-22T00:00:20Z` 与 `gh` 合并 PR 查询均为 **0**;上游 `main` 在周末保持静默,无 bugfix、发布或依赖更新触及 `main`。

- **本 fork 持续停滞**:自 2026-05-27 以来 `Seventhen/agents` `main` **已 26 天无前进**;`gh pr list --repo Seventhen/agents --state merged` 无近期记录,本周期亦无开放 PR 活动。

- **上游最新合入(窗口外,供对照)**:[#6175](https://github.com/livekit/agents/pull/6175) `fix(slng): expose speed in update_options`(2026-06-20):`TTS.update_options` 此前静默丢弃 `speed` 参数,现与 `voice`/`language` 一致支持运行时更新并在变更时失效连接池;仅改动 `livekit-plugins-slng/tts.py`(+5 行)。影响:使用 SLNG TTS 且需在会话中动态调速的 agent 此前无法生效,升级后需回归 `update_options(speed=...)` 路径。

- **自 6/16 日报以来上游积压 34 个 PR(均未同步至本 fork)**:包括 **1.6.1** ([#6140](https://github.com/livekit/agents/pull/6140)) 与 **1.6.2** ([#6170](https://github.com/livekit/agents/pull/6170)) 两次 PyPI 发布、Phonic 插件多项能力(handoff 间 WebSocket 复用 [#6163](https://github.com/livekit/agents/pull/6163)、用户文本输入 [#6169](https://github.com/livekit/agents/pull/6169)、`forbid_speech_after_tool_call` [#6143](https://github.com/livekit/agents/pull/6143))、AssemblyAI `universal-3-5-pro` 设为默认 ([#6119](https://github.com/livekit/agents/pull/6119))、Gemini 3.1 Flash TTS 流式支持 ([#6134](https://github.com/livekit/agents/pull/6134))、Soniox `stt-rt-v5` ([#6126](https://github.com/livekit/agents/pull/6126)) 等——**不属于本日 24h 新增**,但显著扩大 fork 漂移。

- **上游高风险变更(窗口外)**:[#6137](https://github.com/livekit/agents/pull/6137) `feat(core): allow non-primary sessions without job_ctx` 合入后同日被 [#6139](https://github.com/livekit/agents/pull/6139) **revert**;表明多 session / 非主 session 路径仍在快速迭代,同步时需特别关注 `job_ctx` 依赖的集成是否受影响。

- **无安全/依赖 bot 活动**:本 24h 窗口内未见 Renovate/Dependabot 提交或 `uv.lock` 变更触及上游 `main`;最近依赖相关合入为 6/17–6/19 的插件与发布 PR。

---

## Watchlist

1. **Fork 漂移已达 147 提交(+32 自 6/16 日报)**:上游已发布 `livekit-agents@1.6.2` 并合入 Phonic、AssemblyAI 默认模型切换、Gemini TTS 等重大变更;若生产基于本 fork,需尽快规划 bulk sync,尤其关注 AssemblyAI 默认模型从旧版切换至 `universal-3-5-pro` 对现有 STT 配置的隐式影响。

2. **Phonic 插件集中变更**([#6143](https://github.com/livekit/agents/pull/6143) / [#6163](https://github.com/livekit/agents/pull/6163) / [#6169](https://github.com/livekit/agents/pull/6169)):handoff 场景 WebSocket 复用与 `forbid_speech_after_tool_call` 改变工具调用后的语音行为;同步后需在 agent handoff + 工具调用链路做端到端回归。

3. **core session 实验性变更被 revert** ([#6137](https://github.com/livekit/agents/pull/6137) → [#6139](https://github.com/livekit/agents/pull/6139)):非主 session 无 `job_ctx` 的支持尚未稳定;若内部分支曾 cherry-pick #6137,合并上游前需确认无残留依赖。

---

*生成时间:2026-06-22(自动化 cron)*