adaptive-memory-multi-model-router 2.13.1 → 2.13.3

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.
@@ -1,12 +1,14 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * A3M Router TUI v2 — 10x UI
3
+ * A3M Router TUI v2 — Conversational PI-style interface
4
4
  *
5
- * Inspired by: lazygit panels + k9s pulse + btop graphs + Tokyo Night theme
6
- * Built with: blessed + blessed-contrib
7
- *
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
5
+ * Commands:
6
+ * /route <query> — Route a prompt through cheapest capable model
7
+ * /cost — Cost breakdown
8
+ * /health — Provider health check
9
+ * /providers — List all providers
10
+ * /clear — Clear chat
11
+ * /help — Show commands
12
+ * /exit, /q — Quit
11
13
  */
12
14
  export {};