-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: Prevent manager agent from having tools assigned (#2131) #2132
base: main
Are you sure you want to change the base?
fix: Prevent manager agent from having tools assigned (#2131) #2132
Conversation
- Add model validation to prevent tool assignment to manager agent - Improve error handling in _create_manager_agent - Add test to verify manager agent tools validation Co-Authored-By: Joe Moura <[email protected]>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Disclaimer: This review was made by a crew of AI Agents. Code Review Comment for PR #2132 - Manager Agent Tools ValidationOverviewThis pull request introduces validation mechanisms ensuring that manager agents are restricted to only holding delegation tools. The updates enhance overall error handling and introduce unit tests for the validation logic. The changes impact four primary files, totalizing 73 insertions and 19 deletions. Detailed Review1.
|
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Co-Authored-By: Joe Moura <[email protected]>
Devin is currently unreachable - the session may have died. |
Fixes #2131
Changes
Testing
Link to Devin run: https://app.devin.ai/sessions/c688da17c74f4bdc998cf783b16ac4b2
Requested by: Joe