livekit-plugins-hedra 1.1.5__tar.gz → 1.1.6__tar.gz
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-1.1.5 → livekit_plugins_hedra-1.1.6}/PKG-INFO +17 -3
- livekit_plugins_hedra-1.1.6/README.md +15 -0
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/version.py +1 -1
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/pyproject.toml +1 -1
- livekit_plugins_hedra-1.1.5/README.md +0 -1
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/.gitignore +0 -0
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/__init__.py +0 -0
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/avatar.py +0 -0
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/log.py +0 -0
- {livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/py.typed +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-hedra
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.6
|
|
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,21 @@ 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.1.
|
|
21
|
+
Requires-Dist: livekit-agents>=1.1.6
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
|
-
#
|
|
24
|
+
# Hedra plugin for LiveKit Agents
|
|
25
|
+
|
|
26
|
+
Support for avatar generation and animation with [Hedra](https://hedra.ai/).
|
|
27
|
+
|
|
28
|
+
See [https://docs.livekit.io/agents/integrations/avatar/hedra/](https://docs.livekit.io/agents/integrations/avatar/hedra/) for more information.
|
|
29
|
+
|
|
30
|
+
## Installation
|
|
31
|
+
|
|
32
|
+
```bash
|
|
33
|
+
pip install livekit-plugins-hedra
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
## Pre-requisites
|
|
37
|
+
|
|
38
|
+
You'll need an API key from Hedra. It can be set as an environment variable: `HEDRA_API_KEY`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Hedra plugin for LiveKit Agents
|
|
2
|
+
|
|
3
|
+
Support for avatar generation and animation with [Hedra](https://hedra.ai/).
|
|
4
|
+
|
|
5
|
+
See [https://docs.livekit.io/agents/integrations/avatar/hedra/](https://docs.livekit.io/agents/integrations/avatar/hedra/) for more information.
|
|
6
|
+
|
|
7
|
+
## Installation
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pip install livekit-plugins-hedra
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Pre-requisites
|
|
14
|
+
|
|
15
|
+
You'll need an API key from Hedra. It can be set as an environment variable: `HEDRA_API_KEY`
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
"Programming Language :: Python :: 3.10",
|
|
23
23
|
"Programming Language :: Python :: 3 :: Only",
|
|
24
24
|
]
|
|
25
|
-
dependencies = ["livekit-agents>=1.1.
|
|
25
|
+
dependencies = ["livekit-agents>=1.1.6"]
|
|
26
26
|
|
|
27
27
|
[project.urls]
|
|
28
28
|
Documentation = "https://docs.livekit.io"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
# LiveKit Plugins for Hedra Avatar
|
|
File without changes
|
{livekit_plugins_hedra-1.1.5 → livekit_plugins_hedra-1.1.6}/livekit/plugins/hedra/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|