livekit-plugins-hedra 1.2.0__py3-none-any.whl → 1.2.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of livekit-plugins-hedra might be problematic. Click here for more details.
- livekit/plugins/hedra/avatar.py +3 -6
- livekit/plugins/hedra/version.py +1 -1
- {livekit_plugins_hedra-1.2.0.dist-info → livekit_plugins_hedra-1.2.2.dist-info}/METADATA +2 -2
- livekit_plugins_hedra-1.2.2.dist-info/RECORD +8 -0
- livekit_plugins_hedra-1.2.0.dist-info/RECORD +0 -8
- {livekit_plugins_hedra-1.2.0.dist-info → livekit_plugins_hedra-1.2.2.dist-info}/WHEEL +0 -0
livekit/plugins/hedra/avatar.py
CHANGED
|
@@ -91,13 +91,10 @@ class AvatarSession:
|
|
|
91
91
|
|
|
92
92
|
try:
|
|
93
93
|
job_ctx = get_job_context()
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
except (RuntimeError, KeyError):
|
|
94
|
+
local_participant_identity = job_ctx.token_claims().identity
|
|
95
|
+
except RuntimeError as e:
|
|
97
96
|
if not room.isconnected():
|
|
98
|
-
raise HedraException(
|
|
99
|
-
"local participant identity not found in token, and room is not connected"
|
|
100
|
-
) from None
|
|
97
|
+
raise HedraException("failed to get local participant identity") from e
|
|
101
98
|
local_participant_identity = room.local_participant.identity
|
|
102
99
|
|
|
103
100
|
livekit_token = (
|
livekit/plugins/hedra/version.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-hedra
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.2
|
|
4
4
|
Summary: Agent Framework plugin for Hedra Avatar
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
@@ -18,7 +18,7 @@ Classifier: Topic :: Multimedia :: Sound/Audio
|
|
|
18
18
|
Classifier: Topic :: Multimedia :: Video
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
20
20
|
Requires-Python: >=3.9.0
|
|
21
|
-
Requires-Dist: livekit-agents>=1.2.
|
|
21
|
+
Requires-Dist: livekit-agents>=1.2.2
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
# Hedra plugin for LiveKit Agents
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
livekit/plugins/hedra/__init__.py,sha256=L8F2XyHfOLqeB6Y4iSvQNCUOW5KKIBw6HgF5MNCdvNY,969
|
|
2
|
+
livekit/plugins/hedra/avatar.py,sha256=2mHI282HeEfzyNhXW12yxleZjjuEss6Sb9F2SbMSx0s,6278
|
|
3
|
+
livekit/plugins/hedra/log.py,sha256=vh-X7bs38yHVN8TNZcWVBvBcnALN-M_UGvWIgI6zi7k,68
|
|
4
|
+
livekit/plugins/hedra/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
livekit/plugins/hedra/version.py,sha256=HEPfsPSBZ3rIkyBj712Ik9tN1Z2rZUKSzUk3uWa0unA,600
|
|
6
|
+
livekit_plugins_hedra-1.2.2.dist-info/METADATA,sha256=7Ng9bHrEuXY232bBUlHRrO6hlVkbNyATFv-SEETeEMc,1391
|
|
7
|
+
livekit_plugins_hedra-1.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
+
livekit_plugins_hedra-1.2.2.dist-info/RECORD,,
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
livekit/plugins/hedra/__init__.py,sha256=L8F2XyHfOLqeB6Y4iSvQNCUOW5KKIBw6HgF5MNCdvNY,969
|
|
2
|
-
livekit/plugins/hedra/avatar.py,sha256=bQvf68SGT0YcDKuu4yRxgHQCQFHuTpY9v9HNEUlDp2I,6386
|
|
3
|
-
livekit/plugins/hedra/log.py,sha256=vh-X7bs38yHVN8TNZcWVBvBcnALN-M_UGvWIgI6zi7k,68
|
|
4
|
-
livekit/plugins/hedra/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
livekit/plugins/hedra/version.py,sha256=ihC_ljrXSQ9XCMH3IoDU7umEYbYHfRT93mwOWWoXrog,600
|
|
6
|
-
livekit_plugins_hedra-1.2.0.dist-info/METADATA,sha256=gNbSlW0iQ_lk_YSE5UxSleipDqB5ena2MbcBfeCqkVQ,1391
|
|
7
|
-
livekit_plugins_hedra-1.2.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
8
|
-
livekit_plugins_hedra-1.2.0.dist-info/RECORD,,
|
|
File without changes
|