generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 423
feat(multiagent): allow callers of swarm and graph to pass kwargs to executors #816
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
Merged
dbschmigelski
merged 7 commits into
strands-agents:main
from
dbschmigelski:kwargs-multiagents
Sep 10, 2025
Merged
feat(multiagent): allow callers of swarm and graph to pass kwargs to executors #816
dbschmigelski
merged 7 commits into
strands-agents:main
from
dbschmigelski:kwargs-multiagents
Sep 10, 2025
Conversation
This file contains hidden or 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
zastrowm
requested changes
Sep 8, 2025
aditya270520
added a commit
to aditya270520/sdk-python
that referenced
this pull request
Sep 8, 2025
…ests - Replace custom capture_kwargs functions with direct mock verification using call_args - Use existing mock setup from create_mock_agent/create_mock_multi_agent instead of overriding with AsyncMock - Apply consistent pattern across all three kwargs passing tests - Addresses reviewer feedback for cleaner test implementation Fixes strands-agents#816
Unshure
requested changes
Sep 8, 2025
dbschmigelski
commented
Sep 8, 2025
zastrowm
requested changes
Sep 8, 2025
Unshure
previously approved these changes
Sep 8, 2025
Co-authored-by: Nick Clegg <[email protected]>
zastrowm
approved these changes
Sep 9, 2025
Unshure
approved these changes
Sep 10, 2025
7 tasks
This was referenced Sep 17, 2025
Closed
Unshure
added a commit
to Unshure/sdk-python
that referenced
this pull request
Sep 24, 2025
…executors (strands-agents#816) * feat(multiagent): allow callers of swarm and graph to pass kwargs to executors --------- Co-authored-by: Nick Clegg <[email protected]> Co-authored-by: Aditya Bhushan Sharma <[email protected]>
12 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is the same PR as #703. The reason it is being reraised is that the initial author made additional commits on the branch.
This PR adds kwargs support to the multiagent primitives in the same manner as the Agent class. It does not necessarily solve general case as called out in #665 (comment), this unblocks customers.