forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #581 from OpenVoiceOS/release-0.2.6a1
Release 0.2.6a1
- Loading branch information
Showing
36 changed files
with
683 additions
and
1,302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
from ovos_core.intent_services import AdaptService,\ | ||
ConverseService, \ | ||
CommonQAService, \ | ||
FallbackService, \ | ||
PadaciosoService | ||
from ovos_core.intent_services import IntentMatch | ||
from mycroft.skills.intent_services.adapt_service import AdaptIntent, IntentBuilder, Intent | ||
from ovos_core.intent_services.fallback_service import FallbackService | ||
from ovos_core.intent_services.converse_service import ConverseService | ||
from ovos_adapt.opm import AdaptPipeline as AdaptService | ||
from padacioso.opm import PadaciosoPipeline as PadaciosoService | ||
from ovos_commonqa.opm import CommonQAService | ||
from ovos_plugin_manager.templates.pipeline import IntentMatch | ||
from ovos_workshop.intents import Intent as AdaptIntent, IntentBuilder, Intent | ||
|
||
try: | ||
from ovos_core.intent_services.padatious_service import PadatiousService, PadatiousMatcher | ||
from ovos_padatious.opm import PadatiousPipeline as PadatiousService, PadatiousMatcher | ||
except ImportError: | ||
from ovos_utils.log import LOG | ||
LOG.warning("padatious not installed") | ||
from ovos_core.intent_services.padacioso_service import PadaciosoService as PadatiousService | ||
from padacioso.opm import PadaciosoPipeline as PadatiousService |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
from ovos_core.intent_services.commonqa_service import CommonQAService | ||
from ovos_commonqa.opm import CommonQAService | ||
EXTENSION_TIME = 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.