A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
This demonstration showcases an AI assistant designed for gas station pricing analysts.
This demonstration showcases an AI assistant designed for gas station pricing analysts. The assistant can gather and analyze data from diverse sources, such as weather patterns, traffic conditions, historical pricing strategies, and competitor actions. By leveraging this information, analysts can significantly accelerate the process of estimating pricing updates and uncover valuable insights that may inform decision-making.
Near realtime data sources are queried on demand through Bedrock Flows. Bedrock Flows enables analysts to ask for fuel price estimates using several data sources from dynamodb or potentially other sources or vendor APIs like weather and traffic. With context gathered through this flow, a prompt is constructed for Amazon Nova Lite v1 via Bedrock to provide a fuel price estimate and supporting evidence. Anthropic Claude Haiku v3 is also utilized in generating a response to results retrieved from the Bedrock Knowledge Base.

The RAG knowledge base leverages the Knowledge Bases for Amazon Bedrock and its metadata filter feature, allowing for more granular search on pricing data based on metadata like location and other relevant attributes. This knowledge base stores and organizes the ingested strategy data in a way that supports efficient retrieval and generation of information based on the RAG model, while enabling users to slice and dice the data according to their specific needs.
The runtime chatbot is a React-based website that uses a WebSocket API and a Lambda function architecture. The conversation history is stored in DynamoDB. The Lambda function uses the Amazon Bedrock Converse API to reason and retrieve relevant documents from the knowledge base, providing the final answer to users in training scenarios for fuel pricing analysts.

The demo script, use case, and persona is provided here: Demo Script
us-east-1. Please choose either of them to proceed.AWS_DEFAULT_REGION to us-east-1 region following the CDK cli guide.
export AWS_DEFAULT_REGION=us-east-1
cd cdk-stacks
npm install
cdk bootstrap
aws ecr-public get-login-password --region us-east-1 | docker login --username AWS --password-stdin public.ecr.aws
cdk synth
cdk deploy --all --require-approval never --parameters EnergyPricingAssistantAgentStack
Sync Bedrock Knowledgebase
a. Open AWS Bedrock console. Knowledge base -> EnergyPricingAssistant.
b. Click sync

Trigger the data simulation for initial use:
a. Open AWS Lambda console. Find the Lambda function that looks like this EnergyPricingAssistantAge-StationDataGenerator27AA-KtrEwaUxCFzT
b. Click on Test to trigger the data generation. This takes 3-5 minutes. You will need to do this twice

Run the following commands to destroy all Stacks.
cdk destroy --all
Enter y upon the prompt to destroy each Stack.
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba