adaptive-memory-multi-model-router 2.13.0 → 2.13.1
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/dist/tui/dashboard.d.ts +5 -12
- package/dist/tui/dashboard.js +470 -270
- package/dist/tui/dashboard.js.map +1 -1
- package/package.json +1 -1
- package/src/tui/dashboard.ts +502 -313
package/dist/tui/dashboard.d.ts
CHANGED
|
@@ -1,19 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
/**
|
|
3
|
-
* A3M Router TUI —
|
|
3
|
+
* A3M Router TUI v2 — 10x UI
|
|
4
4
|
*
|
|
5
|
-
* Inspired by: k9s
|
|
5
|
+
* Inspired by: lazygit panels + k9s pulse + btop graphs + Tokyo Night theme
|
|
6
6
|
* Built with: blessed + blessed-contrib
|
|
7
7
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
* c — Cost breakdown view
|
|
12
|
-
* p — Provider detail view
|
|
13
|
-
* l — Live request log
|
|
14
|
-
* b — Budget alerts
|
|
15
|
-
* q — Quit
|
|
16
|
-
* tab — Switch panel focus
|
|
17
|
-
* ↑↓ — Navigate lists
|
|
8
|
+
* TABS: 1-Dashboard 2-Costs 3-Providers 4-Logs 5-Help
|
|
9
|
+
* F-KEYS: F1 Dash F2 Costs F3 Prov F4 Logs F5 Help F10 Quit
|
|
10
|
+
* vim/hjkl for list nav, mouse for click targets
|
|
18
11
|
*/
|
|
19
12
|
export {};
|