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.1a3.tar.gz (127.0 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.1a3-py3-none-any.whl (164.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ovos_plugin_manager-2.11.1a3.tar.gz
  • Upload date:
  • Size: 127.0 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.1a3.tar.gz
Algorithm Hash digest
SHA256 1c9fad45856fb0841f2ffb6575d3b59953a1b6a1f72c60a5534ed25ff5073af6
MD5 8ae08d91a7223cfde0c51fa4d9fcbf67
BLAKE2b-256 32e9f5601403a7c922820b60e20d5012f3e948a67c4ccefad2f0ec6395c8623f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ovos_plugin_manager-2.11.1a3-py3-none-any.whl
Algorithm Hash digest
SHA256 5f56d0829f5ffbbdb6b60b5ccc7760887ccf1b8a7973a46e81663b591f387e26
MD5 92b22ded406fdfc9b8c07f7839bc3461
BLAKE2b-256 2002c5b62e6f9f79cd1c99102697b5f12ba6d0faca88999635e9b8a2596312bc

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

2.11.1a3 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