Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2025

This PR contains the following updates:

Package Change Age Confidence
livekit-agents ==1.2.7 -> ==1.2.18 age confidence
livekit-plugins-deepgram ==1.2.7 -> ==1.2.18 age confidence
livekit-plugins-openai ==1.2.7 -> ==1.2.18 age confidence
livekit-plugins-silero ==1.2.7 -> ==1.2.18 age confidence

Release Notes

livekit/agents (livekit-agents)

v1.2.18

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.18

v1.2.17

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.17

v1.2.16

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.16

v1.2.15

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.15

v1.2.14

Compare Source

New feature

What's Changed

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.14

v1.2.13

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.13

v1.2.12

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.12

v1.2.11

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.11

v1.2.9

Compare Source

Features:

  • OpenAI Realtime API now supports video input

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.9

v1.2.8

Compare Source

Features:

  • AgentSession.start() now returns a RunResult when called with capture_run=True.
    This makes it possible to assert the first message when the agent initiates the conversation:
result = await sess.start(EchoAgent(), capture_run=True)
result.expect.next_event().is_agent_handoff(new_agent_type=EchoAgent)
result.expect.next_event().is_message(role="assistant")
  • Agent false interruptions are now automatically resumed after the false_interruption_timeout. Audio output is paused and then resumed on the same SpeechHandle, eliminating the need to manually call generate_reply() in the agent_false_interruption event handler—please remove this call if present from earlier versions. This behavior is enabled by default; to disable automatic resume, set resume_false_interruption=False.

What's Changed

New Contributors

Full Changelog: https://github.com/livekit/agents/compare/[email protected]@1.2.8


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0144c82 to c2b2ee1 Compare September 15, 2025 20:56
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.8 Update LiveKit dependencies (non-major) to v1.2.9 Sep 15, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from c2b2ee1 to 630b60c Compare September 18, 2025 21:07
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.9 Update LiveKit dependencies (non-major) to v1.2.11 Sep 18, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 630b60c to 0b25c00 Compare September 29, 2025 05:13
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.11 Update LiveKit dependencies (non-major) to v1.2.12 Sep 29, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 0b25c00 to 2960c42 Compare October 1, 2025 21:33
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.12 Update LiveKit dependencies (non-major) to v1.2.14 Oct 1, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 2960c42 to 6ddfcd8 Compare October 15, 2025 20:28
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.14 Update LiveKit dependencies (non-major) to v1.2.15 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from 6ddfcd8 to fd4ed8f Compare October 27, 2025 12:42
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.15 Update LiveKit dependencies (non-major) to v1.2.16 Oct 27, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from fd4ed8f to b44e2bb Compare October 29, 2025 17:39
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.16 Update LiveKit dependencies (non-major) to v1.2.17 Oct 29, 2025
@renovate renovate bot force-pushed the renovate/livekit-dependencies-(non-major) branch from b44e2bb to f1d182d Compare November 5, 2025 21:08
@renovate renovate bot changed the title Update LiveKit dependencies (non-major) to v1.2.17 Update LiveKit dependencies (non-major) to v1.2.18 Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant