livekit-plugins-minimal 1.0.17__py3-none-any.whl → 1.3.4__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.
- livekit/plugins/minimal/__init__.py +6 -1
- livekit/plugins/minimal/py.typed +1 -0
- livekit/plugins/minimal/version.py +1 -1
- {livekit_plugins_minimal-1.0.17.dist-info → livekit_plugins_minimal-1.3.4.dist-info}/METADATA +4 -4
- livekit_plugins_minimal-1.3.4.dist-info/RECORD +7 -0
- livekit_plugins_minimal-1.0.17.dist-info/RECORD +0 -6
- {livekit_plugins_minimal-1.0.17.dist-info → livekit_plugins_minimal-1.3.4.dist-info}/WHEEL +0 -0
|
@@ -12,6 +12,11 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
|
|
15
|
+
"""Minimal example plugin for LiveKit Agents
|
|
16
|
+
|
|
17
|
+
This is a stubbed example plugin.
|
|
18
|
+
"""
|
|
19
|
+
|
|
15
20
|
from livekit.agents import Plugin
|
|
16
21
|
|
|
17
22
|
from .log import logger
|
|
@@ -19,7 +24,7 @@ from .version import __version__
|
|
|
19
24
|
|
|
20
25
|
|
|
21
26
|
class MinimalPlugin(Plugin):
|
|
22
|
-
def __init__(self):
|
|
27
|
+
def __init__(self) -> None:
|
|
23
28
|
super().__init__(__name__, __version__, __package__, logger)
|
|
24
29
|
|
|
25
30
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
{livekit_plugins_minimal-1.0.17.dist-info → livekit_plugins_minimal-1.3.4.dist-info}/METADATA
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: livekit-plugins-minimal
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.4
|
|
4
4
|
Summary: Minimal plugin template for LiveKit Agents
|
|
5
5
|
Project-URL: Documentation, https://docs.livekit.io
|
|
6
6
|
Project-URL: Website, https://livekit.io/
|
|
7
7
|
Project-URL: Source, https://github.com/livekit/agents
|
|
8
8
|
Author-email: LiveKit <hello@livekit.io>
|
|
9
9
|
License-Expression: Apache-2.0
|
|
10
|
-
Keywords: audio,livekit,realtime,video,webrtc
|
|
10
|
+
Keywords: ai,audio,livekit,realtime,video,voice,webrtc
|
|
11
11
|
Classifier: Intended Audience :: Developers
|
|
12
12
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
13
13
|
Classifier: Programming Language :: Python :: 3
|
|
@@ -18,10 +18,10 @@ 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.
|
|
21
|
+
Requires-Dist: livekit-agents>=1.3.4
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
|
-
# LiveKit
|
|
24
|
+
# Minimal example plugin for LiveKit Agents
|
|
25
25
|
|
|
26
26
|
This is a minimal example of a LiveKit plugin for Agents.
|
|
27
27
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
livekit/plugins/minimal/__init__.py,sha256=oQstsdNG3lrfrQV1BWWozjpeyBW8nC7Kqse-E4VupSI,929
|
|
2
|
+
livekit/plugins/minimal/log.py,sha256=R79onaxt-SdxLujJ3yk5P-xnevz-vh_5RAY0uZ0ds-4,70
|
|
3
|
+
livekit/plugins/minimal/py.typed,sha256=Nqnn8clbgv-5l0PgxcTOldg8mkMKrFn4TvPL-rYUUGg,1
|
|
4
|
+
livekit/plugins/minimal/version.py,sha256=Zd6KN16HJmdgDTkI9lVXDpz-OnYLhwKSLtcrPyQmH5c,599
|
|
5
|
+
livekit_plugins_minimal-1.3.4.dist-info/METADATA,sha256=nwLoYAb2vWIqoQ9UzwafFZqltTdS6m_frrF_RKzH7SU,1389
|
|
6
|
+
livekit_plugins_minimal-1.3.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
7
|
+
livekit_plugins_minimal-1.3.4.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
livekit/plugins/minimal/__init__.py,sha256=Y_C9_IjZIIdsSuuSR-MCkT90iX2FPCHMS6SA0HIhsr0,836
|
|
2
|
-
livekit/plugins/minimal/log.py,sha256=R79onaxt-SdxLujJ3yk5P-xnevz-vh_5RAY0uZ0ds-4,70
|
|
3
|
-
livekit/plugins/minimal/version.py,sha256=Wemv7wiNt44SQzgs6CWzDuSBVmi4lzBi67DutJgAZyA,600
|
|
4
|
-
livekit_plugins_minimal-1.0.17.dist-info/METADATA,sha256=OZVwvrCfJr1VwM29evxygf2CvdKRpz5ISRanIuaQf9Q,1364
|
|
5
|
-
livekit_plugins_minimal-1.0.17.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
6
|
-
livekit_plugins_minimal-1.0.17.dist-info/RECORD,,
|
|
File without changes
|