Skip to main content

Reference implementation of the OVOS formal specifications

Project description

ovos-spec-tools

Reference implementation of the OVOS formal specifications — the low-level, dependency-light primitives those specifications describe.

OVOS components reimplement template expansion, resource loading, and language matching in several places, and the copies drift. This package is the single conformant implementation those components — and any third-party tool — can depend on.

Status

Tool Spec Code
Sentence template expander OVOS-INTENT-1 v2 expansion.py
Locale resource loader OVOS-INTENT-2 resources.py
Dialog renderer OVOS-INTENT-2 §4.2 dialog.py
Prompt renderer OVOS-INTENT-2 §4.4 prompt.py
Language-tag matching OVOS-INTENT-2 §2.2 language.py
ovos-spec-lint locale linter OVOS-INTENT-1 / -2 lint.py

Install

pip install ovos-spec-tools            # core — no dependencies
pip install ovos-spec-tools[langcodes] # adds the smart language fallback

Requires Python 3.8+.

Quick taste

from ovos_spec_tools import (expand, LocaleResources, render, render_prompt,
                             closest_lang)

expand("(turn|switch) [the] light")          # all 4 sentences it denotes
res = LocaleResources("my-skill/locale")
res.load_intent("play", "en-US")             # a skill's intent samples
render(res.load_dialog("weather", "en-US"),  # a spoken response
       slots={"temperature": 21})
render_prompt(res.load_prompt("system", "en-US"),  # a language-model prompt
              slots={"query": "what time is it"})
closest_lang("en-AU", ["pt-BR", "en-US"])    # 'en-US'
ovos-spec-lint my-skill/locale               # validate a locale folder

Documentation

A zero-to-hero guide lives in docs/:

  1. Getting started — install, and a first taste of every tool.
  2. Sentence templates — the grammar: alternatives, optionals, slots, vocabulary references, malformed forms.
  3. Locale resources — the locale/ folder, the six file roles, loading across languages, override precedence.
  4. Dialog — choosing and filling a spoken response, and rendering language-model prompts.
  5. Language matching — tag standardization, distance, and closest-match resolution.
  6. Linting — validating a locale folder, on the CLI or in CI.
  7. API reference — every public name, in brief.

Runnable example scripts are in examples/.

Credits

This package was produced as part of a documentation and interoperability effort for OpenVoiceOS, funded by NLnet's NGI0 Commons Fund under grant agreement No 101135429.

NGI0 / NLnet

License

Apache 2.0

Project details


Download files

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

Source Distribution

ovos_spec_tools-0.1.0a1.tar.gz (34.8 kB view details)

Uploaded Source

Built Distribution

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

ovos_spec_tools-0.1.0a1-py3-none-any.whl (27.7 kB view details)

Uploaded Python 3

File details

Details for the file ovos_spec_tools-0.1.0a1.tar.gz.

File metadata

  • Download URL: ovos_spec_tools-0.1.0a1.tar.gz
  • Upload date:
  • Size: 34.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for ovos_spec_tools-0.1.0a1.tar.gz
Algorithm Hash digest
SHA256 b3783b8115e3e20d57fdc16d33afeb15ef6501b1be7737aeaf6b112ecee0faca
MD5 be49bae1aff089bb885164b598bf1e3b
BLAKE2b-256 29dfa875e51b0442352d5095f8a2a6d165227a92ea0ebd5e95ce5d6252068863

See more details on using hashes here.

File details

Details for the file ovos_spec_tools-0.1.0a1-py3-none-any.whl.

File metadata

File hashes

Hashes for ovos_spec_tools-0.1.0a1-py3-none-any.whl
Algorithm Hash digest
SHA256 8a44296631f5b22941243b073ed3a9fc1587019b10096c25914c048e88e6d8a9
MD5 7c77a293caa6ac45bf5a0125bf903b0e
BLAKE2b-256 f70d3dffeeac864d8e23db23551033bf4c75a9a648d71bd6ddb5bc0d0e4873ba

See more details on using hashes here.

Supported by

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