chore(deps): update dependency livekit-agents to v1 - #4
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
June 14, 2025 19:40
298dfac to
588eb6f
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
July 26, 2025 07:54
588eb6f to
46a415c
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
November 19, 2025 19:52
46a415c to
1c66299
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
February 7, 2026 07:14
1c66299 to
346ff0e
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
March 31, 2026 11:06
346ff0e to
7814080
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
June 13, 2026 00:02
7814080 to
01686a1
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
August 22, 2026 23:51
01686a1 to
af31562
Compare
renovate
Bot
force-pushed
the
renovate/livekit-agents-1.x
branch
from
September 5, 2026 03:56
af31562 to
4949220
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
~=0.12→~=1.8Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
livekit/agents (livekit-agents)
v1.8.1Compare Source
Duplex Model Support
Speech models that are able to speak and listen simultaneously are now supported via the new
DuplexModelclass, with OpenAI's GPT-Live model as the first to be implemented.Read more about duplex models in our docs.
What's Changed
New Contributors
Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.8.0...livekit-agents@1.8.1
v1.8.0Compare Source
OpenTelemetry Changes (#7104)
Spans, metrics, and logs now follow the OTel GenAI semantic conventions, so
Langfuse, Datadog Agent Observability, and other GenAI-aware backends read
LiveKit traces natively. PII filtering also moved in-process.
Migration Notes
gen_ai.system.messagegen_ai.system_instructionsgen_ai.user.message,gen_ai.assistant.message,gen_ai.tool.messagegen_ai.input.messagesgen_ai.choice(role/content/tool_calls)gen_ai.output.messages+gen_ai.response.finish_reasonsgen_ai.*on theagent_turnspanrealtime_inferencechild spangen_ai.operation.name = "chat"= "generate_content"gen_ai.provider.name = "api.openai.com","AWS Bedrock","google""openai","aws.bedrock","gcp.gen_ai"llm_nodealways tagged with the configured model/providertelemetry._chat_ctx_to_otel_events(chat_ctx)telemetry.gen_ai.to_system_instructions()/to_input_messages()/to_output_messages()telemetry.utils._redaction_enabled()telemetry.utils.redaction_enabled(span_attributes=None)Breaking
gen_ai.system.message,gen_ai.user.message,gen_ai.assistant.message,gen_ai.tool.messageandgen_ai.choiceare gone, replaced by the attributes in the table above (JSON,part-based format). Dashboards and processors reading the events see nothing.
agent_turnonto a newrealtime_inferencechild span,so queries reading realtime token usage from
agent_turnreturn nothing. Itsgen_ai.operation.namealso changed fromchattogenerate_content.gen_ai.provider.nameis normalized to the registry spelling. Providers outside theregistry are unchanged. Update any group-by on the old values.
llm_nodeis no longer credited with the configured model and providerunless that LLM actually served the request; a node calling a third-party engine is
left unattributed and records the convention on its own span instead.
before every exporter, LiveKit Cloud included — previously the local pass scrubbed
only exception details and Cloud's collector handled the rest.
gen_ai.usage.input_cached_tokensis emitted again on the pipeline path (reversing#6852) and reasoning tokens go out under both
gen_ai.usage.reasoning.output_tokensand
gen_ai.usage.reasoning_tokens. A backend summing both spellings double-counts.telemetry._chat_ctx_to_otel_events()removed;telemetry.utils._redaction_enabled()is now
redaction_enabled(span_attributes=None).Added
gen_ai.request.stream,gen_ai.output.type,gen_ai.conversation.id,gen_ai.response.{id,model,finish_reasons,time_to_first_chunk}.gen_ai.usage.cache_write.input_tokens,.reasoning.output_tokensand the per-modality
.{text,audio,image}.*counts.execute_toolspans carrygen_ai.tool.{name,type,call.id,call.arguments,call.result,description};turns carry
gen_ai.agent.name, sessionsgen_ai.workflow.name.error.typeon failures, set even when redaction is on.gen_ai.client.token.usage,gen_ai.client.operation.duration,gen_ai.client.operation.time_to_first_chunk,gen_ai.invoke_agent.duration,gen_ai.execute_tool.duration, alongside the existinglk.agents.*.OTEL_INSTRUMENTATION_GENAI_CAPTURE_MESSAGE_CONTENT=0(ortelemetry.gen_ai.set_capture_content(False)) omits message payloads, tooldefinitions and tool arguments/results. Content capture is on by default.
set_tracer_provider(..., allow_pii=False)/LIVEKIT_TELEMETRY_ALLOW_PII=0stripsconversational content in-process before third-party exporters. PII is allowed by
default.
What's Changed
New Contributors
Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.7.1...livekit-agents@1.8.0
v1.7.1Compare Source
What's Changed
livekitto 1.1.15 by @1egoman in #6970New Contributors
Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.7.0...livekit-agents@1.7.1
v1.7.0: @livekit/agents@1.7.0Compare Source
Introducing PII Redaction Support
This release adds PII redaction support for Agent Observability. It semantically redacts detected entities from chat history and audio recordings. It also filters sensitive data from logs and traces while retaining useful diagnostic context.
To support this feature, we renamed sensitive trace attributes and log fields emitted by the framework. If your third-party observability queries depend on these names, update them when you upgrade.
Introducing Expressive Mode
Expressive mode allows voice agents to speak with natural prosody and emotion. Speech delivery is determined by emotion tags generated from the context of the conversation. Enable expressive mode in your
AgentSession:See the documentation and the blog post for more information.
What's Changed
New Contributors
Full Changelog: https://github.com/livekit/agents/compare/livekit-agents@1.6.10...livekit-agents@1.7.0
v1.6.10Compare Source
v1.6.9: @livekit/agents@1.6.9Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.