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

External tool fix #780

Merged
merged 6 commits into from
Jul 18, 2023
Merged

External tool fix #780

merged 6 commits into from
Jul 18, 2023

Conversation

luciferlinx101
Copy link
Collaborator

@luciferlinx101 luciferlinx101 commented Jul 17, 2023

Description

External tool fix

Related Issues

External tool fix
#721
#775 (comment)

Solution and Design

Docker Celery installation was not there hence during runtime it gave no module error.

Test Plan

Adding new tool will not give no module found error.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@codecov
Copy link

codecov bot commented Jul 17, 2023

Codecov Report

Patch coverage: 66.66% and project coverage change: -0.08 ⚠️

Comparison is base (4aa7158) 58.77% compared to head (c03d14b) 58.70%.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #780      +/-   ##
==========================================
- Coverage   58.77%   58.70%   -0.08%     
==========================================
  Files         156      156              
  Lines        6380     6383       +3     
  Branches      656      656              
==========================================
- Hits         3750     3747       -3     
- Misses       2476     2482       +6     
  Partials      154      154              
Impacted Files Coverage Δ
superagi/jobs/agent_executor.py 33.79% <0.00%> (-0.97%) ⬇️
superagi/models/configuration.py 75.00% <0.00%> (ø)
superagi/apm/analytics_helper.py 100.00% <100.00%> (ø)
superagi/apm/tools_handler.py 100.00% <100.00%> (ø)
superagi/controllers/analytics.py 65.90% <100.00%> (ø)

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

@TransformerOptimus TransformerOptimus merged commit 4a6e579 into dev Jul 18, 2023
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.

2 participants