Portal hopping
The problem
Comparing rates and checking tracking meant bouncing between carrier sites, spreadsheets, and email.
What I did
Put a single conversational entry point in front of the agent so questions are asked in plain language.
Case study
Streamlit frontend wired to an AWS Bedrock Agent for conversational shipping and logistics assistance.
Logistics teams jump between carrier websites, spreadsheets, and email threads to compare rates and check tracking status. There was no unified conversational entry point that could surface relevant data on demand.
By wrapping AWS Bedrock Agents in a Streamlit chat interface, this tool lets operators ask shipping questions in plain language and receive structured responses — replacing manual portal hopping with a single conversational workflow.
A Python + Streamlit web app that connects directly to a deployed AWS Bedrock Agent. Users describe shipping needs in natural language and the agent responds with rate guidance, tracking context, or operational recommendations. Pre-built quick-action buttons handle common shipping queries without typing.
A Python Streamlit chat app calls a deployed AWS Bedrock Agent through boto3 with IAM-scoped invocation. All AWS credentials, the region, and agent/alias IDs load from environment variables, and quick-action buttons send common shipping requests without typing.
The problem
Comparing rates and checking tracking meant bouncing between carrier sites, spreadsheets, and email.
What I did
Put a single conversational entry point in front of the agent so questions are asked in plain language.
The problem
Agent tools tend to end up with keys pasted into code.
What I did
Loaded every secret from the environment and scoped invocation through IAM.
Bedrock Agent integration
Streamlit chat app connected to AWS Bedrock Agent via boto3 with IAM-scoped invocation.
Quick actions & UI
Pre-built action buttons and clean chat interface implemented.
Carrier coverage expansion
Broader logistics tool integrations and tracking provider coverage still being added.
Observability & error tracing
Full production traceability and fallback handling on the roadmap.