martinheller@Mac customer-support-agent-with-agentcore % uv run agentcore invoke '{"immediate": "Who am I?"}'
Utilizing bearer token for OAuth authentication
Utilizing JWT authentication
I will lookup your account data utilizing your electronic mail deal with.Hi there! You're **John Doe** (Buyer ID: CUST-001). Your account is registered with the e-mail john@instance.com, and you've got been a member since June 1, 2023. How can I show you how to immediately?
╭──────────────────────────────────────────────────────── supportAgentDemo_Agent ────────────────────────────────────────────────────────╮
│ Session: 74d74b58-aa7d-4b8b-9515-e0931743ce1d │
│ ARN: arn:aws:bedrock-agentcore:us-east-2:577405208411:runtime/supportAgentDemo_Agent-U90VrdH6Rf │
│ Logs: aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --follow │
│ aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --since 1h │
│ GenAI Dashboard: https://console.aws.amazon.com/cloudwatch/house?area=us-east-2#gen-ai-observability/agent-core │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
That really went by way of the Claude mannequin. For those who get an error at this level, you may not have Anthropic permission or any Bedrock Claude quota. Asking for a quota is a matter of filling out an AWS kind and ready a few days. The following question, for an order listing, additionally goes by way of the mannequin.
martinheller@Mac customer-support-agent-with-agentcore % uv run agentcore invoke '{"immediate": "Present me my current orders"}'
Utilizing bearer token for OAuth authentication
Utilizing JWT authentication
I will lookup your current orders for you.Now let me get the total particulars for every of those orders to indicate you what objects have been in them.Listed here are your current orders:
**1. Order ORD-12430** - Ordered Feb 5, 2025 | Delivered Feb 10, 2025
- 4K Monitor (1x) - $399.00
- **Whole: $399.00** | Standing: ✓ Delivered
**2. Order ORD-12420** - Ordered Feb 1, 2025 | Delivered Feb 4, 2025
- Cellphone Case (1x) - $29.99
- **Whole: $29.99** | Standing: ✓ Delivered
**3. Order ORD-12410** - Ordered Jan 25, 2025 | Delivered Jan 29, 2025
- Mechanical Keyboard (1x) - $149.99
- **Whole: $149.99** | Standing: ✓ Delivered
**4. Order ORD-12400** - Ordered Jan 20, 2025 | Delivered Jan 23, 2025
- USB-C Charging Cable (2x) - $12.99 every
- **Whole: $25.98** | Standing: ✓ Delivered
**5. Order ORD-12345** - Ordered Jan 15, 2025 | Delivered Jan 20, 2025
- Wi-fi Headphones (1x) - $79.99
- **Whole: $79.99** | Standing: ✓ Delivered
**6. Order ORD-12300** - Ordered Jan 2, 2025 | Delivered Jan 8, 2025
- Operating Sneakers (1x) - $249.00
- **Whole: $249.00** | Standing: ✓ Delivered
All your current orders have been delivered efficiently! Is there something particular you'd wish to learn about any of those orders?
╭──────────────────────────────────────────────────────── supportAgentDemo_Agent ────────────────────────────────────────────────────────╮
│ Session: 74d74b58-aa7d-4b8b-9515-e0931743ce1d │
│ ARN: arn:aws:bedrock-agentcore:us-east-2:577405208411:runtime/supportAgentDemo_Agent-U90VrdH6Rf │
│ Logs: aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --follow │
│ aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --since 1h │
│ GenAI Dashboard: https://console.aws.amazon.com/cloudwatch/house?area=us-east-2#gen-ai-observability/agent-core │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
The following question demonstrates that we are able to ask the shopper assist agent for refund. This can be a small merchandise, so it’s imagined to undergo with out a problem.
martinheller@Mac customer-support-agent-with-agentcore % uv run agentcore invoke '{"immediate": "I would like a refund for order ORD-12420. The telephone case was broken."}'
Utilizing bearer token for OAuth authentication
Utilizing JWT authentication
I will course of a refund to your broken telephone case from order ORD-12420.Excellent! Your refund has been processed efficiently.
**Refund Particulars:**
- Refund ID: REF-DC32B
- Order: ORD-12420 (Cellphone Case)
- Quantity: $29.99
- Cause: Broken merchandise
- Standing: Processed
You need to obtain the refund in your unique fee methodology inside **3-5 enterprise days**.
I am sorry to listen to the telephone case arrived broken. Is there the rest I may help you with immediately?
╭──────────────────────────────────────────────────────── supportAgentDemo_Agent ────────────────────────────────────────────────────────╮
│ Session: 74d74b58-aa7d-4b8b-9515-e0931743ce1d │
│ ARN: arn:aws:bedrock-agentcore:us-east-2:577405208411:runtime/supportAgentDemo_Agent-U90VrdH6Rf │
│ Logs: aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --follow │
│ aws logs tail /aws/bedrock-agentcore/runtimes/supportAgentDemo_Agent-U90VrdH6Rf-DEFAULT --log-stream-name-prefix │
│ "2026/03/02/[runtime-logs]" --since 1h │
│ GenAI Dashboard: https://console.aws.amazon.com/cloudwatch/house?area=us-east-2#gen-ai-observability/agent-core │
╰────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
This subsequent refund request actually ought to be rejected or bumped as much as a human buyer assist agent for approval.
