Skip to content
Closed
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions .changeset/quiet-bikes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@livekit/agents': patch
---

Fix AMD delay reporting when no speech end timestamp is available and preserve short-greeting timer semantics when transcripts arrive during the human-silence window.
2 changes: 2 additions & 0 deletions agents/src/telemetry/trace_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ export const ATTR_END_OF_TURN_DELAY = 'lk.end_of_turn_delay';
export const ATTR_AMD_CATEGORY = 'lk.amd.category';
export const ATTR_AMD_REASON = 'lk.amd.reason';
export const ATTR_AMD_IS_MACHINE = 'lk.amd.is_machine';
export const ATTR_AMD_SPEECH_DURATION = 'lk.amd.speech_duration';
export const ATTR_AMD_DELAY = 'lk.amd.delay';
export const ATTR_AMD_INTERRUPT_ON_MACHINE = 'lk.amd.interrupt_on_machine';

// Adaptive Interruption attributes
Expand Down
Loading
Loading