AutoGPT
AutoGPT copied to clipboard
Update agent_manager.py
Changes
Update message_agent to return a list of current agents if a keyError is thrown.
Documentation
Extends message_agent to return the current list of agents as a hint to the AI
Test Plan
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 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
Deploy Preview for auto-gpt-docs ready!
Name | Link |
---|---|
Latest commit | b525cf4c3344c6a21a8a4edcab648637b058958c |
Latest deploy log | https://app.netlify.com/sites/auto-gpt-docs/deploys/648b8ef69c26830008a7131e |
Deploy Preview | https://deploy-preview-1980--auto-gpt-docs.netlify.app/ |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged.
Codecov Report
Patch coverage: 71.42
% and project coverage change: +0.96
:tada:
Comparison is base (
a30e5a8
) 70.31% compared to head (b525cf4
) 71.28%.
Additional details and impacted files
@@ Coverage Diff @@
## master #1980 +/- ##
==========================================
+ Coverage 70.31% 71.28% +0.96%
==========================================
Files 71 68 -3
Lines 3504 3322 -182
Branches 561 529 -32
==========================================
- Hits 2464 2368 -96
+ Misses 868 792 -76
+ Partials 172 162 -10
Impacted Files | Coverage Ξ | |
---|---|---|
autogpt/main.py | 22.07% <ΓΈ> (ΓΈ) |
|
autogpt/agent/agent_manager.py | 48.61% <50.00%> (-0.67%) |
:arrow_down: |
autogpt/agent/agent.py | 58.90% <100.00%> (+0.08%) |
:arrow_up: |
autogpt/app.py | 36.95% <100.00%> (-18.48%) |
:arrow_down: |
autogpt/llm/chat.py | 65.33% <100.00%> (ΓΈ) |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.
Hi there! The AgentManager
hasn't been in use for a few weeks β disabled because it had more issues than added value β and was just removed by #4900. As such, this PR can't be merged anymore. Still, thanks for submitting! And sorry we didn't get to it earlier.
We'll add back support for sub-agents in the near future, but this time they will be fully-featured agents instead of simple sub-chats. :)