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

Adding fixes for new plugin template #189

Merged

Conversation

lc0rp
Copy link
Contributor

@lc0rp lc0rp commented Jun 1, 2023

Fixes #184
Fixes #187

The new template added some abstract methods that each plugin should implement. This adds those methods to the core plugins.

@lc0rp lc0rp requested a review from riensen as a code owner June 1, 2023 20:32
@codecov
Copy link

codecov bot commented Jun 1, 2023

Codecov Report

Patch coverage: 39.65% and project coverage change: -1.32 ⚠️

Comparison is base (7897925) 56.97% compared to head (a8726f4) 55.65%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #189      +/-   ##
==========================================
- Coverage   56.97%   55.65%   -1.32%     
==========================================
  Files          36       36              
  Lines        2180     2325     +145     
  Branches      233      233              
==========================================
+ Hits         1242     1294      +52     
- Misses        916     1009      +93     
  Partials       22       22              
Impacted Files Coverage Δ
src/autogpt_plugins/email/__init__.py 0.00% <0.00%> (ø)
src/autogpt_plugins/planner/__init__.py 0.00% <0.00%> (ø)
src/autogpt_plugins/telegram/__init__.py 0.00% <0.00%> (ø)
src/autogpt_plugins/twitter/__init__.py 0.00% <0.00%> (ø)
src/autogpt_plugins/wikipedia_search/__init__.py 0.00% <0.00%> (ø)
src/autogpt_plugins/api_tools/__init__.py 60.34% <46.15%> (+6.64%) ⬆️
src/autogpt_plugins/baidu_search/__init__.py 61.11% <50.00%> (-1.80%) ⬇️
src/autogpt_plugins/bing_search/__init__.py 60.81% <50.00%> (-2.10%) ⬇️
src/autogpt_plugins/bluesky/__init__.py 49.27% <50.00%> (+0.15%) ⬆️
src/autogpt_plugins/news_search/__init__.py 50.68% <50.00%> (-0.14%) ⬇️
... and 13 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ntindle ntindle merged commit 9c15850 into Significant-Gravitas:master Jun 1, 2023
3 of 5 checks passed
@lc0rp lc0rp deleted the fix-for-new-plugin-template branch June 2, 2023 02:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AutoGPTApiTools causes error after install plugins Plugins getting TypeError after update to AutoGPT 0.3.1
2 participants