diff --git a/CLAUDE.md b/CLAUDE.md index 14d8b5b82..750a01c95 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -130,7 +130,7 @@ Plugin capabilities by type: - **VAD**: silero (ONNX-based, local) - **EOU/Turn Detection**: livekit (HuggingFace + ONNX) - **Realtime**: openai (+ responses/, ws/ modules), google (beta), xai, phonic -- **Avatar**: hedra, trugen, lemonslice, bey, anam, liveavatar +- **Avatar**: hedra, trugen, lemonslice, bey, anam, liveavatar, did - **Test mocks**: test (private, for unit tests) ### AsyncLocalStorage Patterns diff --git a/README.md b/README.md index 8b7de522f..df9132b4b 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ Currently, only the following plugins are supported: | [@livekit/agents-plugin-bey](https://www.npmjs.com/package/@livekit/agents-plugin-bey) | Avatar | | [@livekit/agents-plugin-lemonslice](https://www.npmjs.com/package/@livekit/agents-plugin-lemonslice) | Avatar | | [@livekit/agents-plugin-liveavatar](https://www.npmjs.com/package/@livekit/agents-plugin-liveavatar) | Avatar | +| [@livekit/agents-plugin-did](https://www.npmjs.com/package/@livekit/agents-plugin-did) | Avatar | | [@livekit/agents-plugin-mistralai](https://www.npmjs.com/package/@livekit/agents-plugin-mistralai) | LLM, STT, TTS | | [@livekit/agents-plugin-xai](https://www.npmjs.com/package/@livekit/agents-plugin-xai) | LLM, TTS | | [@livekit/agents-plugin-phonic](https://www.npmjs.com/package/@livekit/agents-plugin-phonic) | Realtime |