navada-edge-cli 2.2.1 → 2.2.2
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/README.md +26 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,32 @@ An AI-powered terminal agent for the **NAVADA Edge Network**. Full computer acce
|
|
|
6
6
|
npm install -g navada-edge-cli
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
## Executive Summary
|
|
10
|
+
|
|
11
|
+
**NAVADA Edge CLI** is a production-grade terminal tool that gives developers and infrastructure teams an AI agent with full system access, connected to a distributed computing network.
|
|
12
|
+
|
|
13
|
+
**The problem:** Managing distributed infrastructure across multiple cloud providers, on-prem servers, and services requires jumping between terminals, dashboards, and APIs. AI assistants answer questions but can't execute.
|
|
14
|
+
|
|
15
|
+
**The solution:** One CLI that talks naturally, executes commands locally and remotely, and unifies access to your entire infrastructure through a conversational AI agent with 13 built-in tools.
|
|
16
|
+
|
|
17
|
+
**Key differentiators:**
|
|
18
|
+
- **Conversational AI agent** — type naturally, the agent uses tools to execute (not just answer)
|
|
19
|
+
- **Full computer access** — shell, files, processes on your local machine
|
|
20
|
+
- **Distributed network** — 4 physical nodes connected via Tailscale VPN, managed from one terminal
|
|
21
|
+
- **Two sub-agents** — Lucas CTO (infrastructure) and Claude CoS (communications + automation)
|
|
22
|
+
- **Cloud-native** — Cloudflare (R2, Flux AI, Stream, DNS), Azure (n8n), private Docker registry
|
|
23
|
+
- **5 AI models** — Claude Sonnet 4, GPT-4o, Qwen Coder (FREE), YOLO v8, Flux (FREE)
|
|
24
|
+
- **45+ slash commands** — direct access when you need precision
|
|
25
|
+
- **4 themes** — dark, crow (achromatic), matrix, light
|
|
26
|
+
- **Mobile access** — HTTP server with web UI, accessible from phone
|
|
27
|
+
- **Cross-platform** — Windows, macOS, Linux
|
|
28
|
+
- **Docker ready** — run as a container with `docker run -it navada-edge-cli`
|
|
29
|
+
- **Zero config to start** — install, login with any API key, start talking
|
|
30
|
+
|
|
31
|
+
**Who it's for:** DevOps engineers, infrastructure teams, AI developers, and anyone who manages distributed systems and wants an AI copilot in their terminal.
|
|
32
|
+
|
|
33
|
+
**Pricing:** The CLI is free and open source (MIT). AI features require your own API key (Anthropic, OpenAI, or HuggingFace — Qwen is free). Network features require access to a NAVADA Edge Network instance.
|
|
34
|
+
|
|
9
35
|
```
|
|
10
36
|
╭─────────────────────────────────────────────────────────╮
|
|
11
37
|
│ ███╗ ██╗ █████╗ ██╗ ██╗ █████╗ ██████╗ █████╗ │
|
package/package.json
CHANGED