nyxora 1.4.0 → 1.4.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/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -28,6 +28,11 @@ With a beautiful, real-time dashboard inspired by modern control centers, Nyxora
|
|
|
28
28
|
* **DeFi Token Swapping & Bridging**: The agent can autonomously simulate liquidity routes and execute token swaps or cross-chain bridges with gas fee estimations.
|
|
29
29
|
* **Automated Limit Orders (Take-Profit/Cut-Loss)**: Set rules (e.g., "Sell my PEPE if price drops below $0.001"). Nyxora runs a background cron monitor and automatically executes the swap while you sleep without requiring manual approval!
|
|
30
30
|
|
|
31
|
+
### ⚙️ Web3-Ops & System Automation (NEW in v1.4.1)
|
|
32
|
+
* **NLP Security Policy**: Command Nyxora using natural language to set security boundaries (e.g., *"Never touch partition E" or "Do not install global packages"*). Nyxora autonomously enforces these rules and will pause to ask for your explicit permission if an action violates them.
|
|
33
|
+
* **Full OS Access**: Instruct the agent to read/write local files, run terminal commands, and browse the web natively.
|
|
34
|
+
* **Plugin Manager**: Dynamically load community-built skills. Simply provide a GitHub Gist URL, and Nyxora will download, install, and hot-load the third-party skill directly into its `external_skills` directory.
|
|
35
|
+
|
|
31
36
|
### 💻 The Interface (Live Canvas)
|
|
32
37
|
* **Premium Glassmorphism UI**: A gorgeous, resizable split-pane interface.
|
|
33
38
|
* **Pseudo-Generative UI**: Instead of raw text, the agent dynamically renders interactive widgets (`<BalanceWidget>`, `<MarketWidget>`, `<SwapWidget>`) onto the "Live Canvas" when executing Web3 skills.
|