Skip to content

Commit

Permalink
deprecate ready settings (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Oct 15, 2024
1 parent e29897d commit 94f2348
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions ovos_config/mycroft.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,6 @@
// default to $XDG_DATA_DIRS/$BASE_FOLDER where BASE_FOLDER is read from ovos.conf (default "mycroft")
// "cache_path": "/tmp/mycroft/cache",

# emit mycroft.ready signal when all these conditions are met
# different setups will have different needs
# eg, a server does not care about audio
# pairing -> device is paired
# internet -> device is connected to the internet - NOT IMPLEMENTED
# skills -> skills reported ready
# speech -> stt reported ready
# audio -> audio playback reported ready
# gui -> gui websocket reported ready - NOT IMPLEMENTED
# enclosure -> enclosure/HAL reported ready - NOT IMPLEMENTED
# network_skills -> skills with network requirements
# internet_skills -> skills with internet requirements
"ready_settings": ["skills"],

// To enable a utterance transformer plugin just add it's name with any relevant config
// these plugins can mutate the utterance between STT and the Intent stage
// they may also modify message.context with metadata
Expand Down

0 comments on commit 94f2348

Please sign in to comment.