Skip to content

Commit

Permalink
Refactor and Deprecate NeonFallbackSkill (#496)
Browse files Browse the repository at this point in the history
* Mark `NeonFallbackSkill` as deprecated
Update `NeonSkill` to directly extend `OVOSSkill` instead of using wrapped reference

* Troubleshooting FallbackSkill init

* More fallback init troubleshooting

* Fix unresolved import

* Fix refactor in `NeonSkill`
Refactor `NeonFallbackSkill` to not extend `NeonSkill` directly

* Update tests to account for FallbackSkill refactor

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Jan 2, 2024
1 parent c557e11 commit 56d3f23
Show file tree
Hide file tree
Showing 4 changed files with 854 additions and 46 deletions.
2 changes: 1 addition & 1 deletion neon_utils/skills/mycroft_skill.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import os.path
import yaml

from threading import Event, Thread
from threading import Event
from typing import Optional
from json_database import JsonStorage
from ovos_bus_client.message import Message
Expand Down
Loading

0 comments on commit 56d3f23

Please sign in to comment.