-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Feat] Exploring AgentDelegation through Supervisor Agent #4449
Draft
AlexCuadron
wants to merge
59
commits into
All-Hands-AI:main
Choose a base branch
from
AlexCuadron:supervisoragent
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 2 commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
76cdcd1
Updated tests
AlexCuadron 3beaf5c
chore(deps): bump litellm from 1.49.3 to 1.49.4 (#4406)
dependabot[bot] c8db8aa
chore(deps-dev): bump llama-index from 0.11.17 to 0.11.18 (#4408)
dependabot[bot] 308dc62
chore(deps): bump modal from 0.64.181 to 0.64.182 (#4407)
dependabot[bot] 158a923
refactor: move get_pairs from memory to shared utils (#4411)
xingyaoww b6a9163
Fix eval output path in case of @ char (#4416)
mamoodi 8ba531a
Fix for lockup - create the runtime in a background thread (#4412)
tofarr 87f6870
Merge remote-tracking branch 'upstream/main'
AlexCuadron 6037e20
Merge remote-tracking branch 'upstream/main'
AlexCuadron 0c5de4c
Merge remote-tracking branch 'upstream/main'
AlexCuadron 79cb41a
Initial Commit for the Supervisor Agent
AlexCuadron 12798fd
Added support to specify the platform on which the image should be bu…
AlexCuadron ef3646f
Merge remote-tracking branch 'upstream/main'
AlexCuadron 7a9975d
Merge branch 'main' into supervisoragent
AlexCuadron cd4ff77
Merge branch 'main' into supervisoragent
AlexCuadron 18bdb56
Merge remote-tracking branch 'upstream/main'
AlexCuadron b2db9e1
Merge branch 'main' into supervisoragent
AlexCuadron 5ddcd60
Merge remote-tracking branch 'upstream/main' into supervisoragent
AlexCuadron 7ca0de6
Merge remote-tracking branch 'upstream/main'
AlexCuadron 31a18ba
Merge branch 'main' into supervisoragent
AlexCuadron 5a76cc8
Merge remote-tracking branch 'upstream/main'
AlexCuadron cd7cac1
Merge branch 'main' into supervisoragent
AlexCuadron 640f769
enables codeactagent delegation
AlexCuadron d5d44e2
hacky way to enable different LLMs
AlexCuadron f1d317c
Some progress
AlexCuadron 4a7ef31
Merge remote-tracking branch 'upstream/main'
AlexCuadron 74b7d04
Merge branch 'main' into supervisoragent
AlexCuadron 32c69af
Merge remote-tracking branch 'upstream/main'
AlexCuadron 047846e
Merge branch 'main' into supervisoragent
AlexCuadron bf8b4c0
Merge remote-tracking branch 'upstream/main'
AlexCuadron 6741b81
Merge branch 'main' into supervisoragent
AlexCuadron e284c95
Merge remote-tracking branch 'upstream/main'
AlexCuadron a749a4c
Merge branch 'main' into supervisoragent
AlexCuadron 04c56c6
fix
AlexCuadron 619bbf1
Merge remote-tracking branch 'upstream/main'
AlexCuadron 10c8f0c
Merge branch 'main' into supervisoragent
AlexCuadron 65ec945
Merge remote-tracking branch 'upstream/main'
AlexCuadron d1151b8
Merge branch 'main' into supervisoragent
AlexCuadron 399f19e
MAS
AlexCuadron d644f45
Merge remote-tracking branch 'upstream/main'
AlexCuadron 500112a
merge
AlexCuadron ec94128
Merge remote-tracking branch 'upstream/main'
AlexCuadron f5e8820
merge
AlexCuadron 7ad4bc0
Merge remote-tracking branch 'upstream/main'
AlexCuadron dbd7ad4
Merge branch 'main' into SupervisorAgent
AlexCuadron a9e346a
first try
AlexCuadron 413caa6
attempt
AlexCuadron 6a61134
o1 -> sonnet -> o1 -> sonnet
AlexCuadron cf1321f
thinking claude
AlexCuadron fa822b0
Merge remote-tracking branch 'upstream/main'
AlexCuadron 7c0f566
merge main
AlexCuadron 098013c
Merge branch 'main' into supervisoragent
AlexCuadron c8080a0
Merge remote-tracking branch 'upstream/main'
AlexCuadron cc295fb
Merge branch 'main' into supervisoragent
AlexCuadron 9041e23
Merge branch 'main' into supervisoragent
AlexCuadron 17a6708
Merge remote-tracking branch 'upstream/main'
AlexCuadron 9b7d840
Merge branch 'main' into supervisoragent
AlexCuadron e43a93e
Merge remote-tracking branch 'upstream/main'
AlexCuadron cabb7cb
merge main
AlexCuadron File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ | |
codeact_agent, | ||
delegator_agent, | ||
dummy_agent, | ||
planner_agent, | ||
supervisor_agent, | ||
) | ||
|
||
__all__ = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge issue? 😅
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch & so fast! I'm impressed hahaha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, the system should be done by ~15th Jan. Ill ping you directly when that happens if you are interested ^^
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely, thank you!