Hi LiveKit Team and Community,
We are the team behind SpatialReal, an on-device rendered, ultra-low bandwidth AI avatar SDK. We have successfully integrated our solution with LiveKit, tested it thoroughly through the LiveKit Playground, and it is now live and stable.
Our goal is to provide LiveKit developers with a high-performance, cost-effective alternative for real-time digital human interactions. To make this a seamless part of the ecosystem, we would like to officially contribute our integration to the livekit/agents repository.
Here are the specific items we need your guidance on to move forward:
1. PR Review We have submitted a PR to add the SpatialReal avatar plugin. We would appreciate it if the engineering team could review the code and provide any necessary feedback.
PR Link: feat: add spatialreal avatar plugin by 3DRX · Pull Request #5014 · livekit/agents · GitHub
Since we render avatar client side, we are not streaming video, instead, we stream custom animation data using livekit which gets rendered on client side. So natually the video player won’t work with spatialreal, a client side SDK is needed for rendering the avatar. Checkout a set of example at GitHub - spatialwalk/avatarkit-voice-agent-demo: Examples showing how to build lip-synced voice agents using AvatarKit by SpatialReal · GitHub .
2. Documentation To ensure developers can easily find and implement this plugin, we want to align our documentation with the existing LiveKit Agents avatar plugin standards. Could you guide us on the standard process for creating and maintaining a dedicated SpatialReal page within the official docs?
3. PyPI Package Transfer We have published the initial plugin on PyPI (livekit-plugins-spatialreal) so developers can start testing it immediately. To maintain consistency with other official LiveKit plugins, we are ready to transfer the ownership of this package to the LiveKit organization. Please let us know the preferred account or organization ID to initiate the transfer.
We look forward to your feedback on the PR and are happy to discuss how we can best support the LiveKit ecosystem.
Best regards,
The SpatialReal Team