You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+51-27Lines changed: 51 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Demo: Zava AI Shopping Assistant <br/> Multi-Agent Architecture with A2A Protocol - Overview
1
+
# Demo: Zava AI Shopping Assistant <br/> Multi-Agent Architecture with A2A Protocol - Overview
2
2
3
3
Costa Rica
4
4
@@ -10,7 +10,7 @@ Last updated: 2025-12-03
10
10
----------
11
11
12
12
> [!IMPORTANT]
13
-
> Disclaimer: This repository contains a demo of `Zava AI Shopping Assistant`, a multi-agent system designed for e-commerce. It features a fully automated `"Zero-Touch" deployment` pipeline orchestrated by Terraform, which `provisions infrastructure, ingests data, creates real AI agents in MSFT Foundry, and deploys the application container.` Please refer [TechWorkshop L300: AI Apps and Agents](https://microsoft.github.io/TechWorkshop-L300-AI-Apps-and-agents/), and if needed contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME) more guindace. There are tons of free resources out there, all eager to support!
13
+
> Disclaimer: This repository contains a demo of `Zava AI Shopping Assistant`, an enhanced multi-agent system implementing Agent-to-Agent (A2A) protocol for e-commerce. It features a fully automated `"Zero-Touch" deployment` pipeline orchestrated by Terraform, which `provisions infrastructure, ingests data, creates specialized AI agents with delegation patterns in MSFT Foundry, and deploys the complete A2A application stack.` Please refer [TechWorkshop L300: AI Apps and Agents](https://microsoft.github.io/TechWorkshop-L300-AI-Apps-and-agents/), and if needed contact Microsoft directly: [Microsoft Sales and Support](https://support.microsoft.com/contactus?ContactUsExperienceEntryPointAssetId=S.HP.SMC-HOME)for more guidance. There are tons of free resources out there, all eager to support!
-**A2A Protocol Implementation**: Complete Agent-to-Agent communication framework with standardized messaging, event handling, and task coordination
27
-
-**Multi-Agent Architecture**: Specialized AI agents working through A2A protocol:
28
-
-**Cora (Shopper)**: Front-facing assistant for general queries
29
-
-**Inventory Manager**: Checks stock availability via A2A requests
30
-
-**Customer Loyalty**: Manages rewards and discounts through agent coordination
31
-
-**Cart Manager**: Handles shopping cart operations with inter-agent communication
32
-
-**Real Azure AI Agents**: Integrates with **MSFT Foundry** to create and host persistent agents (not just local simulations)
33
-
-**Zero-Touch Deployment**: A single [terraform apply](./terraform-infrastructure/README.md) command handles the entire lifecycle including A2A framework deployment
34
-
-**A2A Intelligent Routing**: Enhanced Handoff Service that supports both traditional routing and A2A protocol agent discovery
35
-
-**Data Pipeline Automation**: Automatically ingests product catalogs with A2A event notifications and coordination
26
+
-**Enhanced A2A Protocol**: Agent-to-Agent communication with delegation patterns, specialized agent coordination, and factual data integration
27
+
-**6-Agent Architecture**: Specialized AI agents with proper delegation through A2A protocol:
28
+
-**Cora (Shopper)**: Front-facing assistant for general customer queries
29
+
-**Interior Design Specialist**: Design expertise and style recommendations
30
+
-**Inventory Manager**: Stock availability and product lookup coordination
31
+
-**Customer Loyalty**: Rewards management and discount optimization
32
+
-**Cart Manager**: Shopping cart operations and checkout coordination
33
+
-**Product Management Specialist**: Coordinates with Marketing Agent, Ranker Agent, and Product Information Plugin for comprehensive product services
34
+
-**Specialized Agent Delegation**: Product Manager delegates marketing tasks to Marketing Agent and ranking tasks to Ranker Agent as appropriate
35
+
-**Factual Data Plugin**: Product Information Plugin provides accurate product catalog data from predefined sources
36
+
-**Real MSFT Foundry Agents**: Integrates with **MSFT Foundry** to create and host persistent agents with proper delegation patterns
37
+
-**Zero-Touch Deployment**: A single [terraform apply](./terraform-infrastructure/README.md) command handles the entire lifecycle including enhanced A2A framework deployment
0 commit comments