If next_action_count > 0, display next_action_count when "Thinking..."
Background
When setting a large number of continuous actions at the prompt (y -n), it would be nice to know how many actions remain between command runs.
Changes
Added showing remaining next_action_count next to Thinking... in between command runs.
Documentation
This doesn't change behavior and just surfaces already implemented behavior.
Test Plan
This doesn't change behavior and just surfaces already implemented behavior.
PR Quality Checklist
- [x] My pull request is atomic and focuses on a single change.
- [x] I have thoroughly tested my changes with multiple different prompts.
- [x] I have considered potential risks and mitigations for my changes.
- [x] I have documented my changes clearly and comprehensively.
- [x] I have not snuck in any "extra" small tweaks changes
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly.
Codecov Report
Patch coverage has no change and project coverage change: -11.89 :warning:
Comparison is base (
29284a5) 49.52% compared to head (59c734b) 37.64%.
:exclamation: Current head 59c734b differs from pull request most recent head 986a26e. Consider uploading reports for the commit 986a26e to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## master #2939 +/- ##
===========================================
- Coverage 49.52% 37.64% -11.89%
===========================================
Files 64 60 -4
Lines 2946 2856 -90
Branches 497 472 -25
===========================================
- Hits 1459 1075 -384
- Misses 1365 1719 +354
+ Partials 122 62 -60
| Impacted Files | Coverage Δ | |
|---|---|---|
| autogpt/agent/agent.py | 12.74% <0.00%> (-32.39%) |
:arrow_down: |
... and 40 files with indirect coverage changes
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This is a mass message from the AutoGPT core team. Our apologies for the ongoing delay in processing PRs. This is because we are re-architecting the AutoGPT core!
For more details (and for infor on joining our Discord), please refer to: https://github.com/Significant-Gravitas/Auto-GPT/wiki/Architecting
I seem to recall something like this having been implemented/committed recently ? Is this still current ?
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.