@livekit/agents-plugin-tavus@1.4.11

livekit/agents-js@livekit/agents-plugin-tavus@1.4.11Jun 29, 2026by github-actions[bot]

AI Summary

A patch release aligning the Tavus plugin with the newer face/pal API while maintaining backward compatibility.

Key Highlights

  • Alignment with `faceId`/`palId` options and environment variables
  • Defaulting to a stock pal when no `face_id` is supplied
  • Deprecated old `replicaId`/`personaId` options

Breaking Changes

  • Deprecated `replicaId`/`personaId` options and `TAVUS_REPLICA_ID`/`TAVUS_PERSONA_ID` environment variables

New Features

  • New `faceId`/`palId` options and `TAVUS_FACE_ID`/`TAVUS_PAL_ID` environment variables
  • Backward compatibility support for deprecated aliases

Full Release Notes

### Patch Changes

-   Align the Tavus plugin with the new face/pal API: `faceId`/`palId` options and `TAVUS_FACE_ID`/`TAVUS_PAL_ID` env vars, sending `face_id`/`pal_id` on the wire and defaulting to a stock pal when none is supplied (use `createPal` to make your own). The old `replicaId`/`personaId` options, `TAVUS_REPLICA_ID`/`TAVUS_PERSONA_ID` env vars, and `createPersona()` keep working as deprecated aliases. - [#1886](https://github.com/livekit/agents-js/pull/1886) ([@carolin-tavus](https://github.com/carolin-tavus))

-   Updated dependencies \[]:
    -   @livekit/agents@1.4.11