Skip to content

Commit f945ae7

Browse files
committed
Update Blog “part-6-agentic-ai-teams-in-router-mode-multilingual-routing-with-agno”
1 parent 3ffec20 commit f945ae7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

content/blog/part-6-agentic-ai-teams-in-router-mode-multilingual-routing-with-agno.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This method is especially effective in scenarios requiring multilingual or domai
2424

2525
[Inspired by my Medium post.](https://dineshr1493.medium.com/all-you-need-to-know-about-the-evolution-of-generative-ai-to-agentic-ai-part-6-agentic-ai-a-39714050857b)
2626

27-
## Router Mode: What It Is ?
27+
## Router Mode: What it is ?
2828

2929
In Router Mode, the team acts like a switchboard, rather than executing tasks itself. Its core responsibility is to:
3030

@@ -35,15 +35,15 @@ In Router Mode, the team acts like a switchboard, rather than executing tasks it
3535

3636
<center><img src="/img/screenshot-2025-07-21-at-3.38.34 pm.png" width="600" height="550" alt="Route Mode" title="Route Mode"></center>
3737

38-
### Use Case: Multilingual Chat Support
38+
### Use Case: Multilingual chat support
3939

4040
Imagine a chatbot that receives queries in different languages. Router Mode enables:
4141

4242
* Language detection
4343
* Delegation to language-specific agents (e.g., Japanese, French, German)
4444
* Fallback messages for unsupported languages
4545

46-
### Implementation: AGNO Framework Setup
46+
### Implementation: AGNO framework setup
4747

4848
We’ll define a set of language-specific agents and create a routing team that delegates accordingly.
4949

@@ -152,7 +152,7 @@ multi_language_team.print_response("Comment allez-vous?", stream=True) # French
152152

153153
<center><img src="/img/screenshot-2025-07-21-at-3.38.47 pm.png" width="600" height="550" alt="Agent Mode Parameters" title="Agent Mode Parameters"></center>
154154

155-
## Key Parameters Explained
155+
## Key parameters explained
156156

157157
<table border="1" cellpadding="8" cellspacing="0" style="border-collapse: collapse; width: 100%;">
158158
<thead style="background-color:#f2f2f2">
@@ -183,7 +183,7 @@ multi_language_team.print_response("Comment allez-vous?", stream=True) # French
183183

184184

185185

186-
## Why Router Mode Works
186+
## Why Router Mode works
187187

188188
* Context-awareness: Inputs are analyzed for language, not just keywords
189189
* Agent exclusivity: Each agent strictly operates in its assigned language

0 commit comments

Comments
 (0)