adaptive-memory-multi-model-router 2.13.20 → 2.13.22

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/_schema.html CHANGED
@@ -12,7 +12,7 @@ AI discoverability: Schema.org markup for LLM search engines
12
12
  "sameAs": [
13
13
  "https://www.npmjs.com/package/adaptive-memory-multi-model-router",
14
14
  "https://github.com/Das-rebel/a3m-router",
15
- "https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/"
15
+ "https://das-rebel.github.io/a3m-router/"
16
16
  ],
17
17
  "downloadUrl": "https://www.npmjs.com/package/adaptive-memory-multi-model-router",
18
18
  "softwareVersion": "2.14.0",
package/docs/robots.txt CHANGED
@@ -34,4 +34,4 @@ User-agent: Applebot-Extended
34
34
  Allow: /
35
35
 
36
36
  # Sitemap
37
- Sitemap: https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/sitemap.xml
37
+ Sitemap: https://das-rebel.github.io/a3m-router/sitemap.xml
package/docs/sitemap.xml CHANGED
@@ -1,25 +1,25 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3
3
  <url>
4
- <loc>https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/</loc>
4
+ <loc>https://das-rebel.github.io/a3m-router/</loc>
5
5
  <lastmod>2026-05-28</lastmod>
6
6
  <changefreq>weekly</changefreq>
7
7
  <priority>1.0</priority>
8
8
  </url>
9
9
  <url>
10
- <loc>https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/quick-start</loc>
10
+ <loc>https://das-rebel.github.io/a3m-router/quick-start</loc>
11
11
  <lastmod>2026-05-28</lastmod>
12
12
  <changefreq>weekly</changefreq>
13
13
  <priority>0.9</priority>
14
14
  </url>
15
15
  <url>
16
- <loc>https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/benchmark</loc>
16
+ <loc>https://das-rebel.github.io/a3m-router/benchmark</loc>
17
17
  <lastmod>2026-05-28</lastmod>
18
18
  <changefreq>weekly</changefreq>
19
19
  <priority>0.9</priority>
20
20
  </url>
21
21
  <url>
22
- <loc>https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/api</loc>
22
+ <loc>https://das-rebel.github.io/a3m-router/api</loc>
23
23
  <lastmod>2026-05-28</lastmod>
24
24
  <changefreq>monthly</changefreq>
25
25
  <priority>0.8</priority>
package/llms-full.txt CHANGED
@@ -208,10 +208,10 @@ npx adaptive-memory-multi-model-router
208
208
  - [GitHub Discussions](https://github.com/Das-rebel/a3m-router/discussions) — Community Q&A, ideas, and show-and-tell
209
209
 
210
210
  ### Documentation Site
211
- - [GitHub Pages](https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/) — Full documentation website
212
- - [Benchmark Results](https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/benchmark) — Independent benchmark data
213
- - [Quick Start](https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/quick-start) — Getting started guide
214
- - [API Reference](https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/api) — SDK and CLI reference
211
+ - [GitHub Pages](https://das-rebel.github.io/a3m-router/) — Full documentation website
212
+ - [Benchmark Results](https://das-rebel.github.io/a3m-router/benchmark) — Independent benchmark data
213
+ - [Quick Start](https://das-rebel.github.io/a3m-router/quick-start) — Getting started guide
214
+ - [API Reference](https://das-rebel.github.io/a3m-router/api) — SDK and CLI reference
215
215
 
216
216
  ### Docs
217
217
  - [ARCHITECTURE.md](./ARCHITECTURE.md) — Codebase architecture
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adaptive-memory-multi-model-router",
3
- "version": "2.13.20",
3
+ "version": "2.13.22",
4
4
  "shortName": "A3M Router",
5
5
  "displayName": "A3M Router - Adaptive Memory Multi-Model Router",
6
6
  "description": "\ud83d\udd25 Fastest-growing npm LLM router \u2014 0 to 10K downloads in 14 days. Parallel multi-LLM execution with independent benchmark validation (138ms baseline, +96ms proxy overhead), 47+ providers, 99.5% routing accuracy, 62% cost savings. Open-source AI gateway with ensemble voting, semantic cache, budget enforcement. 19.5 KB, zero ML.",
@@ -119,7 +119,7 @@
119
119
  "bugs": {
120
120
  "url": "https://github.com/Das-rebel/a3m-router/issues"
121
121
  },
122
- "homepage": "https://das-rebel.github.io/A3M-Router-Parallel-multi-LLM-Gateway/",
122
+ "homepage": "https://das-rebel.github.io/a3m-router/",
123
123
  "scripts": {
124
124
  "test": "node test.js && node test/provider-test.js",
125
125
  "test:py": "python3 -m pytest -q",