Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

OVOS Plugin Manager

ovos-plugin-manager (OPM) is the plugin discovery, loading, and configuration framework for the OpenVoiceOS ecosystem. It defines the base classes that OVOS plugins implement, and it finds and loads installed plugins at runtime through Python entry points.

OPM architecture diagram

Install

pip install ovos-plugin-manager

Media provider plugins need an extra dependency. Install it with:

pip install ovos-plugin-manager[media]

Usage

Find and load an installed STT plugin by its entry point name.

from ovos_plugin_manager.stt import find_stt_plugins, load_stt_plugin

plugins = find_stt_plugins()
# {'ovos-stt-plugin-whisper': <class 'WhisperSTT'>, ...}

MySTT = load_stt_plugin("ovos-stt-plugin-whisper")
stt = MySTT(config={"lang": "en-US"})

Or create a plugin from the active configuration (mycroft.conf / ovos.conf).

from ovos_plugin_manager.stt import OVOSSTTFactory

stt = OVOSSTTFactory.create()

See docs/index.md for the full guide, including TTS, wake word, VAD, and transformer plugins, and how to write a new plugin.

Related projects

License

Apache License 2.0. See LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ovos_plugin_manager-2.11.1a2.tar.gz (126.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ovos_plugin_manager-2.11.1a2-py3-none-any.whl (163.9 kB view details)

Uploaded Python 3

File details

Details for the file ovos_plugin_manager-2.11.1a2.tar.gz.

File metadata

  • Download URL: ovos_plugin_manager-2.11.1a2.tar.gz
  • Upload date:
  • Size: 126.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ovos_plugin_manager-2.11.1a2.tar.gz
Algorithm Hash digest
SHA256 1954526a66be87b9259084cc5ab261bbedec53f000d9cbc2ad2659899b90c8fd
MD5 8051e9beb406a7ae0ad835c307f83d1a
BLAKE2b-256 11b0390a53075c62c3d773b713aad75fef1efe5a480c9b2977961a5a49ed14a9

See more details on using hashes here.

File details

Details for the file ovos_plugin_manager-2.11.1a2-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_plugin_manager-2.11.1a2-py3-none-any.whl
Algorithm Hash digest
SHA256 2a1c0d1157973bd28c65cf415b40a7a0ce243867dd10537c0862641422786073
MD5 168c3ac62647d41a555684733ecf2f87
BLAKE2b-256 a07ac08201448878605216b6991ed8d7f2fd87568b918ad8d8cedf6e90c114ab

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.11.1a2 This release

2 files

2.2.0

2 files

2.1.1

2 files

2.1.0

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.9.0

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.0

2 files

0.7.1

2 files

0.7.0

2 files

0.6.0

2 files

0.5.6

2 files

0.5.5

2 files

0.5.4

2 files

0.5.3

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.0

2 files

0.1.1

2 files

0.0.25

2 files

0.0.24

2 files

0.0.23

2 files

0.0.22

1 file

0.0.21

1 file

0.0.20

1 file

0.0.19

1 file

0.0.18

1 file

0.0.17

1 file

0.0.16

1 file

0.0.15

1 file

0.0.14

1 file

0.0.13

1 file

0.0.12

1 file

0.0.11

1 file

0.0.10

1 file

0.0.9

1 file

0.0.8

1 file

0.0.5

1 file

0.0.4

1 file

0.0.2

1 file

0.0.1

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page