broad-teacher-94403
08/04/2025, 5:33 PMwarning: The package `livekit-agents==1.1.1` does not have an extra named `inworld`
pyproject.toml has:
"livekit-agents[deepgram,google,openai,silero,turn-detector,inworld]~=1.0"tall-airline-16756
08/04/2025, 5:33 PMtall-airline-16756
08/04/2025, 5:34 PMinworld integration is not included as an extra in the livekit-agents package. Instead, it is distributed as a separate plugin package. To resolve this, you need to install the dedicated plugin package for Inworld:
pip install livekit-plugins-inworld
This should address the issue.
Sources: uv.lockbroad-teacher-94403
08/04/2025, 5:36 PMbroad-teacher-94403
08/04/2025, 5:36 PMtall-airline-16756
08/04/2025, 5:37 PMbroad-teacher-94403
08/04/2025, 5:38 PMtall-airline-16756
08/04/2025, 5:38 PM