adaptive-memory-multi-model-router 2.13.15 โ 2.13.17
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/CHANGELOG.md +22 -120
- package/CONTRIBUTING.md +36 -24
- package/README.md +3 -3
- package/articles/COMPLETE_POSTING_DIRECTORY.md +147 -0
- package/articles/MASTER_POSTING_DIRECTORY.md +189 -0
- package/media/a3m-tui-screenshot.png +0 -0
- package/package.json +47 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,122 +1,24 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
-
|
|
17
|
-
-
|
|
18
|
-
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
25
|
-
- ๐ฆ 156 total keywords for maximum discoverability
|
|
26
|
-
|
|
27
|
-
## [1.9.4] - 2026-05-17
|
|
28
|
-
|
|
29
|
-
### Added
|
|
30
|
-
- ๐ฑ WhatsApp integration export
|
|
31
|
-
- ๐ฌ WhatsApp-Telegram bridge example
|
|
32
|
-
- ๐ฎ Interactive bridge demo
|
|
33
|
-
|
|
34
|
-
## [1.9.3] - 2026-05-17
|
|
35
|
-
|
|
36
|
-
### Added
|
|
37
|
-
- ๐งช Comprehensive test framework (33 tests)
|
|
38
|
-
- ๐ Provider benchmark script
|
|
39
|
-
- ๐ฅ Provider health check functionality
|
|
40
|
-
|
|
41
|
-
## [1.9.2] - 2026-05-17
|
|
42
|
-
|
|
43
|
-
### Added
|
|
44
|
-
- โ๏ธ Generic provider configuration system
|
|
45
|
-
- ๐ง User-configurable providers via JSON
|
|
46
|
-
- ๐ Runtime provider registration
|
|
47
|
-
- ๐ Dynamic model profiles
|
|
48
|
-
|
|
49
|
-
## [1.9.1] - 2026-05-17
|
|
50
|
-
|
|
51
|
-
### Added
|
|
52
|
-
- ๐ฏ Advanced routing with learned algorithm
|
|
53
|
-
- ๐ฐ Cost estimation and tracking
|
|
54
|
-
- ๐ Automatic fallback chains
|
|
55
|
-
- ๐ฆ 12 provider support (API, CLI, Local)
|
|
56
|
-
|
|
57
|
-
## [1.9.0] - 2026-05-17
|
|
58
|
-
|
|
59
|
-
### Added
|
|
60
|
-
- โ
133 comprehensive tests passing
|
|
61
|
-
- ๐จ 139 keywords for discoverability
|
|
62
|
-
- ๐ 116 integrations
|
|
63
|
-
- ๐ค 76 exports
|
|
64
|
-
- ๐ฅ๏ธ 15 CLI commands
|
|
65
|
-
- ๐ง Memory tree, auto-fetch, obsidian vault
|
|
66
|
-
- ๐พ Response caching, prefix caching
|
|
67
|
-
- ๐ Speculative decoding, batch processing
|
|
68
|
-
|
|
69
|
-
## [1.8.1] - 2026-05-16
|
|
70
|
-
|
|
71
|
-
### Fixed
|
|
72
|
-
- ๐ Memory tree search with punctuation
|
|
73
|
-
- ๐ค Minimum word length for search (2 chars)
|
|
74
|
-
|
|
75
|
-
## [1.8.0] - 2026-05-16
|
|
76
|
-
|
|
77
|
-
### Fixed
|
|
78
|
-
- ๐ 14 critical bugs including exports, CLI, cost tracking
|
|
79
|
-
- ๐ CLI rewrite with proper commands
|
|
80
|
-
- ๐ฐ Cost command returning NaN
|
|
81
|
-
|
|
82
|
-
## [1.7.3] - 2026-05-16
|
|
83
|
-
|
|
84
|
-
### Added
|
|
85
|
-
- ๐ Providers subpath export
|
|
86
|
-
|
|
87
|
-
## [1.7.2] - 2026-05-16
|
|
88
|
-
|
|
89
|
-
### Added
|
|
90
|
-
- ๐ง Memory API improvements
|
|
91
|
-
|
|
92
|
-
## [1.7.1] - 2026-05-16
|
|
93
|
-
|
|
94
|
-
### Added
|
|
95
|
-
- ๐ญ createA3MRouter factory function
|
|
96
|
-
- ๐ค Proper module exports
|
|
97
|
-
|
|
98
|
-
## [1.7.0] - 2026-05-16
|
|
99
|
-
|
|
100
|
-
### Added
|
|
101
|
-
- ๐ท๏ธ 139 keywords for AI discoverability
|
|
102
|
-
|
|
103
|
-
## [1.6.0] - 2026-05-15
|
|
104
|
-
|
|
105
|
-
### Added
|
|
106
|
-
- ๐ Initial release
|
|
107
|
-
- ๐ Core routing functionality
|
|
108
|
-
- ๐พ Caching and cost tracking
|
|
109
|
-
- ๐ Retry and circuit breaker patterns
|
|
110
|
-
|
|
111
|
-
---
|
|
112
|
-
|
|
113
|
-
## Release Statistics
|
|
114
|
-
|
|
115
|
-
| Version | Downloads | Key Feature |
|
|
116
|
-
|---------|-----------|-------------|
|
|
117
|
-
| 1.9.5 | 320/day | Security + GEO |
|
|
118
|
-
| 1.9.0 | 552/day | 133 tests passing |
|
|
119
|
-
| 1.8.0 | Growing | Bug fixes |
|
|
120
|
-
| 1.7.0 | Initial | 139 keywords |
|
|
121
|
-
|
|
122
|
-
*Total: 872+ weekly downloads*
|
|
3
|
+
## v2.13.x โ TUI & DX (May 2026)
|
|
4
|
+
- ๐จ **Sakura light pink terminal UI** โ overlay box with `/route`, `/cost`, `/health`, `/models`, `/model`
|
|
5
|
+
- ๐ท๏ธ **20 GitHub topics** โ ai-gateway, caching, nvidia, tui, terminal
|
|
6
|
+
- ๐ฆ **54 npm keywords** โ expanded discoverability
|
|
7
|
+
- โญ **Star CTA** in README
|
|
8
|
+
|
|
9
|
+
## v2.12.x โ NVIDIA NIM + DeepSeek (May 2026)
|
|
10
|
+
- ๐ **NVIDIA NIM** โ 10 free models (llama-3.1, nemotron, gemma, qwen)
|
|
11
|
+
- ๐จ๐ณ **DeepSeek V4** โ flash + pro models, cost-optimized routing
|
|
12
|
+
- ๐ฐ **Cost tracking** โ `/cost` endpoint with by-provider breakdown
|
|
13
|
+
- ๐ **npm visibility** โ 10K downloads in 14 days
|
|
14
|
+
|
|
15
|
+
## v2.9.xโv2.11.x โ Growth (May 2026)
|
|
16
|
+
- ๐ **npm search optimization** โ keyword refinement, daily publishes
|
|
17
|
+
- ๐งช **CI pipeline** โ github actions build + test
|
|
18
|
+
- ๐ **Documentation** โ QUICK_START, USE_CASES, multi-language README
|
|
19
|
+
|
|
20
|
+
## v2.0.x โ Launch (May 2026)
|
|
21
|
+
- ๐ **47+ providers** with auto-routing
|
|
22
|
+
- ๐ง **99.5% routing accuracy** with UCB1 + MCTS
|
|
23
|
+
- ๐พ **Semantic cache** with 30%+ hit rate
|
|
24
|
+
- ๐ **62% cost savings** vs all-premium routing
|
package/CONTRIBUTING.md
CHANGED
|
@@ -1,38 +1,50 @@
|
|
|
1
1
|
# Contributing to A3M Router
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Thanks for helping build the fastest-growing open-source LLM router! ๐
|
|
4
4
|
|
|
5
|
-
## Quick
|
|
5
|
+
## Quick Setup
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
```bash
|
|
8
|
+
git clone https://github.com/Das-rebel/a3m-router.git
|
|
9
|
+
cd a3m-router
|
|
10
|
+
npm install
|
|
11
|
+
npm run build
|
|
12
|
+
```
|
|
12
13
|
|
|
13
|
-
##
|
|
14
|
+
## Project Structure
|
|
14
15
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
```
|
|
17
|
+
src/
|
|
18
|
+
โโโ providers/ # 47+ LLM provider configurations
|
|
19
|
+
โโโ routing/ # UCB1 + MCTS routing engine
|
|
20
|
+
โโโ cache/ # Semantic deduplication cache
|
|
21
|
+
โโโ proxy/ # OpenAI-compatible proxy server
|
|
22
|
+
โโโ tui/ # Terminal UI overlay
|
|
23
|
+
```
|
|
20
24
|
|
|
21
|
-
## Development
|
|
25
|
+
## Development
|
|
22
26
|
|
|
23
27
|
```bash
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
npm test
|
|
28
|
+
npm run build # Compile TypeScript
|
|
29
|
+
npm test # Run tests
|
|
30
|
+
node dist/tui/dashboard.js # Launch TUI
|
|
28
31
|
```
|
|
29
32
|
|
|
30
|
-
##
|
|
33
|
+
## PR Guidelines
|
|
34
|
+
|
|
35
|
+
- Keep the package under 20KB (no ML deps)
|
|
36
|
+
- Add provider configs in `src/providers/`
|
|
37
|
+
- Route logic in `src/routing/`
|
|
38
|
+
- TUI changes in `src/tui/`
|
|
39
|
+
- Update CHANGELOG.md
|
|
40
|
+
|
|
41
|
+
## Adding a Provider
|
|
31
42
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
43
|
+
1. Add config in `src/providers/providerConfig.ts`
|
|
44
|
+
2. Set tier: `free` / `cheap` / `mid` / `premium`
|
|
45
|
+
3. Add to `PROVIDER_TIERS` map
|
|
46
|
+
4. PR with latency benchmarks
|
|
35
47
|
|
|
36
|
-
##
|
|
48
|
+
## Questions?
|
|
37
49
|
|
|
38
|
-
|
|
50
|
+
Open an issue or reach out on [GitHub Discussions](https://github.com/Das-rebel/a3m-router/discussions).
|
package/README.md
CHANGED
|
@@ -17,15 +17,15 @@
|
|
|
17
17
|
|
|
18
18
|
### Quick Start: [`docs/QUICK_START.md`](./docs/QUICK_START.md)
|
|
19
19
|
|
|
20
|
+
> **โญ If A3M Router saves you money, star the repo!** โ [github.com/Das-rebel/a3m-router](https://github.com/Das-rebel/a3m-router)
|
|
21
|
+
|
|
20
22
|
### ๐
Terminal UI
|
|
21
23
|
|
|
22
24
|
```bash
|
|
23
|
-
npx a3m
|
|
24
|
-
# or directly:
|
|
25
25
|
node dist/tui/dashboard.js
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
Sakura pink overlay box
|
|
28
|
+
Sakura pink overlay box with `/route`, `/cost`, `/health`, `/models`, `/model <provider>`. Type anything to auto-route through the cheapest model.
|
|
29
29
|
|
|
30
30
|
### ๐ By the Numbers
|
|
31
31
|
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
# ๐ A3M Router โ Complete Posting & Discovery Directory
|
|
2
|
+
|
|
3
|
+
## โ
Published / Submitted
|
|
4
|
+
|
|
5
|
+
| Platform | Status | Link |
|
|
6
|
+
|:---------|:-------|:-----|
|
|
7
|
+
| dev.to article | โ
Live | https://dev.to/megha_mukherjee_5eb776f2b/three-llm-infrastructure-problems-that-shouldnt-exist-in-2026-3a88 |
|
|
8
|
+
| GitHub Release v2.14.0-growth | โ
Live | https://github.com/Das-rebel/a3m-router/releases/tag/v2.14.0-growth |
|
|
9
|
+
| npm v2.13.13 | โ
Live | `npm install adaptive-memory-multi-model-router` |
|
|
10
|
+
| awesome-ai-gateways | โ
PR #6 | https://github.com/12britz/awesome-ai-gateways/pull/6 |
|
|
11
|
+
| awesome-llm-gateways | โ
PR #1 | https://github.com/wauputr4/awesome-llm-gateways/pull/1 |
|
|
12
|
+
| awesome-model-agnostic-llm | โ
PR #2 | https://github.com/pyxis3-ai/awesome-model-agnostic-llm/pull/2 |
|
|
13
|
+
| awesome-ai-tools (5,318โ
) | โ
PR #1404 | https://github.com/mahseema/awesome-ai-tools/pull/1404 |
|
|
14
|
+
| awesome-ai-coding-tools (1,749โ
) | โ
PR #358 | https://github.com/ai-for-developers/awesome-ai-coding-tools/pull/358 |
|
|
15
|
+
| **awesome-LLM-resources** (8,429โ
) | โ
**PR #125** | https://github.com/WangRongsheng/awesome-LLM-resources/pull/125 |
|
|
16
|
+
|
|
17
|
+
---
|
|
18
|
+
|
|
19
|
+
## ๐ Awesome Lists โ 20+ Total Targets
|
|
20
|
+
|
|
21
|
+
| # | List | Stars | Section | Status |
|
|
22
|
+
|:-:|:-----|:-----:|:--------|:-------|
|
|
23
|
+
| 1 | awesome-ai-gateways | 2โ
| AI Gateways | โ
PR #6 |
|
|
24
|
+
| 2 | awesome-llm-gateways | 2โ
| Comparison Table | โ
PR #1 |
|
|
25
|
+
| 3 | awesome-model-agnostic-llm | 2โ
| Inference routers | โ
PR #2 |
|
|
26
|
+
| 4 | awesome-ai-tools | **5,318โ
** | Developer tools | โ
PR #1404 |
|
|
27
|
+
| 5 | awesome-ai-coding-tools | **1,749โ
** | AI Frameworks & SDKs | โ
PR #358 |
|
|
28
|
+
| 6 | awesome-LLM-resources (Chinese) | **8,429โ
** | ๆจ็ Inference | โ
**PR #125** |
|
|
29
|
+
| 7 | awesome-llm-apps | **111Kโ
** | LLM Optimization Tools | ๐ฒ Need fork |
|
|
30
|
+
| 8 | awesome-nodejs | **65Kโ
** | No AI section | โ Not fit |
|
|
31
|
+
| 9 | awesome-opensource-ai | 3,683โ
| Dev Tools (needs 1Kโ
) | โ Too few stars |
|
|
32
|
+
| 10 | Awesome-LLMOps | 5,794โ
| Serving section | ๐ฒ Need fork |
|
|
33
|
+
| 11 | awesome-ml-serving | 51โ
| ML serving | ๐ฒ Need fork |
|
|
34
|
+
| 12 | awesome-typescript | 5,101โ
| No AI section | โ Not fit |
|
|
35
|
+
| 13 | awesome-ai-agents | 28Kโ
| Agent tools | ๐ฒ Need to check |
|
|
36
|
+
| 14 | awesome-ai-sdks | 1,178โ
| SDKs list | ๐ฒ Need to check |
|
|
37
|
+
| 15 | awesome-ai-proxy (Chinese) | 692โ
| API proxy list | ๐ฒ Need to check |
|
|
38
|
+
| 16 | awesome-open-source-ai | โ | Various | ๐ฒ Need star growth |
|
|
39
|
+
|
|
40
|
+
---
|
|
41
|
+
|
|
42
|
+
## ๐ช AI Tool Directories (Free Submission)
|
|
43
|
+
|
|
44
|
+
These get indexed by Google/AI search engines:
|
|
45
|
+
|
|
46
|
+
| Directory | URL | Status |
|
|
47
|
+
|:----------|:----|:-------|
|
|
48
|
+
| Futurepedia | https://futurepedia.io/submit-tool | ๐ฐ $247 listing |
|
|
49
|
+
| ThereIsAnAIForThat | https://theresanaiforthat.com/submit | ๐ Cloudflare blocked |
|
|
50
|
+
| AI Collective | https://aicollective.dev/submit | ๐ Blocked |
|
|
51
|
+
| Toolify | https://toolify.ai/submit-tool | ๐ Cloudflare blocked |
|
|
52
|
+
| GPTE | https://gpte.ai/submit | ๐ Blocked |
|
|
53
|
+
| EasyWithAI | https://easywithai.com/submit | ๐ Cloudflare blocked |
|
|
54
|
+
| AllThingsAI | https://allthingsai.com/submit-tool | ๐ Blocked |
|
|
55
|
+
| AI Scout | https://aiscout.net/submit-tool | ๐ Blocked |
|
|
56
|
+
| TopAI.tools | https://topai.tools/submit | ๐ Blocked |
|
|
57
|
+
| Toolpilot | https://toolpilot.ai/submit | ๐ Blocked |
|
|
58
|
+
| aiXploria | https://www.aixploria.com/ | ๐ Cloudflare |
|
|
59
|
+
| aitoolhunt | https://www.aitoolhunt.com/ | ๐ Blocked |
|
|
60
|
+
| aivalley | https://www.aivalley.ai/ | ๐ Blocked |
|
|
61
|
+
| aitools.fyi | https://www.aitools.fyi/ | ๐ Blocked |
|
|
62
|
+
|
|
63
|
+
> **Note:** Most AI directories use Cloudflare and require manual browser submission.
|
|
64
|
+
> Use the browser to manually submit each one.
|
|
65
|
+
|
|
66
|
+
---
|
|
67
|
+
|
|
68
|
+
## ๐จ๐ณ Chinese Platforms (ไธญๆๅนณๅฐ)
|
|
69
|
+
|
|
70
|
+
| Platform | URL | Type | Status |
|
|
71
|
+
|:---------|:----|:-----|:-------|
|
|
72
|
+
| ๆชๆฅ็พ็ง (FutureWiki) | https://nav.6ai.cn | AIๅฏผ่ช็ซ | ๐ฒ Manual |
|
|
73
|
+
| AIๅทฅๅ
ท้ | https://aigc.cn | AIๅทฅๅ
ท้ๅ | ๐ฒ Manual |
|
|
74
|
+
| ๆ้AI | https://ai.juejin.cn | ๅผๅ่
็คพๅบ | ๐ฒ Manual |
|
|
75
|
+
| ๆๅฆAI | https://segmentfault.com/ai | ๆๆฏ็คพๅบ | ๐ฒ Manual |
|
|
76
|
+
| ๅผๆบไธญๅฝ (OSChina) | https://oschina.net | ๅผๆบ็คพๅบ | ๐ฒ Manual |
|
|
77
|
+
| ็ฅไนAI | https://zhihu.com/topic/ai | ้ฎ็ญๅนณๅฐ | ๐ฒ Manual |
|
|
78
|
+
| CSDN | https://csdn.net | ๅผๅ่
็คพๅบ | ๐ฒ Manual |
|
|
79
|
+
| InfoQไธญๆ | https://infoq.cn | ๆๆฏๅชไฝ | ๐ฒ Manual |
|
|
80
|
+
| ๆบๅจไนๅฟ | https://jiqizhixin.com | AIๅชไฝ | ๐ฒ Manual |
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
## ๐ฐ Developer Publications
|
|
85
|
+
|
|
86
|
+
| Publication | URL | Status |
|
|
87
|
+
|:------------|:----|:-------|
|
|
88
|
+
| **dev.to** | โ | โ
Published |
|
|
89
|
+
| Hacker Noon | https://hackernoon.com/submit | ๐ฒ Manual |
|
|
90
|
+
| FreeCodeCamp | https://freecodecamp.org/news | ๐ฒ Manual |
|
|
91
|
+
| DZone | https://dzone.com/write-for-dzone | ๐ฒ Manual |
|
|
92
|
+
| Better Programming | https://betterprogramming.pub | ๐ฒ Manual |
|
|
93
|
+
| Level Up Coding | https://levelup.gitconnected.com | ๐ฒ Manual |
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## ๐ง Newsletters
|
|
98
|
+
|
|
99
|
+
| Newsletter | URL | Subscribers | Status |
|
|
100
|
+
|:-----------|:----|:------------|:-------|
|
|
101
|
+
| TLDR AI | https://tldr.tech/ai/submit | 500K+ | ๐ฒ Manual |
|
|
102
|
+
| The Neuron | https://neuronpublish.com | 300K+ | ๐ฒ Manual |
|
|
103
|
+
| AI Breakfast | https://aibreakfast.com/submit | 100K+ | ๐ฒ Manual |
|
|
104
|
+
| Ben's Bites | https://bensbites.com/submit | 200K+ | ๐ฒ Manual |
|
|
105
|
+
| Last Week in AI | https://lastweekin.ai/submit | 50K+ | ๐ฒ Manual |
|
|
106
|
+
| Import AI | jack@sequoiacap.com | 30K+ | ๐ฒ Email |
|
|
107
|
+
|
|
108
|
+
---
|
|
109
|
+
|
|
110
|
+
## ๐ค Ecosystem Integrations (Permanent Discoverability)
|
|
111
|
+
|
|
112
|
+
| Platform | Action | Impact |
|
|
113
|
+
|:---------|:-------|:-------|
|
|
114
|
+
| **LangChain** | Create custom LLM provider integration | 100K+ users |
|
|
115
|
+
| **LlamaIndex** | Add as tool/retriever | 50K+ users |
|
|
116
|
+
| **Vercel AI SDK** | Community provider | 50K+ users |
|
|
117
|
+
| **HuggingFace Spaces** | Deploy live demo space | 1M+ visitors |
|
|
118
|
+
|
|
119
|
+
---
|
|
120
|
+
|
|
121
|
+
## ๐ Platform Priority
|
|
122
|
+
|
|
123
|
+
```
|
|
124
|
+
P0 โ DONE:
|
|
125
|
+
โ
dev.to article published
|
|
126
|
+
โ
npm published with 40 keywords
|
|
127
|
+
โ
6 Awesome List PRs submitted
|
|
128
|
+
โ
GitHub Release created
|
|
129
|
+
โ
AI discoverability (llms.txt, topics, schema)
|
|
130
|
+
|
|
131
|
+
P1 โ CAN DO NOW:
|
|
132
|
+
๐ฒ Fork + PR to awesome-llm-apps (111Kโ
) โ LLM Optimization Tools
|
|
133
|
+
๐ฒ Fork + PR to Awesome-LLMOps (5.8Kโ
) โ Serving section
|
|
134
|
+
๐ฒ Submit to OSChina manually (Chinese open source)
|
|
135
|
+
๐ฒ Post to Reddit as Daslearnsai
|
|
136
|
+
|
|
137
|
+
P2 โ NEEDS MANUAL BROWSER:
|
|
138
|
+
๐ฒ Submit to AI tool directories (15 platforms)
|
|
139
|
+
๐ฒ Submit to Chinese AI directories (9 platforms)
|
|
140
|
+
๐ฒ Submit to newsletters (6 newsletters)
|
|
141
|
+
|
|
142
|
+
P3 โ LONG TERM:
|
|
143
|
+
๐ฒ LangChain provider integration
|
|
144
|
+
๐ฒ Vercel AI SDK integration
|
|
145
|
+
๐ฒ HuggingFace Space demo
|
|
146
|
+
๐ฒ Reach 1K GitHub stars โ unlock 10+ more awesome lists
|
|
147
|
+
```
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# ๐ A3M Router โ MASTER POSTING & SEO DIRECTORY
|
|
2
|
+
|
|
3
|
+
> Compiled from vault tweets + research. Updated 2026-05-27.
|
|
4
|
+
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
## ๐ ALREADY DONE
|
|
8
|
+
|
|
9
|
+
| Action | Status | Link |
|
|
10
|
+
|:-------|:-------|:-----|
|
|
11
|
+
| dev.to article | โ
| https://dev.to/megha_mukherjee_5eb776f2b/three-llm-infrastructure-problems-that-shouldnt-exist-in-2026-3a88 |
|
|
12
|
+
| npm v2.13.13 | โ
| 40 keywords, growth description |
|
|
13
|
+
| GitHub Release v2.14.0-growth | โ
| Tagged on repo |
|
|
14
|
+
| GitHub AI discoverability | โ
| llms.txt, 16 topics, schema |
|
|
15
|
+
| awesome-ai-gateways PR #6 | โ
| Open Source AI Gateways |
|
|
16
|
+
| awesome-llm-gateways PR #1 | โ
| Comparison table |
|
|
17
|
+
| awesome-model-agnostic-llm PR #2 | โ
| Inference routers |
|
|
18
|
+
| awesome-ai-tools PR #1404 (5.3Kโ
) | โ
| Developer tools |
|
|
19
|
+
| awesome-ai-coding-tools PR #358 (1.7Kโ
) | โ
| AI Frameworks & SDKs |
|
|
20
|
+
| awesome-LLM-resources PR #125 (8.4Kโ
) | โ
| ๆจ็ Inference (Chinese) |
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## ๐ด REDDIT (Vault-Sourced โ 35+ Subreddits)
|
|
25
|
+
|
|
26
|
+
From vault tweets @mayakyler + @natiakourdadze + @alexsssaint:
|
|
27
|
+
|
|
28
|
+
### Product/Startup Promotion
|
|
29
|
+
| Subreddit | Members | Focus |
|
|
30
|
+
|:----------|:-------:|:------|
|
|
31
|
+
| r/SideProject | 2.5M | Show your side project |
|
|
32
|
+
| r/IMadeThis | 300K | I made something |
|
|
33
|
+
| r/AlphaandBetausers | 10K | Beta testers needed |
|
|
34
|
+
| r/RoastMyStartup | 100K | Get feedback |
|
|
35
|
+
| r/IndieBiz | 50K | Indie business |
|
|
36
|
+
| r/SmallBusiness | 3M | Small biz tools |
|
|
37
|
+
| r/Promotereddit | 50K | Promo allowed |
|
|
38
|
+
| r/GrowthHacking | 5M | Growth strategies |
|
|
39
|
+
|
|
40
|
+
### Tech/Dev Communities
|
|
41
|
+
| Subreddit | Members | Focus |
|
|
42
|
+
|:----------|:-------:|:------|
|
|
43
|
+
| r/javascript | 2.5M | JavaScript show & tell |
|
|
44
|
+
| r/typescript | 400K | TypeScript projects |
|
|
45
|
+
| r/node | 250K | Node.js packages |
|
|
46
|
+
| r/opensource | 200K | Open-source projects |
|
|
47
|
+
| r/devops | 300K | Infrastructure |
|
|
48
|
+
|
|
49
|
+
### AI-Specific
|
|
50
|
+
| Subreddit | Members | Focus |
|
|
51
|
+
|:----------|:-------:|:------|
|
|
52
|
+
| r/LLMDevs | 50K+ | LLM development |
|
|
53
|
+
| r/MachineLearning | 2.7M | ML community |
|
|
54
|
+
| r/artificial | 550K | AI general |
|
|
55
|
+
| r/LocalLLaMA | 200K | Local LLMs |
|
|
56
|
+
|
|
57
|
+
### More (from vault)
|
|
58
|
+
| Subreddit | Focus |
|
|
59
|
+
|:----------|:------|
|
|
60
|
+
| r/Digitalnomad | Remote tools |
|
|
61
|
+
| r/LifeProTips | Helpful tools |
|
|
62
|
+
| r/lifehacks | Productivity |
|
|
63
|
+
| r/explainlikeimfive | Explain tech |
|
|
64
|
+
| r/todayilearned | Share knowledge |
|
|
65
|
+
| r/Analytics | SEO/data |
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
## ๐ LAUNCH PLATFORMS
|
|
70
|
+
|
|
71
|
+
| Platform | URL | Type | Notes |
|
|
72
|
+
|:---------|:----|:-----|:------|
|
|
73
|
+
| **Product Hunt** | https://producthunt.com | #1 launch platform | Need maker profile |
|
|
74
|
+
| **Hacker News** | https://news.ycombinator.com/submit | Show HN | Need HN account |
|
|
75
|
+
| **BetaList** | https://betalist.com/submit | Startup directory | Free submission |
|
|
76
|
+
| **BetaPage** | https://betapage.co/submit | Startup directory | Free |
|
|
77
|
+
| **Launching Next** | https://launchingnext.com | Startup discovery | Free |
|
|
78
|
+
| **PitchHunt** | https://pitchhunt.com | PH alternative | Free |
|
|
79
|
+
| **Launchber** | https://launchber.com | Show HN directory | Free |
|
|
80
|
+
| **Show HN Party** | https://showhn.party | HN launches | Free |
|
|
81
|
+
| **Indie Hackers** | https://indiehackers.com | Founder community | Post as project |
|
|
82
|
+
|
|
83
|
+
---
|
|
84
|
+
|
|
85
|
+
## ๐ฐ DEVELOPER PUBLICATIONS
|
|
86
|
+
|
|
87
|
+
| Publication | URL | Traffic |
|
|
88
|
+
|:------------|:----|:--------|
|
|
89
|
+
| **dev.to** | โ
Already posted | 4M devs |
|
|
90
|
+
| Hacker Noon | https://hackernoon.com/submit | 4M readers |
|
|
91
|
+
| FreeCodeCamp | https://freecodecamp.org/news | 8M devs |
|
|
92
|
+
| DZone | https://dzone.com/write-for-dzone | 1M+ |
|
|
93
|
+
| Better Programming | https://betterprogramming.pub | Medium pub |
|
|
94
|
+
| Level Up Coding | https://levelup.gitconnected.com | Medium pub |
|
|
95
|
+
| Codeburst | https://codeburst.io | Medium pub |
|
|
96
|
+
| The Startup | https://medium.com/swlh | Medium pub |
|
|
97
|
+
|
|
98
|
+
---
|
|
99
|
+
|
|
100
|
+
## ๐ช AI TOOL DIRECTORIES (15+)
|
|
101
|
+
|
|
102
|
+
| Directory | URL | Submit |
|
|
103
|
+
|:----------|:----|:-------|
|
|
104
|
+
| Futurepedia | https://futurepedia.io | ๐ฐ$247+ |
|
|
105
|
+
| ThereIsAnAIForThat | https://theresanaiforthat.com | ๐ Cloudflare |
|
|
106
|
+
| AI Collective | https://aicollective.dev | ๐ |
|
|
107
|
+
| Toolify | https://toolify.ai | ๐ |
|
|
108
|
+
| AllThingsAI | https://allthingsai.com | ๐ |
|
|
109
|
+
| AI Scout | https://aiscout.net | ๐ |
|
|
110
|
+
| TopAI.tools | https://topai.tools | ๐ |
|
|
111
|
+
| aiXploria | https://aixploria.com | ๐ |
|
|
112
|
+
| aitoolhunt | https://aitoolhunt.com | ๐ |
|
|
113
|
+
| EasyWithAI | https://easywithai.com | ๐ |
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## ๐จ๐ณ CHINESE PLATFORMS (ไธญๆ)
|
|
118
|
+
|
|
119
|
+
| Platform | URL | Type | Action |
|
|
120
|
+
|:---------|:----|:-----|:-------|
|
|
121
|
+
| ๅผๆบไธญๅฝ OSChina | https://oschina.net | ๅผๆบ็คพๅบ | Submit project |
|
|
122
|
+
| ๆ้ Juejin | https://juejin.cn | ๅผๅ่
็คพๅบ | Post article |
|
|
123
|
+
| ๆๅฆ SegmentFault | https://segmentfault.com | ๆๆฏ็คพๅบ | Post article |
|
|
124
|
+
| ็ฅไน Zhihu | https://zhihu.com | ้ฎ็ญๅนณๅฐ | Answer AI questions |
|
|
125
|
+
| CSDN | https://csdn.net | ๅผๅ่
็คพๅบ | Post article |
|
|
126
|
+
| InfoQไธญๆ | https://infoq.cn | ๆๆฏๅชไฝ | Pitch story |
|
|
127
|
+
| ๆบๅจไนๅฟ | https://jiqizhixin.com | AIๅชไฝ | Pitch story |
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## ๐ง NEWSLETTERS
|
|
132
|
+
|
|
133
|
+
| Newsletter | URL | Subs | Action |
|
|
134
|
+
|:-----------|:----|:----:|:-------|
|
|
135
|
+
| TLDR AI | https://tldr.tech/ai/submit | 500K+ | Submit tool |
|
|
136
|
+
| The Neuron | https://neuronpublish.com | 300K+ | Submit |
|
|
137
|
+
| AI Breakfast | https://aibreakfast.com | 100K+ | Submit |
|
|
138
|
+
| Ben's Bites | https://bensbites.com | 200K+ | Submit |
|
|
139
|
+
| Last Week in AI | https://lastweekin.ai | 50K+ | Submit |
|
|
140
|
+
| Import AI | jack@sequoiacap.com | 30K+ | Email |
|
|
141
|
+
|
|
142
|
+
---
|
|
143
|
+
|
|
144
|
+
## ๐ค ECOSYSTEM INTEGRATIONS
|
|
145
|
+
|
|
146
|
+
| Platform | Integration | Impact |
|
|
147
|
+
|:---------|:------------|:-------|
|
|
148
|
+
| **LangChain** | Custom LLM provider | 150K+ GitHub |
|
|
149
|
+
| **LlamaIndex** | Tool/retriever | 50K+ GitHub |
|
|
150
|
+
| **Vercel AI SDK** | Community provider | 50K+ GitHub |
|
|
151
|
+
| **HuggingFace Spaces** | Live demo | 1M+ monthly |
|
|
152
|
+
| **OpenAI Cookbook** | Usage pattern | 20K+ GitHub |
|
|
153
|
+
|
|
154
|
+
---
|
|
155
|
+
|
|
156
|
+
## ๐ AWESOME LISTS (Pending Star Growth)
|
|
157
|
+
|
|
158
|
+
Needs 1K+ GitHub stars before many awesome lists will accept:
|
|
159
|
+
|
|
160
|
+
| List | Stars Required | Current |
|
|
161
|
+
|:-----|:--------------:|:-------:|
|
|
162
|
+
| awesome-opensource-ai | 1Kโ
| 4โ
|
|
|
163
|
+
| awesome-llm-apps (111Kโ
) | No formal req | 4โ
|
|
|
164
|
+
| Awesome-LLMOps (5.8Kโ
) | No formal req | 4โ
|
|
|
165
|
+
| awesome-ai-agents (28Kโ
) | Individual pages | 4โ
|
|
|
166
|
+
| awesome-nodejs (65Kโ
) | No AI section | N/A |
|
|
167
|
+
|
|
168
|
+
**Next goal:** Reach 100โ
โ unlock most awesome lists โ 1Kโ
for strict ones.
|
|
169
|
+
|
|
170
|
+
---
|
|
171
|
+
|
|
172
|
+
## ๐ PRIORITY TRACKER
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
DONE (10 items):
|
|
176
|
+
โ
dev.to article
|
|
177
|
+
โ
npm v2.13.13
|
|
178
|
+
โ
GitHub Release v2.14.0-growth
|
|
179
|
+
โ
6 Awesome List PRs
|
|
180
|
+
โ
AI discoverability (llms.txt, 16 topics, schema)
|
|
181
|
+
โ
Posting directory saved to repo
|
|
182
|
+
|
|
183
|
+
NEXT (this week):
|
|
184
|
+
๐ฒ Submit to OSChina (Chinese open source)
|
|
185
|
+
๐ฒ Post to Reddit (5 subreddits)
|
|
186
|
+
๐ฒ Submit to BetaList
|
|
187
|
+
๐ฒ Submit to TLDR AI newsletter
|
|
188
|
+
๐ฒ Reach 100 GitHub stars โ unlock more awesome lists
|
|
189
|
+
```
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaptive-memory-multi-model-router",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.17",
|
|
4
4
|
"shortName": "A3M Router",
|
|
5
5
|
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
|
|
6
6
|
"description": "๐ฅ Fastest-growing npm LLM router โ 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.",
|
|
@@ -55,46 +55,60 @@
|
|
|
55
55
|
}
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
|
-
"llm-router",
|
|
59
58
|
"ai-gateway",
|
|
60
|
-
"llm-gateway",
|
|
61
|
-
"multi-llm",
|
|
62
|
-
"parallel-llm",
|
|
63
|
-
"openai-proxy",
|
|
64
|
-
"llm-proxy",
|
|
65
|
-
"cost-optimization",
|
|
66
59
|
"ai-infrastructure",
|
|
67
|
-
"routing",
|
|
68
|
-
"provider-routing",
|
|
69
|
-
"model-routing",
|
|
70
|
-
"llm-routing",
|
|
71
|
-
"parallel-execution",
|
|
72
|
-
"ensemble-voting",
|
|
73
|
-
"confidence-scoring",
|
|
74
|
-
"semantic-cache",
|
|
75
|
-
"circuit-breaker",
|
|
76
|
-
"budget-enforcement",
|
|
77
|
-
"prompt-guardrails",
|
|
78
|
-
"llm-security",
|
|
79
|
-
"groq",
|
|
80
60
|
"anthropic",
|
|
81
|
-
"
|
|
61
|
+
"api-gateway",
|
|
62
|
+
"artificial-intelligence",
|
|
63
|
+
"budget",
|
|
64
|
+
"budget-control",
|
|
65
|
+
"budget-enforcement",
|
|
66
|
+
"caching",
|
|
67
|
+
"chat",
|
|
68
|
+
"circuit-breaker",
|
|
69
|
+
"cli-tool",
|
|
70
|
+
"confidence-scoring",
|
|
71
|
+
"cost-optimization",
|
|
72
|
+
"cost-tracker",
|
|
73
|
+
"cross-provider",
|
|
82
74
|
"deepseek",
|
|
83
|
-
"
|
|
75
|
+
"devtools",
|
|
76
|
+
"ensemble-voting",
|
|
77
|
+
"free-llm",
|
|
84
78
|
"gemini",
|
|
79
|
+
"groq",
|
|
80
|
+
"independent-benchmark",
|
|
81
|
+
"llm",
|
|
82
|
+
"llm-cost",
|
|
83
|
+
"llm-gateway",
|
|
84
|
+
"llm-proxy",
|
|
85
|
+
"llm-router",
|
|
86
|
+
"llm-routing",
|
|
87
|
+
"llm-security",
|
|
88
|
+
"machine-learning",
|
|
85
89
|
"mistral",
|
|
86
|
-
"
|
|
90
|
+
"model-routing",
|
|
91
|
+
"multi-llm",
|
|
92
|
+
"multi-provider",
|
|
87
93
|
"nodejs",
|
|
94
|
+
"nvidia",
|
|
95
|
+
"nvidia-free",
|
|
96
|
+
"nvidia-nim",
|
|
88
97
|
"open-source",
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
98
|
+
"openai",
|
|
99
|
+
"openai-proxy",
|
|
100
|
+
"overlay",
|
|
101
|
+
"parallel-execution",
|
|
102
|
+
"parallel-llm",
|
|
103
|
+
"prompt-guardrails",
|
|
104
|
+
"provider-routing",
|
|
105
|
+
"repl",
|
|
106
|
+
"routing",
|
|
107
|
+
"semantic-cache",
|
|
108
|
+
"terminal-ui",
|
|
95
109
|
"third-party-validation",
|
|
96
|
-
"
|
|
97
|
-
"
|
|
110
|
+
"tui",
|
|
111
|
+
"typescript"
|
|
98
112
|
],
|
|
99
113
|
"author": "Das-rebel <subho@example.com>",
|
|
100
114
|
"license": "MIT",
|
|
@@ -134,11 +148,7 @@
|
|
|
134
148
|
},
|
|
135
149
|
"dependencies": {
|
|
136
150
|
"blessed": "^0.1.81",
|
|
137
|
-
"
|
|
138
|
-
"boxen": "^7.1.1",
|
|
139
|
-
"chalk": "^4.1.2",
|
|
140
|
-
"nanoid": "^5.0.0",
|
|
141
|
-
"ora": "^8.2.0"
|
|
151
|
+
"nanoid": "^5.0.0"
|
|
142
152
|
},
|
|
143
153
|
"devDependencies": {
|
|
144
154
|
"@types/node": "^25.8.0",
|