You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更概述
本 PR 增加 endpoint-initiated heartbeat lease、显式 Agent dispatch、authenticated Edge Start/Stop、Room-scoped rollback 与 browser/internal LiveKit URL 分离。云端不配置静态 Orin IP;address 只来自认证 heartbeat 的 source address 和短租约。
主要改动
1. Heartbeat lease 与安全边界
/api/endpoint/connectivity认证固定 identity 并以请求 source address 续租;registry 只保存 bounded identity/instance/address/timestamps。/api/connection-details优先LIVEKIT_BROWSER_URL、fallbackLIVEKIT_URL,不从 Host/forwarded Host/origin 推导。2. Agent、Edge 与 Room lifecycle
LIVEKIT_URL。3. 两个部署 token 与 leadership 决策
LEX_REFLEX_GENERIC_CONNECTIVITY_TOKEN+ENDPOINT_CONNECTIVITY_TOKEN;control:LEX_REFLEX_EDGE_MEDIA_CONTROL_TOKEN+EDGE_MEDIA_CONTROL_TOKEN。影响说明
Fresh lease 为 source-derived
10.2.2.199;LAN advertisement=ws://10.2.77.108:7818,internal=ws://localhost:7818。正式 Room 中 Firefox、唯一 Agent、
room_audio_input、room_video_input与room_audio/room_video_raw/room_videoready;天气文本完整回复;Stop 三 targets ok 且failures=[]。Secret、runtime artifacts 与
.pnpm-store不进入 manifest;失败 cleanup 不漂移 endpoint target。pnpm exec tsx --test tests/generic-edge-media.test.mjs tests/session-start-dispatch.test.mjs tests/session-stop.test.mjs✅ passed: 63 tests passedPrettier / ESLint / git diff --check✅ passed: focused quality checks passedDelivery 验证 exact SHA;用户选择
wait_checks=false。