From 19309f0a667c8f7d4ca8b58533dfdd5f01a6d9fc Mon Sep 17 00:00:00 2001 From: Madhu Nunna Date: Thu, 5 Mar 2026 13:35:46 -0800 Subject: [PATCH] fix: remove redundant path prefix in use-case-examples README links All links had a spurious 'use-case-examples/' prefix causing them to resolve to non-existent paths. Removed the prefix so links correctly point to subdirectories relative to the README location. Fixes #609 --- .../use-case-examples/README.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/agents-and-function-calling/bedrock-agents/use-case-examples/README.md b/agents-and-function-calling/bedrock-agents/use-case-examples/README.md index 1be28906a..ed4f5eb97 100644 --- a/agents-and-function-calling/bedrock-agents/use-case-examples/README.md +++ b/agents-and-function-calling/bedrock-agents/use-case-examples/README.md @@ -2,15 +2,15 @@ In this folder we provide you example implementations for the common [Amazon Bedrock Agents](https://aws.amazon.com/bedrock/agents/) use cases: -1. [Retail Agent with Bedrock Agents](use-case-examples/agentsforbedrock-retailagent/README.md) - Agent designed to help with retail transactions -1. [AI Powered Assistant for Investment Research](use-case-examples/ai-powered-assistant-for-investment-research/README.md) - Example agent combining multiple services to create the end-to-end customer experience in the Investment Research industry -1. [Cost Explorer Agent](use-case-examples/cost-explorer-agent/README.md) - Agent that connects with AWS Cost Explorer data to support users optimizing AWS's costs -1. [Customer Relationship Management Agent](use-case-examples/customer-relationship-management-agent/README.md) - Agent designed to help sales employees work with their customers -1. [Fine-grained-access-permission-agent](use-case-examples/fine-grained-access-permissions-agent/README.md) - Example agent using Session Attributes and Amazon Verified Permissions to implement fine-grained access permission to the Agent's action Group -1. [HR Vacation Agent](use-case-examples/hr-assistant/README.md) - Agent to manage employee vacation time -1. [Insurance Claim Lifecycle Automation Agent](use-case-examples/insurance-claim-lifecycle-automation/README.md) - Agent desired to help insurance employees working with claims -1. [Marketing Agent](use-case-examples/marketing-agent/README.md) - Agent that supports enterprises creating marketing material -1. [Product Review Agent](use-case-examples/product-review-agent/README.md) - Alternative Agent implementation that connects to Knowledge Bases via Action groups -1. [Text to SQL Agent](use-case-examples/text-2-sql-agent/README.md) - Agent designed to generate and execute SQL queries using natural language -1. [Text to SQL Agent CDK Enhanced](use-case-examples/text-2-sql-agent-cdk-enhanced/Readme.md) - Agent designed to generate and execute SQL queries using natural language. This repository enhances the original Text to SQL Bedrock Agent with improvement on: using CDK, works with any dataset, works with super large answers. +1. [Retail Agent with Bedrock Agents](agentsforbedrock-retailagent/README.md) - Agent designed to help with retail transactions +1. [AI Powered Assistant for Investment Research](ai-powered-assistant-for-investment-research/README.md) - Example agent combining multiple services to create the end-to-end customer experience in the Investment Research industry +1. [Cost Explorer Agent](cost-explorer-agent/README.md) - Agent that connects with AWS Cost Explorer data to support users optimizing AWS's costs +1. [Customer Relationship Management Agent](customer-relationship-management-agent/README.md) - Agent designed to help sales employees work with their customers +1. [Fine-grained-access-permission-agent](fine-grained-access-permissions-agent/README.md) - Example agent using Session Attributes and Amazon Verified Permissions to implement fine-grained access permission to the Agent's action Group +1. [HR Vacation Agent](hr-assistant/README.md) - Agent to manage employee vacation time +1. [Insurance Claim Lifecycle Automation Agent](insurance-claim-lifecycle-automation/README.md) - Agent desired to help insurance employees working with claims +1. [Marketing Agent](marketing-agent/README.md) - Agent that supports enterprises creating marketing material +1. [Product Review Agent](product-review-agent/README.md) - Alternative Agent implementation that connects to Knowledge Bases via Action groups +1. [Text to SQL Agent](text-2-sql-agent/README.md) - Agent designed to generate and execute SQL queries using natural language +1. [Text to SQL Agent CDK Enhanced](text-2-sql-agent-cdk-enhanced/Readme.md) - Agent designed to generate and execute SQL queries using natural language. This repository enhances the original Text to SQL Bedrock Agent with improvement on: using CDK, works with any dataset, works with super large answers.