frameworks, templates and patches for the OpenVoiceOS universe
Project description
OVOS Workshop
Base classes, decorators, and helpers for building skills and applications for OpenVoiceOS.
Install
pip install ovos-workshop
Runtime dependencies include ovos-yes-no-plugin and ovos-option-matcher-fuzzy-plugin, which back the ask_yesno and ask_selection skill methods.
Quick Start
from ovos_workshop.skills.ovos import OVOSSkill
from ovos_workshop.decorators import intent_handler
class HelloWorldSkill(OVOSSkill):
@intent_handler("hello.intent")
def handle_hello(self, message):
self.speak_dialog("hello.response")
def create_skill():
return HelloWorldSkill()
Register in pyproject.toml:
[project.entry-points."opm.skills"]
hello-world-skill = "hello_world_skill:HelloWorldSkill"
Configuration
Key settings a skill can accept in its settings.json:
| Key | Default | Description |
|---|---|---|
ask_yesno_plugin |
ovos-solver-yes-no-plugin |
YesNoEngine plugin used by ask_yesno() |
ask_selection_plugin |
ovos-option-matcher-fuzzy-plugin |
OptionMatcherEngine plugin used by ask_selection() |
Both keys can also be set system-wide under the skills block in mycroft.conf.
Documentation
Full reference is in docs/:
- Skill classes
- OVOSSkill base class
- ask_yesno / ask_selection plugin system
- Decorators
- Settings
- Resource files
License
Apache 2.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovos_workshop-8.2.0a1.tar.gz.
File metadata
- Download URL: ovos_workshop-8.2.0a1.tar.gz
- Upload date:
- Size: 85.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54cca1a88be187fbd69c584887cf4c6eb8d5cf516e2cc5e39043f4791816082b
|
|
| MD5 |
5f29b139f0c93995a8f46d36cd8082cf
|
|
| BLAKE2b-256 |
0ff89005c3a2accbeef2e647f88c7dcc1f1d320ddf40a455751e57301de478bd
|
File details
Details for the file ovos_workshop-8.2.0a1-py3-none-any.whl.
File metadata
- Download URL: ovos_workshop-8.2.0a1-py3-none-any.whl
- Upload date:
- Size: 98.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
296aa0e556c151604dc8ce7cbac1d8f6ce94a934e46dd7fec973b80042342d2f
|
|
| MD5 |
77dd66e858ba283d12e8f15bc24662a9
|
|
| BLAKE2b-256 |
611c66f6374799d3633a6125091d38ee4e6d7a76d1c72996c800fa34b3197540
|