NeonGeckoCom / NeonCore

Neon Core extends Mycroft core with more modular code, extended multi-user support, and more.
Other
52 stars 42 forks source link

Remove MycroftSkill class patching #629

Closed NeonDaniel closed 3 months ago

NeonDaniel commented 3 months ago

Description

Deprecates patching of ovos_workshop modules now that those implement OVOSSkill directly Marks mycroft namespace patching as deprecated by ovos-core 0.0.8 which will already reference OVOSSkill in those places

Issues

Other Notes

This will need some amount of manual validation against an OVOSSkill (and possibly MycroftSkill). The HomeAssistant skill is included by default and can be used to validate this change.