Blaze Livekit plugin integration#5050
Conversation
4653f88 to
77090e4
Compare
|
Hi @tinalenguyen, This PR adds the Blaze provider integration for LiveKit Agents and keeps the implementation scoped under It follows the existing STT/TTS/LLM plugin structure used by other provider integrations. I’ve also addressed the outstanding review comments on the PR. Would appreciate a review when you have time. Thanks! |
|
hi @HoangPN711! thank you for the contribution, could you bump the version and add the plugin to this pyproject file |
|
Hi @tinalenguyen , thanks for reviewing this PR! Updated as requested: Bumped livekit-plugins-blaze to 1.5.9 (aligned with the current livekit-agents release) Please let me know if any further changes are needed. |
2b94037 to
e9052a6
Compare
1cea05c to
2c82c75
Compare
…nts and update llm/tts
…ny early punctuation
…dd license headers
580177a to
cd7f021
Compare
Summary
Add Blaze plugin support for LiveKit Agents.
Changes
Motivation
Enable Blaze voice AI services to be used through the existing LiveKit Agents plugin architecture.
Notes
The implementation is isolated under
livekit-plugins/livekit-plugins-blazeand follows the existing provider plugin pattern.