AutoGPT icon indicating copy to clipboard operation
AutoGPT copied to clipboard

Update agent_manager.py

Open alexonab opened this issue 1 year ago β€’ 1 comments

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

alexonab avatar Apr 16 '23 18:04 alexonab

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

p-i- avatar May 05 '23 00:05 p-i-

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Jun 15 '23 22:06 netlify[bot]

You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged.

Auto-GPT-Bot avatar Jun 15 '23 22:06 Auto-GPT-Bot

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%> (ΓΈ)

... and 2 files with indirect coverage changes

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

codecov[bot] avatar Jun 15 '23 22:06 codecov[bot]

This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request.

github-actions[bot] avatar Jul 08 '23 21:07 github-actions[bot]

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. :)

Pwuts avatar Jul 08 '23 22:07 Pwuts