neuralos 2.9.1 → 2.9.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/bin/gybackend.cjs +623 -48
- package/bin/gybackend.js +623 -48
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neuralos",
|
|
3
|
-
"version": "2.9.
|
|
4
|
-
"description": "neuralOS — the headless AI-native backend for RTerm. Run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation
|
|
3
|
+
"version": "2.9.2",
|
|
4
|
+
"description": "neuralOS — the headless AI-native backend for RTerm. Run RTerm-as-a-service (AI agent, SSH/WinRM/Serial/local terminals, fleet orchestration, advanced automation, SRE observability, Netdata, AWS APerf, plugin system, governance/audit, Prometheus/OTel metrics export, secrets vault, on-call paging, AI cost budgets, GitOps, cloud inventory). The RTerm desktop app stays RTerm; neuralOS is the standalone backend daemon. Dual-published as rterm-backend. v2.9.2: 9 capabilities now exposed as gateway RPC + agent tools.",
|
|
5
5
|
"main": "bin/gybackend.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"neuralos": "bin/gybackend.js",
|