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
A standalone agent runner that executes tasks using MCP (Model Context Protocol) tools via Anthropic Claude, AWS BedRock and OpenAI APIs. It enables AI agents to run autonomously in cloud environments and interact with various systems securely.
Agentic AI approach connecting 3 agents to do real-time credit score evaluations, interest rate calculation based on payment history, and auto-generation of letter of decisions
This repository contains notes and key concepts from the "Generative AI Application using Amazon Bedrock" course provided by AWS Skill Builder. It also includes theoretical overviews of the AWS services used in generative AI application development.
Use Python and the Strands library to create very low-code agents that interact with AWS Bedrock models and services. I'll also use the built-in Strands tools to give the agent more capabilities to: make HTTP calls, lookup the current time, and invoke the AWS CLI
You’ll explore foundational AI concepts and then dive deep into building real-world GenAI applications. From there, the book guides you into the realm of Agentic AI, detailing how to design intelligent agents capable of perception, reasoning, planning, decision-making, and dynamic collaboration.