Update external API examples (Claude, Gemini, etc.)
Browse files
README.md
CHANGED
|
@@ -129,7 +129,7 @@ This model runs as a fast "router" before the main agent model:
|
|
| 129 |
- **Score 0-25** β VL-2B (simple tasks: greetings, time, file listing)
|
| 130 |
- **Score 26-50** β VL-4B (moderate: file editing, searches)
|
| 131 |
- **Score 51-75** β VL-4B + thinking mode (complex: code generation, multi-step)
|
| 132 |
-
- **Score 76-100** β External API
|
| 133 |
4. Result: Right-sized model for every task, faster responses, lower cost
|
| 134 |
|
| 135 |
**Why a Combined Model?**
|
|
@@ -193,7 +193,7 @@ User Request: "Write a Python script to process CSV files"
|
|
| 193 |
ββββ Score 51-75 ββββββββββββΊ AGiXT-Qwen3-VL-4B + thinking (complex)
|
| 194 |
β "Write a CSV processor" β 65 βββ This request
|
| 195 |
β
|
| 196 |
-
ββββ Score 76-100 βββββββββββΊ External API
|
| 197 |
"Debug this race condition" β 85
|
| 198 |
```
|
| 199 |
|
|
@@ -205,7 +205,7 @@ User Request: "Write a Python script to process CSV files"
|
|
| 205 |
- **0-25 (Simple)**: VL-2B handles greetings, time queries, basic file listings
|
| 206 |
- **26-50 (Moderate)**: VL-4B for file editing, web searches, data retrieval
|
| 207 |
- **51-75 (Complex)**: VL-4B with extended thinking for code generation, multi-step tasks
|
| 208 |
-
- **76-100 (Expert)**: Routes to external APIs (
|
| 209 |
|
| 210 |
3. **Ability Context**: The selected ability helps the main model focus. If AbilitySelect returns `65|Write to File`, the main model knows this is a file-writing task requiring code generation.
|
| 211 |
|
|
|
|
| 129 |
- **Score 0-25** β VL-2B (simple tasks: greetings, time, file listing)
|
| 130 |
- **Score 26-50** β VL-4B (moderate: file editing, searches)
|
| 131 |
- **Score 51-75** β VL-4B + thinking mode (complex: code generation, multi-step)
|
| 132 |
+
- **Score 76-100** β External API like Claude, Gemini, etc. (expert: multi-step code, debugging, architecture)
|
| 133 |
4. Result: Right-sized model for every task, faster responses, lower cost
|
| 134 |
|
| 135 |
**Why a Combined Model?**
|
|
|
|
| 193 |
ββββ Score 51-75 ββββββββββββΊ AGiXT-Qwen3-VL-4B + thinking (complex)
|
| 194 |
β "Write a CSV processor" β 65 βββ This request
|
| 195 |
β
|
| 196 |
+
ββββ Score 76-100 βββββββββββΊ External API (Claude, Gemini, etc.)
|
| 197 |
"Debug this race condition" β 85
|
| 198 |
```
|
| 199 |
|
|
|
|
| 205 |
- **0-25 (Simple)**: VL-2B handles greetings, time queries, basic file listings
|
| 206 |
- **26-50 (Moderate)**: VL-4B for file editing, web searches, data retrieval
|
| 207 |
- **51-75 (Complex)**: VL-4B with extended thinking for code generation, multi-step tasks
|
| 208 |
+
- **76-100 (Expert)**: Routes to external APIs (Claude, Gemini, GPT-4, etc.) for multi-step code generation, debugging, architecture
|
| 209 |
|
| 210 |
3. **Ability Context**: The selected ability helps the main model focus. If AbilitySelect returns `65|Write to File`, the main model knows this is a file-writing task requiring code generation.
|
| 211 |
|