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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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 Azure AI 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`, 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!
-**Inventory Manager**: Checks stock availability via A2A requests
30
30
-**Customer Loyalty**: Manages rewards and discounts through agent coordination
31
31
-**Cart Manager**: Handles shopping cart operations with inter-agent communication
32
-
-**Real Azure AI Agents**: Integrates with **Azure AI Foundry** to create and host persistent agents (not just local simulations)
32
+
-**Real Azure AI Agents**: Integrates with **MSFT Foundry** to create and host persistent agents (not just local simulations)
33
33
-**Zero-Touch Deployment**: A single [terraform apply](./terraform-infrastructure/README.md) command handles the entire lifecycle including A2A framework deployment
34
34
-**A2A Intelligent Routing**: Enhanced Handoff Service that supports both traditional routing and A2A protocol agent discovery
35
35
-**Data Pipeline Automation**: Automatically ingests product catalogs with A2A event notifications and coordination
@@ -97,7 +97,7 @@ graph TD
97
97
> When you run `terraform apply`, the following automated sequence occurs:
98
98
99
99
1.**Infrastructure Provisioning**:
100
-
- Creates Resource Group, Cosmos DB, Azure AI Foundry, AI Search, Storage Account, Key Vault, and Container Registry (ACR).
100
+
- Creates Resource Group, Cosmos DB, MSFT Foundry, AI Search, Storage Account, Key Vault, and Container Registry (ACR).
101
101
- Deploys AI Models (`gpt-4o-mini`, `text-embedding-3-small`).
102
102
- Sets up A2A protocol infrastructure including event queues and monitoring.
103
103
@@ -121,7 +121,7 @@ graph TD
121
121
122
122
4.**Agent Creation & A2A Registration**:
123
123
- Installs the `azure-ai-projects` SDK.
124
-
- Connects to Azure AI Foundry.
124
+
- Connects to MSFT Foundry.
125
125
- Provisions 5 real agents with A2A protocol integration and specific instructions.
126
126
- Registers agents with the A2A discovery service.
127
127
- Saves the unique Agent IDs and A2A endpoints to the `.env` file.
0 commit comments