Skip to content

Commit 28a886f

Browse files
authored
Enhance README with multi-agent routing examples
Added a table to illustrate multi-agent routing prompts and examples.
1 parent df6f429 commit 28a886f

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,17 @@ graph TD
217217
<https://github.com/user-attachments/assets/3c562ccd-cff3-4a30-b9f8-44111fb71113>
218218

219219
4. **Test Multi-Agent Routing (UI)**: `Adjust as needed, this is just a base`. For example:
220-
- **General**: “Hi, who are you?” (Routed to **Cora**)
221-
- **Inventory**: “Do you have the classic leather sofa in stock?” (Routed to **Inventory Manager**)
222-
- **Design**: “What colors of green paint do you have?” (Routed to **Interior Design Specialist**)
223-
- **Product Recommendations**: “Recommend modern furniture for my living room” (Routed to **Product Management Specialist**; may consult catalog/search depending on its prompt/tools)
224-
- **Product Comparisons**: “Compare sectional sofas” (Routed to **Product Management Specialist**; comparison is handled within that agent)
225-
- **Product Details**: “What are the specifications of product SOFA-001?” (Routed to **Product Management Specialist**; details are handled within that agent)
226-
- **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)
227-
220+
221+
| Prompt | E.g Output |
222+
| --- | --- |
223+
| **General**: <br/> “Hi, who are you?” <br/> (Routed to **Cora**) | <img width="1142" height="950" alt="image" src="https://github.com/user-attachments/assets/72a60b47-dbd6-48b8-bff6-48ebd92fff48" /> |
224+
| **Inventory**: <br/> “Do you have the classic leather sofa in stock?” <br/> (Routed to **Inventory Manager**) | |
225+
| **Design**: <br/> “What colors of green paint do you have?” <br/> (Routed to **Interior Design Specialist**) | |
226+
| **Product Recommendations**: <br/> “Recommend modern furniture for my living room” <br/> (Routed to **Product Management Specialist**; may consult catalog/search depending on its prompt/tools) | |
227+
| **Product Comparisons**: <br/> “Compare sectional sofas” <br/> (Routed to **Product Management Specialist**; comparison is handled within that agent) | |
228+
| **Product Details**: <br/> “What are the specifications of product SOFA-001?” <br/> (Routed to **Product Management Specialist**; details are handled within that agent) | |
229+
| **Multi-Agent**: <br/> “Find a sofa, then verify my loyalty points, and add it to my cart” <br/> (Coordinated across **Product Management → Customer Loyalty → Cart Manager** via the app’s multi-step routing) | |
230+
228231
<!-- START BADGE -->
229232
<div align="center">
230233
<img src="https://img.shields.io/badge/Total%20views-1416-limegreen" alt="Total views">

0 commit comments

Comments
 (0)