From 08a292ba7f42d2eaac98fdd05f856d843c3f77d5 Mon Sep 17 00:00:00 2001 From: Jeff Whelpley Date: Wed, 5 Nov 2025 12:06:06 -0500 Subject: [PATCH] Adding initial customer service use case details --- use_case.html | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/use_case.html b/use_case.html index 2008d38..1f74808 100644 --- a/use_case.html +++ b/use_case.html @@ -141,7 +141,30 @@

Use Cases

Customer Service Collaboration

-

TODO: This section needs further development and refinement.

+ +

Scenario Overview: A customer's flight with "ServiceAir" is delayed, and they wish to reschedule.

+ +

Step 1 - Requirements Gathering: The customer's Personal Agent gathers the necessary information, including details of the existing reservation and the parameters for the rescheduled flight (e.g., desired time windows, acceptable layovers, cabin class).

+ +

Step 2 - Authentication and Flight Lookup: The Personal Agent discovers the official ServiceAir Agent and uses the customer's identity credentials to authenticate. The Personal Agent provides the current booking details, which the ServiceAir Agent validates, confirming the reservation.

+ +

Step 3 - Rescheduling Collaboration: The Personal Agent requests to reschedule the flight, providing the parameters gathered in Step 1. The ServiceAir Agent searches for available options and presents a structured list of potential flights to the Personal Agent. The Personal Agent can then either: +

+

+ +

Step 4 - Rebooking Transaction: Once an option is selected (either autonomously or by the human-in-the-loop), the Personal Agent confirms the choice with the ServiceAir Agent. The ServiceAir Agent then initiates and completes the rebooking transaction, handling any associated payments or credits. The Personal Agent receives a final confirmation and reports the outcome to the customer.

+ +

Collaboration Value: In this process, the Personal Agent acts as the customer's digital representative, and the ServiceAir Agent acts as the company's representative. This agent-to-agent collaboration, enabled by standardized protocols, creates significant efficiencies for both parties. The customer avoids hold times and complex web interfaces, while the company automates a high-volume service interaction, reducing operational costs and freeing up human agents for more complex issues.

+ +

Requirements: Agent Identity + Authentication, Agent Discovery, Agent Information Interaction, Agent + Transactions, Privacy Protection, Identity Interoperability

+