NeonGeckoCom / neon-transformers

text and audio plugins for neon/ovos/mycroft
Other
0 stars 2 forks source link

feat/metadata_transformers #9

Closed NeonJarbas closed 2 years ago

NeonJarbas commented 2 years ago

add a basic metadata task, intended for transformers that parse all existing context right before intent stage

this can be used to unify metadata into a common format, to interact with databases for user id and preferences etc

eg, a transformer version of https://github.com/NeonGeckoCom/NeonCore/pull/24 and https://github.com/NeonGeckoCom/NeonCore/pull/25 would be possible

the intended usage is AFTER the other transformers, a metadata transformer could for example require a audio transformer for speaker identification

needs https://github.com/OpenVoiceOS/OVOS-plugin-manager/pull/64