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

fix(agent): Disable profile generator -> speed up agent setup #7121

Merged

remove budget stuff from prompt strategy

305d9cf
Select commit
Loading
Failed to load commit list.
Merged

fix(agent): Disable profile generator -> speed up agent setup #7121

remove budget stuff from prompt strategy
305d9cf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 31, 2024 in 0s

41.99% (+2.24%) compared to f107ff8

View this Pull Request on Codecov

41.99% (+2.24%) compared to f107ff8

Details

Codecov Report

Attention: Patch coverage is 50.00000% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 41.99%. Comparing base (f107ff8) to head (305d9cf).
Report is 1 commits behind head on master.

Files Patch % Lines
autogpt/autogpt/app/main.py 20.00% 4 Missing ⚠️
autogpt/autogpt/app/agent_protocol_server.py 0.00% 2 Missing ⚠️
autogpt/autogpt/agent_factory/configurators.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #7121      +/-   ##
==========================================
+ Coverage   39.75%   41.99%   +2.24%     
==========================================
  Files         104       81      -23     
  Lines        6756     4812    -1944     
  Branches     1000      668     -332     
==========================================
- Hits         2686     2021     -665     
+ Misses       3962     2697    -1265     
+ Partials      108       94      -14     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.