adaptive-memory-multi-model-router 2.13.16 โ 2.13.18
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/DISCUSSIONS_WELCOME.md +27 -0
- package/.github/DISCUSSION_TEMPLATE.yml +5 -0
- package/README.md +1 -19
- package/articles/COMPLETE_POSTING_DIRECTORY.md +147 -0
- package/articles/MASTER_POSTING_DIRECTORY.md +189 -0
- package/hf-space/README.md +22 -0
- package/hf-space/app.py +97 -0
- package/package.json +2 -6
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Welcome to A3M Router Discussions!
|
|
2
|
+
|
|
3
|
+
## ๐ฏ What is A3M Router?
|
|
4
|
+
A3M Router is an open-source LLM router that runs queries across **47+ providers in parallel**, scores responses by confidence, and returns the best result. No sequential fallback. No vendor lock-in.
|
|
5
|
+
|
|
6
|
+
## ๐ฌ Discussion Categories
|
|
7
|
+
- **Show and Tell** โ Share what you've built with A3M Router
|
|
8
|
+
- **Q&A** โ Ask questions about usage, configuration, deployment
|
|
9
|
+
- **Ideas** โ Feature requests and suggestions
|
|
10
|
+
- **Announcements** โ Release notes and updates
|
|
11
|
+
|
|
12
|
+
## ๐ Quick Links
|
|
13
|
+
- [GitHub](https://github.com/Das-rebel/a3m-router)
|
|
14
|
+
- [npm](https://www.npmjs.com/package/adaptive-memory-multi-model-router)
|
|
15
|
+
- [Documentation](https://github.com/Das-rebel/a3m-router#readme)
|
|
16
|
+
- [Benchmark Results](https://github.com/Das-rebel/a3m-router/blob/main/docs/BENCHMARK.md)
|
|
17
|
+
|
|
18
|
+
## ๐ Getting Started
|
|
19
|
+
```bash
|
|
20
|
+
npx a3m-router "What is the meaning of life?"
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
Or install globally:
|
|
24
|
+
```bash
|
|
25
|
+
npm install -g adaptive-memory-multi-model-router
|
|
26
|
+
a3m "Explain quantum computing in simple terms"
|
|
27
|
+
```
|
package/README.md
CHANGED
|
@@ -25,25 +25,7 @@
|
|
|
25
25
|
node dist/tui/dashboard.js
|
|
26
26
|
```
|
|
27
27
|
|
|
28
|
-
Sakura pink overlay box
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
|
|
32
|
-
โ โก A3M Router ยท nvidia/llama-3.1-8b ยท 4 req ยท $0.000087 โ
|
|
33
|
-
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
|
|
34
|
-
โ โ
|
|
35
|
-
โ Type a query โ auto-routed to cheapest model. โ
|
|
36
|
-
โ โ
|
|
37
|
-
โ Commands: โ
|
|
38
|
-
โ /route <query> /cost /model nvidia โ
|
|
39
|
-
โ /health /models /clear โ
|
|
40
|
-
โ /exit /help โ
|
|
41
|
-
โ โ
|
|
42
|
-
โ nvidia (free) ยท groq (free) ยท deepseek ($9.46) โ
|
|
43
|
-
โ โ
|
|
44
|
-
โ โธ _ โ
|
|
45
|
-
โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
|
|
46
|
-
```
|
|
28
|
+
Sakura pink overlay box with `/route`, `/cost`, `/health`, `/models`, `/model <provider>`. Type anything to auto-route through the cheapest model.
|
|
47
29
|
|
|
48
30
|
### ๐ By the Numbers
|
|
49
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
|
+
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
---
|
|
2
|
+
title: A3M Router Demo
|
|
3
|
+
emoji: ๐
|
|
4
|
+
colorFrom: blue
|
|
5
|
+
colorTo: purple
|
|
6
|
+
sdk: gradio
|
|
7
|
+
sdk_version: 5.0.0
|
|
8
|
+
app_file: app.py
|
|
9
|
+
pinned: false
|
|
10
|
+
license: mit
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# A3M Router โ Parallel Multi-LLM Execution Demo
|
|
14
|
+
|
|
15
|
+
Try A3M Router's parallel execution: send a query to 3+ LLM providers simultaneously and see which response wins by confidence scoring.
|
|
16
|
+
|
|
17
|
+
## How to use
|
|
18
|
+
1. Enter your prompt
|
|
19
|
+
2. See responses from multiple providers in parallel
|
|
20
|
+
3. View the confidence-scored best result
|
|
21
|
+
|
|
22
|
+
[Learn more on GitHub](https://github.com/Das-rebel/a3m-router)
|
package/hf-space/app.py
ADDED
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import gradio as gr
|
|
2
|
+
import json, time, os, httpx
|
|
3
|
+
|
|
4
|
+
# Sample responses for demo (no API keys needed)
|
|
5
|
+
DEMO_RESPONSES = {
|
|
6
|
+
"hello": {
|
|
7
|
+
"GPT-4o mini": "Hello! How can I help you today?",
|
|
8
|
+
"Claude 3.5 Sonnet": "Hi there! I'm ready to assist you with any questions.",
|
|
9
|
+
"Llama 3.3 70B": "Hey! What can I do for you today?",
|
|
10
|
+
},
|
|
11
|
+
"default": {
|
|
12
|
+
"GPT-4o mini": "That's a great question! Here's what I know about it...",
|
|
13
|
+
"Claude 3.5 Sonnet": "I'd be happy to help with that. Let me share some insights...",
|
|
14
|
+
"Llama 3.3 70B": "Great question! Based on my knowledge, here's what I think...",
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
def simulate_parallel(query):
|
|
19
|
+
"""Simulate parallel LLM execution with confidence scoring."""
|
|
20
|
+
responses = DEMO_RESPONSES.get("default")
|
|
21
|
+
if query.lower() in DEMO_RESPONSES:
|
|
22
|
+
responses = DEMO_RESPONSES[query.lower()]
|
|
23
|
+
|
|
24
|
+
results = []
|
|
25
|
+
for provider, response in responses.items():
|
|
26
|
+
# Simulate some delay per provider
|
|
27
|
+
latency = round(0.1 + hash(query + provider) % 300 / 1000, 2)
|
|
28
|
+
confidence = round(0.75 + hash(query + provider) % 20 / 100, 2)
|
|
29
|
+
results.append({
|
|
30
|
+
"provider": provider,
|
|
31
|
+
"response": response,
|
|
32
|
+
"latency": f"{latency}s",
|
|
33
|
+
"confidence": confidence
|
|
34
|
+
})
|
|
35
|
+
|
|
36
|
+
# Sort by confidence
|
|
37
|
+
results.sort(key=lambda x: x["confidence"], reverse=True)
|
|
38
|
+
|
|
39
|
+
return results
|
|
40
|
+
|
|
41
|
+
def process_query(query):
|
|
42
|
+
if not query.strip():
|
|
43
|
+
return "Please enter a query.", "", ""
|
|
44
|
+
|
|
45
|
+
start = time.time()
|
|
46
|
+
results = simulate_parallel(query)
|
|
47
|
+
elapsed = time.time() - start
|
|
48
|
+
|
|
49
|
+
# Format results
|
|
50
|
+
table = "| Provider | Response | Latency | Confidence |\n|----------|----------|---------|------------|\n"
|
|
51
|
+
for r in results:
|
|
52
|
+
table += f"| {r['provider']} | {r['response'][:50]}... | {r['latency']} | {r['confidence']} |\n"
|
|
53
|
+
|
|
54
|
+
winner = results[0]
|
|
55
|
+
summary = f"๐ **Winner: {winner['provider']}** (confidence: {winner['confidence']})\n\nTotal time: {elapsed:.2f}s | Providers: {len(results)} in parallel\n\n**Best response:** {winner['response']}"
|
|
56
|
+
|
|
57
|
+
return table, summary, json.dumps(results, indent=2)
|
|
58
|
+
|
|
59
|
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
60
|
+
gr.Markdown("# ๐ A3M Router โ Parallel LLM Demo")
|
|
61
|
+
gr.Markdown("See how A3M Router runs multiple providers **in parallel** and picks the best response by confidence scoring.")
|
|
62
|
+
|
|
63
|
+
with gr.Row():
|
|
64
|
+
query = gr.Textbox(label="Your Query", placeholder="Enter a question...", scale=3)
|
|
65
|
+
submit = gr.Button("๐ Execute", variant="primary", scale=1)
|
|
66
|
+
|
|
67
|
+
with gr.Row():
|
|
68
|
+
with gr.Column():
|
|
69
|
+
gr.Markdown("### ๐ Results Table")
|
|
70
|
+
results_table = gr.Dataframe(
|
|
71
|
+
headers=["Provider", "Response", "Latency", "Confidence"],
|
|
72
|
+
label="Parallel Results"
|
|
73
|
+
)
|
|
74
|
+
with gr.Column():
|
|
75
|
+
gr.Markdown("### ๐ Best Result")
|
|
76
|
+
best_result = gr.Markdown()
|
|
77
|
+
|
|
78
|
+
with gr.Row():
|
|
79
|
+
with gr.Accordion("Raw JSON Output", open=False):
|
|
80
|
+
raw_output = gr.JSON()
|
|
81
|
+
|
|
82
|
+
gr.Markdown("---\n### โก In production, A3M Router runs on 47+ providers with real API calls")
|
|
83
|
+
gr.Markdown("[๐ GitHub](https://github.com/Das-rebel/a3m-router) | [๐ฆ npm](https://www.npmjs.com/package/adaptive-memory-multi-model-router) | 19.5 KB | Zero ML | MIT")
|
|
84
|
+
|
|
85
|
+
submit.click(
|
|
86
|
+
fn=process_query,
|
|
87
|
+
inputs=query,
|
|
88
|
+
outputs=[results_table, best_result, raw_output]
|
|
89
|
+
)
|
|
90
|
+
|
|
91
|
+
gr.Examples(
|
|
92
|
+
examples=[["Hello, how are you?"], ["What is machine learning?"], ["Explain quantum computing"]],
|
|
93
|
+
inputs=query
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
if __name__ == "__main__":
|
|
97
|
+
demo.launch()
|
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.18",
|
|
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.",
|
|
@@ -148,11 +148,7 @@
|
|
|
148
148
|
},
|
|
149
149
|
"dependencies": {
|
|
150
150
|
"blessed": "^0.1.81",
|
|
151
|
-
"
|
|
152
|
-
"boxen": "^7.1.1",
|
|
153
|
-
"chalk": "^4.1.2",
|
|
154
|
-
"nanoid": "^5.0.0",
|
|
155
|
-
"ora": "^8.2.0"
|
|
151
|
+
"nanoid": "^5.0.0"
|
|
156
152
|
},
|
|
157
153
|
"devDependencies": {
|
|
158
154
|
"@types/node": "^25.8.0",
|