feat(02-samples): add SRE incident response multi-agent sample#228
Open
ajha8 wants to merge 4 commits intostrands-agents:mainfrom
Open
feat(02-samples): add SRE incident response multi-agent sample#228ajha8 wants to merge 4 commits intostrands-agents:mainfrom
ajha8 wants to merge 4 commits intostrands-agents:mainfrom
Conversation
Author
|
@manoj-selvakumar5 @yonib05 could you please initiate workflow and review changes? |
|
Latest scan for commit: ✅ Security Scan Report (PR Files Only)Scanned Files
Security Scan Results
Threshold: High No security issues detected in your changes. Great job! This scan only covers files changed in this PR. |
Author
|
@mvangara10 could you please review my changes? |
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
This is a proactive contribution adding a missing SRE/DevOps use case. No existing issue tracks this gap.
This PR adds a new sample to
02-samples/demonstrating a multi-agent SRE(Site Reliability Engineering) incident response workflow built with the
Strands Agents SDK.
Why this sample?
After reviewing the existing samples, there is no example that covers:
octoo)This fills a genuine gap and is relevant to thousands of DevOps/SRE engineers
who run workloads on AWS with Kubernetes or OpenShift.
What this adds
Strands SDK concepts demonstrated
@tooldecoratorsupervisor_agentdelegates to 3 specialist sub-agentsBedrockModelagents=[...]parameterDRY_RUN=trueAgent architecture
Testing
All 12 tests pass without AWS credentials (mocked boto3).
Checklist
DRY_RUN=true(no AWS credentials needed for remediation)@tooldocstrings are clear and LLM-friendlyREADME.mdincludes prerequisites, setup, usage, IAM policy, and extension ideas.env.exampleprovidedrequirements.txtprovidedRelated
kubectl→ocin the remediation toolsBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.