nyxora 1.4.3 → 1.4.4
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 +1 -20
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,26 +34,7 @@ A **secure, non-custodial, AI-native Web3 and System Automation Agent** built wi
|
|
|
34
34
|
|
|
35
35
|
This diagram shows how user interactions flow through the Nyxora Agent, from chat input to on-chain or OS execution:
|
|
36
36
|
|
|
37
|
-
|
|
38
|
-
graph TD
|
|
39
|
-
A[User Chat / Telegram Bot] -->|Natural Language Command| B(Nyxora LLM Core)
|
|
40
|
-
B --> C{Determine Required Skill}
|
|
41
|
-
C -->|Web3 Action| D[Web3 Skill Modules]
|
|
42
|
-
C -->|System Action| E[OS & Plugin Modules]
|
|
43
|
-
D --> F{Transaction Type}
|
|
44
|
-
F -->|Read-only| G[Fetch On-chain Data & Prices]
|
|
45
|
-
F -->|Write-action| H[Queue in Transaction Manager]
|
|
46
|
-
H --> I[Require Human-in-the-Loop Approval]
|
|
47
|
-
I -->|Approved| J[Broadcast to Blockchain]
|
|
48
|
-
I -->|Rejected| K[Cancel Transaction]
|
|
49
|
-
E --> L{Security Policy Check}
|
|
50
|
-
L -->|Violates Policy| M[Ask Explicit Permission]
|
|
51
|
-
L -->|Safe| N[Execute Shell / File Ops]
|
|
52
|
-
G --> O[Render Dashboard UI / Chat Response]
|
|
53
|
-
J --> O
|
|
54
|
-
K --> O
|
|
55
|
-
N --> O
|
|
56
|
-
```
|
|
37
|
+

|
|
57
38
|
|
|
58
39
|
---
|
|
59
40
|
|