Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat/pipeline #336

Merged
merged 5 commits into from
Aug 7, 2023
Merged

feat/pipeline #336

merged 5 commits into from
Aug 7, 2023

Conversation

JarbasAl
Copy link
Member

configurable intent stage

@JarbasAl JarbasAl added the enhancement New feature or request label Jul 14, 2023
@codecov
Copy link

codecov bot commented Jul 14, 2023

Codecov Report

Merging #336 (73613e5) into dev (6ceb058) will decrease coverage by 0.94%.
Report is 400 commits behind head on dev.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev     #336      +/-   ##
==========================================
- Coverage   50.35%   49.41%   -0.94%     
==========================================
  Files         119       12     -107     
  Lines       10077     1623    -8454     
==========================================
- Hits         5074      802    -4272     
+ Misses       5003      821    -4182     

see 94 files with indirect coverage changes

@@ -199,6 +223,38 @@ def disambiguate_lang(message):

return default_lang

def get_pipeline(self, skip_converse=False, skip_fallback=False):
# Create matchers
# TODO - from plugins
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will solve this TODO in #310

for now just want to make it configurable to clean up padatious/padacioso and allow more control for users

@JarbasAl JarbasAl marked this pull request as ready for review July 14, 2023 16:46
@JarbasAl JarbasAl requested review from forslund, NeonDaniel and a team July 14, 2023 16:46
JarbasAl added a commit to OpenVoiceOS/ovos-config that referenced this pull request Aug 7, 2023
- pipeline settings from OpenVoiceOS/ovos-core#336
- default to padatious again
- homescreen enabled by default in GUI
- mycroft-gui added to native sources (audio)
Copy link

@forslund forslund left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of minor nit-picks and things that confused me :)

ovos_core/intent_services/__init__.py Outdated Show resolved Hide resolved
ovos_core/intent_services/__init__.py Outdated Show resolved Hide resolved
ovos_core/intent_services/converse_service.py Outdated Show resolved Hide resolved
@JarbasAl
Copy link
Member Author

JarbasAl commented Aug 7, 2023

@@ -6,13 +6,13 @@ combo-lock>=0.2.2, <0.3
padacioso~=0.2, >=0.2.1a8
adapt-parser>=1.0.0, <2.0.0

ovos_bus_client<0.1.0, >=0.0.5
ovos_bus_client<0.0.6a1, >=0.0.5
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO OpenVoiceOS/ovos-bus-client@6eb7c56 introduced some issue where unittests hang forever test/unittests/skills/test_event_container.py .... [ 34%]

@JarbasAl JarbasAl merged commit 29d5359 into dev Aug 7, 2023
10 of 11 checks passed
@JarbasAl JarbasAl deleted the feat/pipeline branch August 7, 2023 20:40
@JarbasAl JarbasAl mentioned this pull request Sep 29, 2023
36 tasks
@JarbasAl JarbasAl added this to the 0.0.8 milestone Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants