Update README.md
Browse files
README.md
CHANGED
|
@@ -7,15 +7,15 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
The Arch Family.
|
| 11 |
|
| 12 |
-
The Arch family of LLMs are designed to fast and efficient LLMs for common scenarios in agentic application worloads - helping developers stay focused on higher level objectives
|
| 13 |
of their agents. These scenario include fast agent routing and hand-off, tools calls for common agentic scenarios to improve speed, guadrails and input/output validation of prompts and dynamic routing to LLM based on human preferences.
|
| 14 |
-
The Arch family of LLMs power the intelligence for [
|
| 15 |
|
| 16 |
Current
|
| 17 |
|
| 18 |
-
1.
|
| 19 |
2. Arch-Router: A fast preference-aligned routing model that guides LLM selection by matching queries to user-defined domains (e.g., travel) or action types (e.g., image editing) – offers a practical mechanism to encode preferences in routing decision.
|
| 20 |
3. Arch-Agent: Designed to power sophisticated multi-step and multi-turn workflows, Arch-Agent excels at handling complex, multi-step tasks that require intelligent tool selection, adaptive planning, and seamless integration with external APIs and services.
|
| 21 |
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
The Plano & Arch Family.
|
| 11 |
|
| 12 |
+
The Plano & Arch family of LLMs are designed to fast and efficient LLMs for common scenarios in agentic application worloads - helping developers stay focused on higher level objectives
|
| 13 |
of their agents. These scenario include fast agent routing and hand-off, tools calls for common agentic scenarios to improve speed, guadrails and input/output validation of prompts and dynamic routing to LLM based on human preferences.
|
| 14 |
+
The Arch family of LLMs power the intelligence for [Plano](https://github.com/katanemo/plano) (The models-native proxy server and data plane for agents).
|
| 15 |
|
| 16 |
Current
|
| 17 |
|
| 18 |
+
1. Plano-Orchestrator is a family of state-of-the-art routing and orchestration models that decide which agent(s) or LLM(s) should handle each request, and in what sequence. Built for multi-agent orchestration systems, Plano-Orchestrator excels at analyzing user intent and conversation context to make precise routing and orchestration decisions. Designed for real-world deployments, it delivers strong performance across general conversations, coding tasks, and long-context multi-turn conversations, while remaining efficient enough for low-latency production environments.
|
| 19 |
2. Arch-Router: A fast preference-aligned routing model that guides LLM selection by matching queries to user-defined domains (e.g., travel) or action types (e.g., image editing) – offers a practical mechanism to encode preferences in routing decision.
|
| 20 |
3. Arch-Agent: Designed to power sophisticated multi-step and multi-turn workflows, Arch-Agent excels at handling complex, multi-step tasks that require intelligent tool selection, adaptive planning, and seamless integration with external APIs and services.
|
| 21 |
|