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.
Files changed (76) hide show
  1. package/.github/ISSUE_TEMPLATE/config.yml +2 -2
  2. package/.well-known/ai-plugin.json +1 -1
  3. package/CONTRIBUTING.md +1 -1
  4. package/LAUNCH-PAIN-DRIVEN.md +3 -3
  5. package/LAUNCH.md +7 -7
  6. package/POPULARITY_BOOSTERS.md +6 -6
  7. package/README.md +214 -143
  8. package/README_ja.md +1 -1
  9. package/README_zh.md +1 -1
  10. package/SUBMISSIONS.md +2 -2
  11. package/articles/DEVTO_COST_GUIDE.md +2 -2
  12. package/articles/DEVTO_FINAL.md +6 -6
  13. package/articles/DEVTO_MULTI_PROVIDER.md +4 -4
  14. package/articles/DEVTO_V2_ANNOUNCEMENT.md +2 -2
  15. package/articles/DEVTO_VIRAL_GROWTH.md +5 -5
  16. package/articles/FRESH_devto.md +1 -1
  17. package/articles/FRESH_hackernews.md +1 -1
  18. package/articles/FRESH_reddit_ml.md +1 -1
  19. package/articles/FRESH_reddit_node.md +2 -2
  20. package/articles/FRESH_reddit_sideproject.md +2 -2
  21. package/articles/FRESH_reddit_webdev.md +2 -2
  22. package/articles/HN_10X_BETTER.md +2 -2
  23. package/articles/HN_CHINESE_STYLE.md +5 -5
  24. package/articles/HN_FINAL.md +1 -1
  25. package/articles/HN_POSTED_VERSION.md +1 -1
  26. package/articles/PAIN-DRIVEN-devto-v2.md +2 -2
  27. package/articles/PAIN-DRIVEN-devto-v3.md +2 -2
  28. package/articles/PAIN-DRIVEN-devto.md +2 -2
  29. package/articles/PAIN-DRIVEN-hackernews-v2.md +2 -2
  30. package/articles/PAIN-DRIVEN-hackernews-v3.md +3 -3
  31. package/articles/PAIN-DRIVEN-hackernews.md +2 -2
  32. package/articles/PAIN-DRIVEN-reddit-v2.md +2 -2
  33. package/articles/PAIN-DRIVEN-reddit-v3.md +2 -2
  34. package/articles/PAIN-DRIVEN-reddit.md +2 -2
  35. package/articles/PAIN-DRIVEN-twitter-v2.md +2 -2
  36. package/articles/PAIN-DRIVEN-twitter-v3.md +2 -2
  37. package/articles/PAIN-DRIVEN-twitter.md +2 -2
  38. package/articles/REDDIT_FINAL.md +2 -2
  39. package/articles/TWITTER_FINAL.md +1 -1
  40. package/articles/ai-discoverability-llm-routing.md +1 -1
  41. package/articles/devto-llm-routing.md +2 -2
  42. package/articles/hackernews-show-hn.md +1 -1
  43. package/articles/hashnode-llm-cost-optimization.md +1 -1
  44. package/articles/medium-building-llm-router.md +1 -1
  45. package/articles/reddit-ml.md +1 -1
  46. package/articles/twitter-thread-cost-savings.md +1 -1
  47. package/articles/youtube-tutorial-script.md +1 -1
  48. package/benchmark-provider-results.json +120 -41
  49. package/benchmark-results.json +46 -620
  50. package/demo.html +1 -1
  51. package/dist/cli/setupWizard.js +1 -1
  52. package/dist/cli.js +1 -1
  53. package/dist/geo/generativeEngineOptimization.js +1 -1
  54. package/dist/tui/index.js +0 -0
  55. package/docs/BENCHMARK.md +96 -0
  56. package/docs/HN_CHECKLIST.md +2 -2
  57. package/docs/HN_SUBMISSION_FINAL.md +2 -2
  58. package/docs/HN_SUBMISSION_V3.md +3 -3
  59. package/docs/SEO_AUDIT.md +1 -1
  60. package/docs/UPDATE_TOPICS.md +1 -1
  61. package/docs/benchmark-chart.png +0 -0
  62. package/docs/demo-auto.html +1 -1
  63. package/docs/demo.html +1 -1
  64. package/docs/index.html +1 -1
  65. package/docs/openapi.json +1 -1
  66. package/docs-site/index.html +7 -7
  67. package/index.html +4 -4
  68. package/llms-full.txt +1 -1
  69. package/llms.txt +1 -1
  70. package/package.json +21 -6
  71. package/playground/README.md +4 -4
  72. package/public/robots.txt +1 -1
  73. package/python/pyproject.toml +1 -1
  74. package/scripts/routing-benchmark-v3.js +118 -0
  75. package/src/cli/setupWizard.ts +1 -1
  76. 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/adaptive-memory-multi-model-router#readme
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/adaptive-memory-multi-model-router/discussions
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
@@ -12,5 +12,5 @@
12
12
  "type": "none"
13
13
  },
14
14
  "contact_email": "Sdas22@gmail.com",
15
- "legal_info_url": "https://github.com/Das-rebel/adaptive-memory-multi-model-router/blob/main/LICENSE"
15
+ "legal_info_url": "https://github.com/Das-rebel/a3m-router/blob/main/LICENSE"
16
16
  }
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/adaptive-memory-multi-model-router.git
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
@@ -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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router/graphs/traffic
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router
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/adaptive-memory-multi-model-router/issues
332
+ - GitHub Issues: https://github.com/Das-rebel/a3m-router/issues
333
333
  - Email: Sdas22@gmail.com
334
334
 
335
335
  ---
@@ -56,8 +56,8 @@
56
56
 
57
57
  **Try it now:**
58
58
 
59
- [![CodeSandbox](https://img.shields.io/badge/🎮%20CodeSandbox-6366f1?style=for-the-badge&logo=codesandbox)](https://codesandbox.io/p/sandbox/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
60
- [![StackBlitz](https://img.shields.io/badge/⚡%20StackBlitz-1389FD?style=for-the-badge&logo=stackblitz)](https://stackblitz.com/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground)
59
+ [![CodeSandbox](https://img.shields.io/badge/🎮%20CodeSandbox-6366f1?style=for-the-badge&logo=codesandbox)](https://codesandbox.io/p/sandbox/github/Das-rebel/a3m-router/tree/main/playground)
60
+ [![StackBlitz](https://img.shields.io/badge/⚡%20StackBlitz-1389FD?style=for-the-badge&logo=stackblitz)](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/adaptive-memory-multi-model-router`
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/adaptive-memory-multi-model-router |
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/adaptive-memory-multi-model-router/tree/main/playground |
266
- | **StackBlitz** | https://stackblitz.com/github/Das-rebel/adaptive-memory-multi-model-router/tree/main/playground |
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