Skip to content

Commit 8a66d94

Browse files
committed
docs: TUI usage instructions in README
1 parent 0b4eaf7 commit 8a66d94

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,16 @@
1717

1818
### Quick Start: [`docs/QUICK_START.md`](./docs/QUICK_START.md)
1919

20+
### 💅 Terminal UI
21+
22+
```bash
23+
npx a3m
24+
# or directly:
25+
node dist/tui/dashboard.js
26+
```
27+
28+
Sakura pink overlay box. Commands: `/route`, `/cost`, `/health`, `/models`, `/model <provider>`. Type anything to auto-route. `esc` to quit.
29+
2030
### 📊 By the Numbers
2131

2232
| Metric | Value | Context |

‎dist/cli.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* npx a3m-router models List known models
1818
* npx a3m-router memory add/search/stats Memory operations
1919
* npx a3m-router status Show router status
20+
* npx a3m-router tui Launch terminal UI overlay
2021
*/
2122

2223
const { execSync } = require('child_process');

‎package-lock.json‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adaptive-memory-multi-model-router",
3-
"version": "2.13.14",
3+
"version": "2.13.15",
44
"shortName": "A3M Router",
55
"displayName": "A3M Router - Adaptive Memory Multi-Model Router",
66
"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.",

0 commit comments

Comments
 (0)