feat: add A2A multi-agent graph router research assistant sample#1162
Open
johngiles12345 wants to merge 3 commits intoawslabs:mainfrom
Open
feat: add A2A multi-agent graph router research assistant sample#1162johngiles12345 wants to merge 3 commits intoawslabs:mainfrom
johngiles12345 wants to merge 3 commits intoawslabs:mainfrom
Conversation
added 3 commits
March 22, 2026 05:53
Router-supervisor pattern using Strands Agents GraphBuilder with conditional edges, parallel dispatch, and AND-join semantics. Supports local demo and distributed deployment to AgentCore.
Remove aws-opentelemetry-distro from requirements.txt to fix AgentCore runtime initialization exceeding the 30s timeout. Pin chardet<6 to suppress RequestsDependencyWarning from requests library.
Replace internal GitLab clone URL with the public awslabs GitHub repository path in the setup instructions.
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
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.
Summary
GraphBuilderwith conditional edges, parallel dispatch, and AND-join semanticsArchitecture
Key patterns demonstrated
bedrock-agentcore-starter-toolkitPython SDK (no CDK/CloudFormation)Test plan
uv run python -m demo.run_demo --prompt "Research the impact of AI on healthcare and analyze the trends"runs successfullyuv run python -m demo.run_demo --prompt "What are the latest developments in quantum computing?"(research-only path)uv run python -m demo.run_demo --prompt "Write a brief summary of cloud computing"(writer-only path)uv run python -m deployment.deployuv run python -m deployment.cleanup