adaptive-memory-multi-model-router 2.13.3 → 2.13.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/config.yml +2 -2
- package/.well-known/ai-plugin.json +1 -1
- package/CONTRIBUTING.md +1 -1
- package/LAUNCH-PAIN-DRIVEN.md +3 -3
- package/LAUNCH.md +7 -7
- package/POPULARITY_BOOSTERS.md +6 -6
- package/README.md +214 -143
- package/README_ja.md +1 -1
- package/README_zh.md +1 -1
- package/SUBMISSIONS.md +2 -2
- package/articles/DEVTO_COST_GUIDE.md +2 -2
- package/articles/DEVTO_FINAL.md +6 -6
- package/articles/DEVTO_MULTI_PROVIDER.md +4 -4
- package/articles/DEVTO_V2_ANNOUNCEMENT.md +2 -2
- package/articles/DEVTO_VIRAL_GROWTH.md +5 -5
- package/articles/FRESH_devto.md +1 -1
- package/articles/FRESH_hackernews.md +1 -1
- package/articles/FRESH_reddit_ml.md +1 -1
- package/articles/FRESH_reddit_node.md +2 -2
- package/articles/FRESH_reddit_sideproject.md +2 -2
- package/articles/FRESH_reddit_webdev.md +2 -2
- package/articles/HN_10X_BETTER.md +2 -2
- package/articles/HN_CHINESE_STYLE.md +5 -5
- package/articles/HN_FINAL.md +1 -1
- package/articles/HN_POSTED_VERSION.md +1 -1
- package/articles/PAIN-DRIVEN-devto-v2.md +2 -2
- package/articles/PAIN-DRIVEN-devto-v3.md +2 -2
- package/articles/PAIN-DRIVEN-devto.md +2 -2
- package/articles/PAIN-DRIVEN-hackernews-v2.md +2 -2
- package/articles/PAIN-DRIVEN-hackernews-v3.md +3 -3
- package/articles/PAIN-DRIVEN-hackernews.md +2 -2
- package/articles/PAIN-DRIVEN-reddit-v2.md +2 -2
- package/articles/PAIN-DRIVEN-reddit-v3.md +2 -2
- package/articles/PAIN-DRIVEN-reddit.md +2 -2
- package/articles/PAIN-DRIVEN-twitter-v2.md +2 -2
- package/articles/PAIN-DRIVEN-twitter-v3.md +2 -2
- package/articles/PAIN-DRIVEN-twitter.md +2 -2
- package/articles/REDDIT_FINAL.md +2 -2
- package/articles/TWITTER_FINAL.md +1 -1
- package/articles/ai-discoverability-llm-routing.md +1 -1
- package/articles/devto-llm-routing.md +2 -2
- package/articles/hackernews-show-hn.md +1 -1
- package/articles/hashnode-llm-cost-optimization.md +1 -1
- package/articles/medium-building-llm-router.md +1 -1
- package/articles/reddit-ml.md +1 -1
- package/articles/twitter-thread-cost-savings.md +1 -1
- package/articles/youtube-tutorial-script.md +1 -1
- package/benchmark-provider-results.json +120 -41
- package/benchmark-results.json +46 -620
- package/demo.html +1 -1
- package/dist/cli/setupWizard.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/geo/generativeEngineOptimization.js +1 -1
- package/dist/tui/index.js +0 -0
- package/docs/BENCHMARK.md +96 -0
- package/docs/HN_CHECKLIST.md +2 -2
- package/docs/HN_SUBMISSION_FINAL.md +2 -2
- package/docs/HN_SUBMISSION_V3.md +3 -3
- package/docs/SEO_AUDIT.md +1 -1
- package/docs/UPDATE_TOPICS.md +1 -1
- package/docs/benchmark-chart.png +0 -0
- package/docs/demo-auto.html +1 -1
- package/docs/demo.html +1 -1
- package/docs/index.html +1 -1
- package/docs/openapi.json +1 -1
- package/docs-site/index.html +7 -7
- package/index.html +4 -4
- package/llms-full.txt +1 -1
- package/llms.txt +1 -1
- package/package.json +21 -6
- package/playground/README.md +4 -4
- package/public/robots.txt +1 -1
- package/python/pyproject.toml +1 -1
- package/scripts/routing-benchmark-v3.js +118 -0
- package/src/cli/setupWizard.ts +1 -1
- package/tmlpd-pi-extension/README.md +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
blank_issues_enabled: false
|
|
2
2
|
contact_links:
|
|
3
3
|
- name: 📖 Documentation
|
|
4
|
-
url: https://github.com/Das-rebel/
|
|
4
|
+
url: https://github.com/Das-rebel/a3m-router#readme
|
|
5
5
|
about: Check the README for usage examples and API documentation
|
|
6
6
|
- name: 💬 Discussions
|
|
7
|
-
url: https://github.com/Das-rebel/
|
|
7
|
+
url: https://github.com/Das-rebel/a3m-router/discussions
|
|
8
8
|
about: Ask questions and share ideas in our community forum
|
|
9
9
|
- name: 🚀 NPM Package
|
|
10
10
|
url: https://www.npmjs.com/package/adaptive-memory-multi-model-router
|
package/CONTRIBUTING.md
CHANGED
|
@@ -21,7 +21,7 @@ Thank you for your interest in contributing!
|
|
|
21
21
|
## Development Setup
|
|
22
22
|
|
|
23
23
|
```bash
|
|
24
|
-
git clone https://github.com/Das-rebel/
|
|
24
|
+
git clone https://github.com/Das-rebel/a3m-router.git
|
|
25
25
|
cd adaptive-memory-multi-model-router
|
|
26
26
|
npm install
|
|
27
27
|
npm test
|
package/LAUNCH-PAIN-DRIVEN.md
CHANGED
|
@@ -145,7 +145,7 @@ npm install adaptive-memory-multi-model-router
|
|
|
145
145
|
npx a3m-router route "Your query"
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
GitHub: https://github.com/Das-rebel/
|
|
148
|
+
GitHub: https://github.com/Das-rebel/a3m-router
|
|
149
149
|
|
|
150
150
|
What's your current LLM spend?
|
|
151
151
|
```
|
|
@@ -277,7 +277,7 @@ What's your current LLM spend?
|
|
|
277
277
|
- Twitter: https://analytics.twitter.com/
|
|
278
278
|
- Reddit: Post notifications
|
|
279
279
|
- NPM: https://npm-stat.com/
|
|
280
|
-
- GitHub: https://github.com/Das-rebel/
|
|
280
|
+
- GitHub: https://github.com/Das-rebel/a3m-router/graphs/traffic
|
|
281
281
|
|
|
282
282
|
---
|
|
283
283
|
|
|
@@ -298,7 +298,7 @@ We were paying $2,400/month. Cut it to $720 with intelligent routing.
|
|
|
298
298
|
|
|
299
299
|
npm install adaptive-memory-multi-model-router
|
|
300
300
|
|
|
301
|
-
GitHub: github.com/Das-rebel/
|
|
301
|
+
GitHub: github.com/Das-rebel/a3m-router
|
|
302
302
|
|
|
303
303
|
Try the playground: [link]
|
|
304
304
|
|
package/LAUNCH.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
- **Name**: `adaptive-memory-multi-model-router`
|
|
5
5
|
- **Version**: 2.0.7
|
|
6
6
|
- **NPM**: https://www.npmjs.com/package/adaptive-memory-multi-model-router
|
|
7
|
-
- **GitHub**: https://github.com/Das-rebel/
|
|
7
|
+
- **GitHub**: https://github.com/Das-rebel/a3m-router
|
|
8
8
|
- **Core Claim**: 99.5% routing accuracy, zero ML. Matches RouteLLM's BERT within 2.5%.
|
|
9
9
|
|
|
10
10
|
---
|
|
@@ -57,7 +57,7 @@ Point any OpenAI SDK at localhost:8787. Zero code changes.
|
|
|
57
57
|
|
|
58
58
|
The question: if keyword matching gets you 97% of BERT accuracy, is the GPU worth it?
|
|
59
59
|
|
|
60
|
-
Repo: https://github.com/Das-rebel/
|
|
60
|
+
Repo: https://github.com/Das-rebel/a3m-router
|
|
61
61
|
```
|
|
62
62
|
|
|
63
63
|
**Best Time to Post**: Tuesday-Thursday, 8:30 AM EST
|
|
@@ -153,7 +153,7 @@ await router.route("Analyze legal contract"); // -> premium ($0.03)
|
|
|
153
153
|
```
|
|
154
154
|
npm install adaptive-memory-multi-model-router
|
|
155
155
|
|
|
156
|
-
GitHub: github.com/Das-rebel/
|
|
156
|
+
GitHub: github.com/Das-rebel/a3m-router
|
|
157
157
|
|
|
158
158
|
99.5% accuracy. Zero ML. Zero GPU.
|
|
159
159
|
Matches BERT within 2.5%. 61.6% cost savings. 40 providers.
|
|
@@ -221,7 +221,7 @@ Growth: 552 -> 320 -> 1,903 downloads in 3 days. 245% growth. Zero marketing.
|
|
|
221
221
|
|
|
222
222
|
npm install adaptive-memory-multi-model-router
|
|
223
223
|
|
|
224
|
-
GitHub: https://github.com/Das-rebel/
|
|
224
|
+
GitHub: https://github.com/Das-rebel/a3m-router
|
|
225
225
|
```
|
|
226
226
|
|
|
227
227
|
---
|
|
@@ -246,7 +246,7 @@ Growth: Day 1: 552, Day 2: 320, Day 3: 1,903 downloads. Zero marketing.
|
|
|
246
246
|
|
|
247
247
|
npm install adaptive-memory-multi-model-router
|
|
248
248
|
|
|
249
|
-
GitHub: https://github.com/Das-rebel/
|
|
249
|
+
GitHub: https://github.com/Das-rebel/a3m-router
|
|
250
250
|
```
|
|
251
251
|
|
|
252
252
|
---
|
|
@@ -276,7 +276,7 @@ Try it:
|
|
|
276
276
|
npm install adaptive-memory-multi-model-router
|
|
277
277
|
npx a3m-router serve
|
|
278
278
|
|
|
279
|
-
GitHub: https://github.com/Das-rebel/
|
|
279
|
+
GitHub: https://github.com/Das-rebel/a3m-router
|
|
280
280
|
```
|
|
281
281
|
|
|
282
282
|
**Topics**: Developer Tools, AI, API, Open Source, JavaScript
|
|
@@ -329,7 +329,7 @@ GitHub: https://github.com/Das-rebel/adaptive-memory-multi-model-router
|
|
|
329
329
|
|
|
330
330
|
## SUPPORT
|
|
331
331
|
|
|
332
|
-
- GitHub Issues: https://github.com/Das-rebel/
|
|
332
|
+
- GitHub Issues: https://github.com/Das-rebel/a3m-router/issues
|
|
333
333
|
- Email: Sdas22@gmail.com
|
|
334
334
|
|
|
335
335
|
---
|
package/POPULARITY_BOOSTERS.md
CHANGED
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
|
|
57
57
|
**Try it now:**
|
|
58
58
|
|
|
59
|
-
[](https://codesandbox.io/p/sandbox/github/Das-rebel/
|
|
60
|
-
[](https://stackblitz.com/github/Das-rebel/
|
|
59
|
+
[](https://codesandbox.io/p/sandbox/github/Das-rebel/a3m-router/tree/main/playground)
|
|
60
|
+
[](https://stackblitz.com/github/Das-rebel/a3m-router/tree/main/playground)
|
|
61
61
|
|
|
62
62
|
**What users can try:**
|
|
63
63
|
- See all 9 configured providers
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
|
|
197
197
|
3. **Post to Hacker News**
|
|
198
198
|
- Use "Show HN" format
|
|
199
|
-
- Link: `https://github.com/Das-rebel/
|
|
199
|
+
- Link: `https://github.com/Das-rebel/a3m-router`
|
|
200
200
|
- Text from `articles/hackernews-show-hn.md`
|
|
201
201
|
|
|
202
202
|
### This Week
|
|
@@ -259,11 +259,11 @@
|
|
|
259
259
|
|
|
260
260
|
| Resource | URL |
|
|
261
261
|
|----------|-----|
|
|
262
|
-
| **GitHub Repo** | https://github.com/Das-rebel/
|
|
262
|
+
| **GitHub Repo** | https://github.com/Das-rebel/a3m-router |
|
|
263
263
|
| **NPM Package** | https://www.npmjs.com/package/adaptive-memory-multi-model-router |
|
|
264
264
|
| **GitHub Pages** | https://das-rebel.github.io/adaptive-memory-multi-model-router/ (after activation) |
|
|
265
|
-
| **CodeSandbox** | https://codesandbox.io/p/sandbox/github/Das-rebel/
|
|
266
|
-
| **StackBlitz** | https://stackblitz.com/github/Das-rebel/
|
|
265
|
+
| **CodeSandbox** | https://codesandbox.io/p/sandbox/github/Das-rebel/a3m-router/tree/main/playground |
|
|
266
|
+
| **StackBlitz** | https://stackblitz.com/github/Das-rebel/a3m-router/tree/main/playground |
|
|
267
267
|
|
|
268
268
|
---
|
|
269
269
|
|