You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restructure infrastructure samples: rename to 04-infrastructure-as-code and organize CloudFormation templates
- Rename 04-cfn-samples to 04-infrastructure-as-code
- Create cloudformation subfolder for better organization
- Rename weather-agent-runtime to end-to-end-weather-agent
- Rename weather agent template.yaml to end-to-end-weather-agent.yaml
- Update all documentation and scripts to reflect new structure
- Update main README with new paths and folder structure
- All Python files pass ruff formatting checks
Copy file name to clipboardExpand all lines: 04-infrastructure-as-code/cloudformation/end-to-end-weather-agent/README.md
+27-62Lines changed: 27 additions & 62 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
-
# Weather-Based Activity Planning Agent
2
-
ded in this repository are for experimental and educational purposes only. They demonstrate concepts and techniques but are not intended for direct use in production environments.
1
+
# End-to-End Weather Agent with Tools and Memory
3
2
4
3
This CloudFormation template deploys a complete, production-ready Amazon Bedrock AgentCore Runtime with a sophisticated weather-based activity planning agent. This demonstrates the full power of AgentCore by integrating Browser tool, Code Interpreter, Memory, and S3 storage in a single deployment.
5
4
@@ -52,62 +51,30 @@ The Weather Activity Planner agent can:
0 commit comments