https://livekit.io logo
Join Slack
Powered by
# announcements
  • v

    victorious-nest-89511

    10/15/2024, 6:12 PM
    🚒
    livekit-agents
    0.10.2 release
    🚒 Heads up, there's a new version of
    livekit-agents
    available! v0.10.2 includes the following updates: β€’ Added
    VAD.update_options
    to the Silero plugin, which you can use to update the VAD options after the VAD object has been created. β€’ Included various fixes related to address cases where
    VoicePipelineAgent
    was getting stuck. β€’ Included some additional VAD-related fixes. Please reach out if you run into any issues or have any other feedback!
    πŸ’₯ 6
    πŸ™Œ 18
    πŸŽ‰ 6
    d
    b
    +4
    • 7
    • 7
  • f

    flaky-sundown-18688

    10/28/2024, 5:08 PM
    Hy everyone! I'm running a free workshop on Friday Nov 1st (this Friday) showing how to build a fullstack Advanced Voice web app with the OpenAI Realtime API. It's an hour long, will be interactive (as time permits) and we'll start from the basics and build all the way from 0 to a finished app that talks with users using Advanced Voice. Backend will be Python, frontend will be in React β€” but once you're finished it's very easy to switch either piece out for a different technology. There's only a few spots left, but I figured I'd post here in case anyone here who hasn't started building yet wanted a live crash course. Here's the registration link: https://forms.gle/SAQjdnQXFLoEsLXt7 Hope to see some of you on Friday!
    🎯 3
    πŸ™Œ 9
    βœ… 1
    f
    e
    +5
    • 8
    • 9
  • v

    victorious-nest-89511

    10/31/2024, 4:18 AM
    🚒
    livekit-agents
    0.11.0 release
    🚒 We've just released
    livekit-agents
    0.11.0 which is full of treats! Inside you’ll find the much-requested addition of more detailed timing metrics as each stage of the
    VoicePipelineAgent
    and much more. Highlights: β€’ Introduced detailed time metrics (time to first byte/token of STT/LLM/TTS, duration) and usage metrics, including an example for calculating the cost of a conversation. β€’ Added
    TTS.update_options
    - useful for making runtime changes, such as changing voices. β€’ Added the ability to get the human and agent transcript for the
    MultimodalAgent
    class. β€’ Fixed CPU load calculation using the system usage instead of the cgroup usage, addressing autoscaling issues for some developers. Check out the full changelog for livekit-agents and each plugin for a detailed rundown of all updates. A huge thanks to @martin-purplefish, @Tanesan, @longcw, @jayeshp19, @hari-truviz, and @samirsalman for your excellent contributions!
    πŸš€ 7
    πŸ™Œ 13
    πŸŽ‰ 4
    πŸŽ‰ 3
    βœ… 3
    πŸ‘€ 1
    n
    f
    +5
    • 8
    • 24
  • g

    gifted-family-53487

    11/01/2024, 6:11 PM
    🚒 🚒 🚒 We’re excited to introduce a new data channel feature called RPC! You can now register a custom method on one participant then invoke it remotely from another participant in the room and await a response. This is perfect for forwarding LLM function calls from an agent, for instance to query data like geolocation that’s available only in the browser. You can also use it to easily give your agent the ability to directly manipulate the user’s UI and display notifications, visual effects, or request specific user input. The possibilities are endless, and we’re excited to see what you all build with it! RPC is available now for JS (
    livekit-client@2.6.0
    ), Python (
    livekit==0.18.0
    ), Node (
    @livekit/rtc-node@0.11.0
    ), and Rust (
    livekit = "0.7.0"
    ). Updates for the mobile SDKs are coming over the next few weeks. Check out the full docs for a complete overview and examples.
    πŸš€ 11
    πŸ™Œ 7
    🚒 10
    πŸ”₯ 22
  • v

    victorious-nest-89511

    11/12/2024, 6:44 PM
    🚒 agents-js 0.4.3 release 🚒 Check out the latest version of LiveKit Agents for Node.js (0.4.3) for a drop of new features: β€’ Introducing support for
    VoicePipelineAgent
    πŸš€ β€’ Silero VAD, ElevenLabs TTS, Deepgram STT, OpenAI LLM πŸͺ„ β€’ Various fixes πŸ› οΈ Note: We are aware of a bug concerning users of tsx under certain conditions. See this issue for more details and a fix.
    πŸŽ‰ 7
    ❀️ 1
    πŸš€ 1
    m
    m
    • 3
    • 4
  • d

    dry-elephant-14928

    11/14/2024, 6:30 AM
    We have a new channel for those of you that are working with OpenAI's Realtime API: #C0816MD6LCR
    πŸŽ‰ 7
    πŸŽ‰ 2
    m
    • 2
    • 1
  • v

    victorious-nest-89511

    11/14/2024, 11:43 PM
    🚒
    livekit-agents@0.11.2
    release 🚒 Hello LiveKit community! Go and grab
    livekit-agents@0.11.2
    for some new additions to the OpenAI plugin along a handful of bug fixes: β—¦ New features in
    livekit-plugins-openai@0.10.16
    β–ͺ︎ Added usage metrics for the OpenAI Realtime API, which provides more visibility into the input/output token usage when using
    MultimodalAgent
    with this API. β–ͺ︎ The
    chat_ctx
    is now synchronized with the OpenAI Realtime API - transcripts from the model are written back to the
    chat_ctx
    while the realtime session is updated based on input from
    chat_ctx
    . β€’ Fix to correctly follow the
    min_endpointing_delay
    configuration β€’ Fix for
    agent_speech_committed
    not being called in certain scenarios Please refer to the changelog for a full rundown of all updates - and thanks to @jayeshp19, @martin-purplefish, and @longcw for your contributions!
    πŸš€ 8
    πŸ”₯ 7
    🚒 3
  • v

    victorious-nest-89511

    11/15/2024, 5:33 PM
    🚒 Node.js
    @livekit/agents-plugin-openai
    0.5.0 release 🚒 Version (0.5.0) of the OpenAI plugin for Node.js Agents is now available and includes the following updates: β€’ Support for OpenAI TTS and STT β€’ Full compatibility with
    VoicePipelineAgent
    as of
    agents-js
    Version 0.4.4
    πŸš€ 8
    m
    • 2
    • 1
  • v

    victorious-nest-89511

    11/19/2024, 2:56 PM
    🚒 Agents for Node.js Release 0.4.5 🚒 We’ve just shipped a bugfix release for LiveKit Agents for Node.js (0.4.5) which you should grab at your convenience. This release also includes a new version of the Node.js OpenAI plugin, which has now bumped to Version 0.6.0. Highlights: β€’ Ensures all plugins are using the same version of Agents β€’ OpenAI function calling now allows for raw JSON arguments β€’ Various code quality improvements (see changelog) - a huge thanks to @astonishing-boots-14432 for your excellent contributions!
    πŸ™ 2
    πŸŽ‰ 13
    ❀️ 1
    m
    • 2
    • 1
  • v

    victorious-nest-89511

    11/25/2024, 2:44 PM
    🚒 Agents for Node.js Release 0.4.6 🚒 LiveKit Agents for Node.js 0.4.6 is now available, which includes: β€’ Agent/user speech committed events β€’ New OpenAI Realtime voices β€’ Fixed an issue where agent state was not updating correctly β€’ Updated version of Node.js OpenAI plugin (0.6.1) Thanks to @john-royal for your contributions!
    πŸ‘ 2
    ❀️ 3
    πŸš€ 6
    πŸ”₯ 3
    b
    • 2
    • 1
  • v

    victorious-nest-89511

    12/03/2024, 3:00 AM
    🚒 Agents for Node.js Release 0.5.0 🚒 Agents for Node.js 0.5.0 is now available, which includes: β€’ Native support for CommonJS, which makes it easy to use Agents in frameworks like NestJS β€’ Silero VAD is now compatible with Windows β€’ Fixes to interruption handling in
    VoicePipelineAgent
    πŸš€ 8
    πŸ”₯ 10
    g
    • 2
    • 1
  • v

    victorious-nest-89511

    12/14/2024, 2:40 PM
    Weekly Roundup - Dec 14 2024 Here’s a recap of a few new things that have landed this week. Check them out and let us know what you think! == Outbound calling guide for agents == We’ve published a new guide on how to build an AI voice agent that can make outgoing calls to phone numbers using LiveKit. You’ll find it helpful for a variety of use cases such as returning customer calls, following up on purchased items, confirming appointments and more. The new guide walks through several new features that can be used in these scenarios, including explicit dispatch, job dispatch metadata, voicemail detection, end call intent handling, and appointment scheduling. In order to make it easy to get started building an agent with outbound calling capabilities, we’ve also created a new bootstrap template which you can use to get started. == Voice agent example using Gemini 2.0 Flash == We’ve added a new Python example that demonstrates how to create a voice agent using the Gemini 2.0 Flash model along with Google STT and TTS. You can use this as a starting point for building your Gemini-powered agents. == Agents for Node.js Version 0.5.1 == Update to the latest version for the following updates: β€’ Fixed LLM tool calling not executing multiple times when a question has more than one tool call β€’ Fixed sentence tokenizer β€’ Allow attributes to be set on
    accept()
    == Agents for Python Version 0.12.2 == Update to the latest version for the following updates: β€’ Improvements to endpointing latency β€’ Improvements to end of turn plugin β€’ Fixing duplicate messages committed with function calls β€’ Fixes handling of optional func args in tool calls
    πŸŽ‰ 12
    πŸŽ‰ 12
    πŸš€ 10
    ❀️ 9
    πŸ™Œ 8
    🀩 5
    🚒 5
    p
    i
    +3
    • 6
    • 13
  • f

    flaky-sundown-18688

    12/20/2024, 7:59 PM
    Hey <!everyone>! We’ve just released a new feature for Agents: a language-aware turn detection model. This adds a semantic layer on top of the usual voice activity detection (VAD). Instead of just listening for silence to figure out when a user’s turn ends, it analyzes the text to decide if the user has completed their thought 🀯 This makes conversations feel a lot smoother and more natural. For example, if someone says β€œI’d like to order a…” and pauses, the model knows they’re not done yet and keeps waiting. But if the sentence is complete, it triggers the response right away. It will make your agents sound a lot more natural in conversations with pauses. Performance-wise, it’s lightweight and built to work seamlessly with the existing Agent pipeline. Running on a 4-core instance takes ~50ms of inference and about 1.5GB of RAM. You can find the plugin and setup instructions here. It’s easy to add to your current VoicePipelineAgent, it’s a single param when you’re setting up the config for the agent. We’re still refining it and would love your feedback. Let us know how it handles your use cases, what’s working well, and where it struggles. Your input is invaluable as we iterate on this!
    πŸŽ‰ 17
    πŸ“ 10
    πŸ‘ 11
    ❇️ 12
    πŸ™‚ 4
    πŸ™Œ 75
    πŸš€ 44
    πŸ™ 25
    πŸ”₯ 42
    πŸ‡¦πŸ‡Ί 1
    s
    m
    +29
    • 32
    • 73
  • v

    victorious-nest-89511

    12/24/2024, 2:39 AM
    🚒 Agents for Node.js Release 0.6.0 🚒 Agents for Node.js 0.6.0 is now available, which includes: β€’ Support for performance and usage metrics logging β€’ Ability to use
    say()
    inside of a function call β€’ Fix multiple function calls not firing multiple times β€’ Parity with Python SDK in
    MultimodalAgent
    events β€’ Additional small fixes
    πŸ‘ 8
    πŸš€ 8
    πŸ”₯ 12
    πŸ™Œ 14
    l
    f
    +4
    • 7
    • 14
  • v

    victorious-nest-89511

    12/31/2024, 3:18 PM
    🚒 Agents for Python 0.12.6 Release 🚒 Agents for Python 0.12.6 is now available, which includes: β€’ Improved interruption handling: avoids getting stuck on false positive interruptions β€’ Added manual interrupt method for VoicePipelineAgent β€’ PlayHT/PlayAI TTS plugin β€’ MultimodalAgent with Gemini Live API β€’ Bug fixes for STT plugins to address incorrect handling of retries
    πŸŽ‰ 5
    πŸš€ 10
    πŸ”₯ 5
    βœ… 9
    πŸ‘€ 4
    🀩 3
    πŸŽ‰ 7
    πŸ™Œ 7
    🚒 4
    s
    n
    +7
    • 10
    • 11
  • v

    victorious-nest-89511

    01/18/2025, 4:00 AM
    Moving RunLLM bot to dedicated channel: #C088ZNU7QQ5 Lately, we've been testing a bot from RunLLM across our product channels in order to help answer questions related to LiveKit products. It’s been trained on our documentation and code base and can answer a range of common questions that developers have when building with LiveKit. At the same time, we’ve also found (and heard!) that it can be a bit noisy to have these bot interactions directly in conversations within our product channels. In particular, we’ve seen that it's been distracting for other developers that are engaging on these conversation threads as well. To strike a better balance here, we've created a new, dedicated channel (#C088ZNU7QQ5) for developers to engage the RunLLM bot for questions and guidance related to LiveKit products. With this channel, you no longer even need to mention RunLLM - simply create a new post in the channel, and RunLLM will respond in a thread on your post. With the new channel in place, we’ll be removing the RunLLM bot from our product channels. If you want to use the RunLLM bot, you’ll need to post in the #C088ZNU7QQ5 channel moving forward. Please reach out if you have any questions or additional feedback!
    πŸ™Œ 15
    πŸ™ŒπŸ½ 1
    πŸ™ŒπŸΌ 1
    πŸŽ‰ 4
    πŸ‘ 1
  • v

    victorious-nest-89511

    01/29/2025, 9:29 PM
    New LiveKit Cloud dashboards in alpha We’re excited to introduce early access to a new set of views for the LiveKit Cloud dashboard! We’ve overhauled several pages with improved usability and performance enhancements to handle larger loads and faster load times. Everyone can opt-in to this new experience to give it a try. When you visit your LiveKit Cloud dashboard, you’ll see a banner at the top of the page through which you can opt-in to enable the new views for your project. We consider this update to be a fairly stable alpha release and there are still some things under development, so you can switch back to the legacy views if needed at any point. We wanted to share these updates early so that your feedback can directly influence the shape of things to come - please use the feedback form at the top of the dashboard to let us know what you think!
    πŸ™ŒπŸ½ 1
    πŸ“Š 6
    πŸŽ‰ 4
    πŸ™ŒπŸΌ 1
    πŸ™Œ 21
    πŸ“ˆ 3
    πŸ“² 1
    m
    n
    +3
    • 6
    • 8
  • v

    victorious-nest-89511

    01/31/2025, 9:54 PM
    🚒 Agents for Python 0.12.11 + Turn Detector 0.4.0 Releases 🚒 Agents for Python 0.12.11 is now available, which includes: β€’ Fixed LLM
    FallbackAdapter
    to handle function calls correctly β€’ Fixed handling of
    before_llm_cb
    behavior for skipped inferences β€’ Fixed false-positive interruption handling with Anthropic and Google LLMs β€’ Added
    generate_reply
    API for
    MultimodalAgent
    β€’ Improved TTFB metrics for streaming TTS We’ve also released a major version update to our Turn Detector (0.4.0) model: β€’ 3x smaller β€’ 5x faster inference β€’ 98% true positive rate (+1%) β€’ 97% true negative rate (+11%)
    πŸŽ‰ 28
    b
    l
    +6
    • 9
    • 22
  • v

    victorious-nest-89511

    02/06/2025, 3:48 PM
    πŸ“† Realtime AI Meetup | Feb 27 in SF πŸ“† Join us at Founders, Inc in SF on February 27 for the Realtime AI Meetup! Hear from experts across the AI stack where they’ll share insights into building realtime AI agents. Discussions will cover voice agent pipelines, edge vs. cloud inference, multimodal models, agentic workflows, reasoning models, and more. The event will feature speakers from Cartesia, Cerebras, and Google DeepMind - and moderated by our co-founder & CEO, Russ d'Sa. If you’re local to the Bay Area, we’d love to see you there! RSVP and more details here: https://lu.ma/a9xvupy4
    πŸ™ŒπŸ½ 1
    πŸ™Œ 4
    πŸ—“οΈ 3
    ✨ 23
    πŸ—£οΈ 3
    b
    w
    +2
    • 5
    • 4
  • g

    gifted-family-53487

    02/11/2025, 7:49 PM
    πŸš€ New feature: Text & Byte Streams We've got a pair of new features for you that make data channels easier to use: text streams and byte streams. β€’ First, two simple new methods
    sendText
    and
    sendFile
    , which let you send anything of any size and we'll handle encoding, chunking, buffering, and reconstruction for you. β€’ Additionally we have added
    streamText
    and
    streamBytes
    , which let you send anything incrementally (e.g. for streaming a long LLM response to your frontend) β€’ Either way, receive the data in a stream with
    registerTextStreamHandler
    and
    registerByteStreamHandler
    . You can read chunks as they come in or just
    readAll
    if you don't need progressive rendering. β€’ Both features rely on
    topic
    so you can organize them within your application for different uses. And both support sending to any or all participants in the room simultaneously. These features are currently available in a preview state in the latest release of the JS (2.9.0), Python (0.20.0), and Node.js (0.13.4) SDKs. Others coming soon. We've also published new documentation to cover all the realtime text & data features. Let us know what you think, and we'd love to see what you build with it!
    πŸ™ŒπŸ½ 1
    πŸš€ 14
    πŸ™Œ 19
    πŸ”₯ 19
    l
    f
    +6
    • 9
    • 16
  • v

    victorious-nest-89511

    02/26/2025, 4:11 AM
    🚒 Agents for Python 0.12.15 + Agents for Node.js 0.7.0 Releases 🚒 We’ve recently dropped some new updates to both the Python and Node.js distributions of the Agents framework, so be sure to grab the latest for your platform of choice, including: Agents for Python 0.12.15 β€’ Improved performance of OpenAI TTS by switching to use Opus encoding (#1494) β€’ Improved exception logging (#1490) β€’ Fix interrupting nested speech from
    before_llm_cb
    (#1504) β€’ Add cache tokens in
    CompletionUsage
    dataclass (#1478) Agents for Node.js 0.7.0 β€’ Introduces support for Turn Detector model (#225) β€’ Replace transcription forwarder with synchronizer (#301) β€’ Gracefully fail on StreamAdapter errors (#299) β€’ Skip TTS on empty LLM output (#293) β€’ Clearer timeout handling for drain (#277) β€’ Fix feeding null LLM input (#296)
    πŸš€ 6
    πŸŽ‰ 4
    πŸ”₯ 4
    🀎 2
    πŸ™Œ 25
    πŸ‘ 1
  • v

    victorious-nest-89511

    03/10/2025, 2:08 PM
    🚨 Action Required 🚨 Managing package requirements prior to Agents for Python 1.0 release We’re nearing the release of Agents for Python v1.0 which will contain some breaking changes for agents that have been built with versions prior to v1.0. We’ll be publishing a detailed migration guide soon in order to help you navigate these changes as you upgrade your agents to use the new v1.0 package. Since v1.0 contains changes that will need to be made to your agents, we strongly recommend that you proactively manage your upgrades to the Agents for Python packages (
    livekit-agents
    and all associated plugins) to ensure that you don’t upgrade until you’re ready. For instance, if you’re using a pip requirements file, you can add a version constraint to each package to restrict to only versions earlier than v1.0:
    Copy code
    livekit-agents>=0.12.6,<1.0.0
    We’ll share some more details on v1.0 soon - if you have any questions in the meantime, please reach out as we’re here to help!
    πŸŽ‰ 11
    ⏱️ 1
    πŸ‘πŸ» 1
    πŸ™Œ 2
    πŸ‘€ 3
    πŸ‘ 33
    πŸ‘πŸ½ 1
    v
    b
    +2
    • 5
    • 5
  • f

    flaky-sundown-18688

    03/18/2025, 3:05 PM
    πŸš€ Analytics v2 for LiveKit Cloud is here!!! πŸš€ We rebuilt our analytics from the ground up to support scale at any size for any use case. Agents, streaming, and now telephony metrics! Some other things to πŸ‘€ when you're checking the new dashboard: β€’ Faster load times: Background data processing and streaming updates makes everything load a lot faster. β€’ Streamlined navigation: Breadcrumb system, redesigned layout, and improved search for quick session and participant insights. β€’ New insights: Connection minutes, quality metrics, latency stats, and πŸŽ‰ telephony call logs πŸŽ‰ . β€’ Enhanced controls: Filter, slice, and share dashboard states easily with URL params and live updates. We built these updates directly from your feedback. Check out the announcement and let us know what you think. More feedback = better features πŸ˜„ https://x.com/livekit/status/1902010421264937246
    🀌 4
    πŸ”₯ 11
    πŸŽ‰ 11
    πŸŽ‰ 4
    πŸ™Œ 3
    πŸ’― 2
  • g

    gifted-family-53487

    03/20/2025, 6:48 PM
    πŸš€ Krisp support in Python! You can now apply enhanced noise cancellation directly inside your agent or other Python app. This is available to all LiveKit Cloud projects at no extra cost. This has a few distinct benefits over client-side integrations: β€’ Support for Krisp's Background Voice Cancellation (BVC) model - filter not just noise but also background speakers that would otherwise confuse turn detection and transcription processes in voice agents. β€’ Universal client support - This filter works on audio coming from anywhere, including native apps, web, telephony, and even our Unity SDK β€’ Simpler integration for multi-platform apps - integrate the filter in just one spot instead of adding the package to Swift, Android, Flutter, and JS apps Integration couldn't be simpler:
    Copy code
    agent = VoicePipelineAgent(
        # .. STT/TTS/LLM/etc ..,
        noise_cancellation=noise_cancellation.BVC()
    )
    The package and documentation are available on PyPI. Node.js support is in the works and will be ready soon. Give it a try and let us know what you think! https://pypi.org/project/livekit-plugins-noise-cancellation/
    πŸš€ 6
    πŸ₯³ 1
    πŸ™Œ 20
    βœ… 1
    πŸ‘€ 1
    b
    d
    +16
    • 19
    • 69
  • r

    refined-appointment-81829

    03/21/2025, 2:06 PM
    A few folks in the community have suggested the idea of open office hours and I think it sounds like a good idea. Next Thursday at 9am US Pacific/12pm US Eastern I will host an open office hour livestream where folks can raise their hand and ask questions and get answers. I will share a link here for the call 10mins before the call.
    πŸ™Œ 18
    πŸ‘€ 1
    🀚 1
    πŸ‘πŸ½ 1
    πŸ‘ 34
    c
    s
    • 3
    • 4
  • d

    dry-elephant-14928

    03/27/2025, 6:41 AM
    πŸ€– Python Agents 1.0 RC Hey everyone! We've just rolled out a big update for Python Agents! Thanks to all your feedback over the past year, we've made the framework cleaner and more flexible. Here's what's new: ✨ Multi-Agent Support β—¦ Break down complex workflows into simpler tasks. πŸ”„ Unified AgentSession Class β—¦ We've merged VoicePipelineAgent and MultimodalAgent into a single AgentSession. β—¦ Handles both pipelined models and the Realtime API. βš™οΈ Flexible IO and overides β—¦ Flexible IO system to take input/direct output as you wish β—¦ pre/post-process each part of the pipeline πŸ“‘ Improved Text Stream Handling β—¦ Text input/output are now fully integrated as first-class features. πŸŽ›οΈ API Updates β—¦ `generate_reply`: Generate dynamic responses from LLMs. β—¦ `say`: Respond with static text or pre-synthesized audio. β—¦ `interrupt`: Interrupt your agent whenever needed. 🐞 Lots of Bug Fixes Check out the examples in the repo and the new docs site! To try it out:
    Copy code
    pip install "livekit-agents[openai,silero,deepgram,cartesia]~=1.0rc"
    Let us know what you think!
    🎯 6
    πŸŽ‰ 5
    πŸŽ‰ 4
    livekit logo 6
    🀩 3
    πŸ™Œ 48
    πŸ‘ 2
    πŸš€ 35
    πŸ™ŒπŸΌ 1
    βœ… 1
    r
    n
    +16
    • 19
    • 73
  • r

    refined-appointment-81829

    03/27/2025, 1:59 PM
    Reminder that in one hour we will have an open office hour (LiveStream). You will be able to raise your hand and ask questions. We will have several folks form the LiveKit staff on hand to answer the questions. (I will add additional details in the thread)
    m
    b
    +3
    • 6
    • 28
  • r

    refined-appointment-81829

    04/10/2025, 5:26 PM
    πŸš€ LiveKit Agents 1.0 is here! The wait is over β€” we’ve shipped a major upgrade to our open-source framework for building voice AI agents. Agents 1.0 introduces support for structured workflows, making it dramatically easier to build closed-loop agents for scheduling, support, and automation use cases. Key updates include: β€’ Unified AgentSession interface for all agent types, real-time or pipeline β€’ Modular pipeline nodes for easier customization β€’ Synchronized captioning β€’ Multilingual semantic turn detection β€’ Streamlined function tool definitions (function_tool) β€’ Fine-grained control over STT β†’ LLM β†’ TTS flows We’re also kicking off a closed beta for Cloud Agents, our fully-managed hosting platform for deploying agents at scale. πŸ“š Explore what’s new β†’ https://docs.livekit.io/agents πŸ”„ Migration guide β†’ https://docs.livekit.io/agents/start/v0-migration/ ⚑ Examples β†’ https://github.com/livekit/agents/tree/main/examples/voice_agents πŸ“ Blog post β†’ https://blog.livekit.io/livekits-series-b/ πŸ€– Cloud agents beta signup β†’ here πŸ’¬ Let us know what you’re building β€” and if you’re excited, please reshare the blog post or give it a boost on social! Every bit helps πŸ™Œ
    πŸš€ 30
    πŸ’₯ 24
    πŸŽ‰ 55
    ❀️ 4
    πŸ”₯ 42
    l
    t
    +7
    • 10
    • 37
  • r

    refined-appointment-81829

    04/22/2025, 11:12 AM
    Come Joins Us. Devs building in voice and video AI, we’ve got something special cooked up for next week β€” on 4/30, we’re doing a fireside chat with @juberti in SF. Justin is a legend. He created the WebRTC protocol, led dev for Google Meet and Stadia, started @FixieAI, and is now the Head of... https://x.com/livekit/status/1914335043549368761
    πŸŽ‰ 15
    πŸ‘ 1
    πŸ”₯ 1
    b
    c
    • 3
    • 3
  • g

    gentle-refrigerator-18414

    05/01/2025, 9:40 PM
    Hi everyone! We just created a brand new #C08QMJD9J9G channel for everyone that's using LiveKit for robotics, machines, and other embedded platforms! Please drop in and say hi. We'd love to hear what you're working and how we can make LiveKit even better for your use case! πŸ¦ΎπŸ€–πŸš—
    πŸŽ‰ 11