Skip to content

Commit 1419426

Browse files
aurbacUriel Ramirez
andauthored
Agent instructions and UI updates (#143)
* Readme descriptions and DAS data validations. * Readme descriptions and DAS data validations. * Readme descriptions and DAS data validations. * DAS - Answer details and readme updates * DAS - Answer details and readme updates * DAS - Answer details and readme updates * Chart generation prompt improvement * Line correction to update python version in lambda function * AWS SDK update, chart fix and front-end optimization * Chart fix and front-end optimization * Readme updates * Fix chart render calculation * Markdown format update * Markdown format update * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * Add agent creation with SAM, update Lambda tooling, and improve README documentation * README and markdown style updates * README and markdown style updates * Agent instructions and UI updates * Agent instructions and UI updates --------- Co-authored-by: Uriel Ramirez <beralfon@amazon.com>
1 parent 9618bb0 commit 1419426

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+858
-262
lines changed

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The **user interaction workflow** operates as follows:
6969
The deployment consists of two main steps:
7070

7171
1. **Generative AI Application** - [Data Source and Amazon Bedrock Agent Deployment with AWS SAM](./sam-bedrock-video-games-sales-assistant/)
72-
2. **Front-End Implementation** - [Integrating Amazon Bedrock Agent with a Ready-to-Use Data Analyst Assistant Application](./amplify-video-games-sales-assistant-sample/)
72+
2. **Front-End Implementation** - [Integrating Amazon Bedrock Agent with a Ready-to-Use Data Analyst Assistant Application](./amplify-video-games-sales-assistant-bedrock-agent/)
7373

7474
> [!NOTE]
7575
> *It is recommended to use the Oregon (us-west-2) or N. Virginia (us-east-1) regions to deploy the application.*

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/.gitignore renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/.gitignore

File renamed without changes.

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/README.md renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install react-scripts
2828

2929
## Set Up the Front-End Application
3030

31-
Navigate to the React application folder (amplify-video-games-sales-assistant-sample/) and install the Reac application dependencies:
31+
Navigate to the React application folder (amplify-video-games-sales-assistant-bedrock-agent/) and install the Reac application dependencies:
3232

3333
``` bash
3434
npm install
@@ -122,7 +122,7 @@ Try these sample questions to test the assistant:
122122
- Give me the top 3 video games with the best reviews and the best sales.
123123
- Which is the year with the highest number of games released?
124124
- Which are the most popular consoles and why?
125-
- Give me a short summary and conclusion.
125+
- Give me a short summary and conclusion of our conversation.
126126

127127
> [!TIP]
128128
> 🚀 For production deployment, consider using **[AWS Amplify Hosting](https://aws.amazon.com/amplify/hosting/)** and integrate Amazon Cognito or another identity provider for proper authentication and authorization instead of using IAM user credentials.

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/package.json renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
{
2-
"name": "amplify-video-games-sales-assistant-sample",
2+
"name": "amplify-video-games-sales-assistant-bedrock-agent",
33
"version": "0.1.1",
44
"author": "Uriel Ramirez (beralfon@amazon.com)",
55
"private": true,
66
"dependencies": {
7-
"@aws-amplify/ui-react": "^6.10.0",
87
"@aws-sdk/client-bedrock-agent-runtime": "^3.777.0",
98
"@aws-sdk/client-bedrock-runtime": "^3.785.0",
109
"@aws-sdk/client-dynamodb": "^3.777.0",
@@ -19,13 +18,11 @@
1918
"@testing-library/jest-dom": "^6.6.3",
2019
"@testing-library/react": "^16.2.0",
2120
"@testing-library/user-event": "^13.5.0",
22-
"aws-amplify": "^6.14.1",
2321
"react": "^19.1.0",
2422
"react-apexcharts": "^1.7.0",
2523
"react-dom": "^19.1.0",
2624
"react-markdown": "^10.1.0",
2725
"react-scripts": "5.0.1",
28-
"react-slideshow-image": "^4.3.2",
2926
"rehype-raw": "^7.0.0",
3027
"remark-gfm": "^4.0.1",
3128
"uuid": "^11.1.0",

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/public/favicon.ico renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/public/favicon.ico

File renamed without changes.

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/public/images/AWS_logo_RGB.png renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/public/images/AWS_logo_RGB.png

File renamed without changes.

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/public/images/Arch_Amazon-Bedrock_64.png renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/public/images/Arch_Amazon-Bedrock_64.png

File renamed without changes.

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/public/images/Powered-By_logo-horiz_RGB.png renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/public/images/Powered-By_logo-horiz_RGB.png

File renamed without changes.
Loading

examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-sample/public/images/genai.png renamed to examples/agents_ux/video_games_sales_assistant_with_amazon_bedrock_agents/amplify-video-games-sales-assistant-bedrock-agent/public/images/genai.png

File renamed without changes.

0 commit comments

Comments
 (0)