Skip to content

Commit 5cd8557

Browse files
authored
Revise multi-agent routing examples in README
Updated the section on multi-agent routing to clarify roles and improve examples.
1 parent c893417 commit 5cd8557

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -202,15 +202,15 @@ graph TD
202202
203203
<https://github.com/user-attachments/assets/3c562ccd-cff3-4a30-b9f8-44111fb71113>
204204

205-
4. **Test Enhanced A2A Interactions**: `Adjust as needed, this is just a base`. For example:
206-
- **General**: "Hi, who are you?" (Handled by Cora via A2A protocol)
207-
- **Inventory**: "Do you have the classic leather sofa in stock?" (Routed through A2A to Inventory Agent)
208-
- **Design**: "What colors of green paint do you have?" (A2A task delegation to Design Agent)
209-
- **Product Recommendations**: "Recommend modern furniture for my living room" (Product Manager delegates to Marketing Agent)
210-
- **Product Comparisons**: "Compare sectional sofas" (Product Manager delegates to Ranker Agent)
211-
- **Product Details**: "What are the specifications of product SOFA-001?" (Product Manager uses Product Information Plugin)
212-
- **Multi-Agent**: "Find a sofa, check reviews, and verify my loyalty points" (Complex A2A coordination across multiple specialized agents)
213-
205+
4. **Test Multi-Agent Routing (UI)**: `Adjust as needed, this is just a base`. For example:
206+
- **General**: Hi, who are you?” (Routed to **Cora**)
207+
- **Inventory**: Do you have the classic leather sofa in stock? (Routed to **Inventory Manager**)
208+
- **Design**: What colors of green paint do you have?” (Routed to **Interior Design Specialist**)
209+
- **Product Recommendations**: Recommend modern furniture for my living room” (Routed to **Product Management Specialist**; may consult catalog/search depending on its prompt/tools)
210+
- **Product Comparisons**: Compare sectional sofas” (Routed to **Product Management Specialist**; comparison is handled within that agent)
211+
- **Product Details**: What are the specifications of product SOFA-001?” (Routed to **Product Management Specialist**; details are handled within that agent)
212+
- **Multi-Agent**: Find a sofa, then verify my loyalty points, and add it to my cart” (Coordinated across **Product Management → Customer Loyalty → Cart Manager** via the app’s multi-step routing)
213+
214214
<!-- START BADGE -->
215215
<div align="center">
216216
<img src="https://img.shields.io/badge/Total%20views-1416-limegreen" alt="Total views">

0 commit comments

Comments
 (0)