You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an automated Claude Code Routine created by @toubatbrian. Right now it is in experimentation stage.
Skipping port to agents-js.
The liveavatar plugin does not currently exist in livekit/agents-js. It was explicitly listed as a Python-only plugin (no JS counterpart) in the prior automated port at livekit/agents-js#1280, alongside avatario, avatartalk, bithuman, did, keyframe, simli, and tavus.
This PR is a narrow additive diff (~17 lines) against avatar.py / api.py that adds a video_quality parameter. Porting just the diff isn't possible because the base plugin doesn't exist in JS, and spinning up a full JS port of liveavatar from a single parameter-addition PR is out of scope for this routine — it would require porting ~500 lines of plugin code plus primitives the JS runtime may not yet expose (QueueAudioOutput, AudioSegmentEnd, rtc.AudioResampler, on-the-wire websocket protocol, etc.).
If the intent is to stand up a brand-new @livekit/agents-plugin-liveavatar package in agents-js, that's best tracked as its own dedicated task (happy to pick it up if filed as a separate request to this routine). For now, flagging this port as intentionally skipped so it doesn't silently fall through.
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
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.
claude, please port this plugin and PR 🙏