rterm-backend 2.9.12 → 3.0.0
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 +1468 -1264
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rterm-backend",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "rterm-backend \u2014 the headless AI-native backend for RTerm (dual-published as neuralOS). 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, APM/DEM/Infra/ETW ingestion
|
|
3
|
+
"version": "3.0.0",
|
|
4
|
+
"description": "rterm-backend \u2014 the headless AI-native backend for RTerm (dual-published as neuralOS). 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, APM/DEM/Infra/ETW ingestion). The RTerm desktop app stays RTerm; neuralOS is the standalone backend daemon. Dual-published as rterm-backend. v3.0.0: API self-discovery \u2014 gateway:describe + a single-source method registry (123 methods) + list_gateway_methods agent tool.",
|
|
5
5
|
"main": "bin/gybackend.cjs",
|
|
6
6
|
"bin": {
|
|
7
7
|
"gybackend": "bin/gybackend.cjs",
|
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
"daemon",
|
|
54
54
|
"websocket",
|
|
55
55
|
"rpc",
|
|
56
|
+
"api-discovery",
|
|
57
|
+
"introspection",
|
|
56
58
|
"sre",
|
|
57
59
|
"observability",
|
|
58
60
|
"prometheus",
|
|
@@ -64,8 +66,6 @@
|
|
|
64
66
|
"apm",
|
|
65
67
|
"dem",
|
|
66
68
|
"etw",
|
|
67
|
-
"agentspan",
|
|
68
|
-
"conductor",
|
|
69
69
|
"monitoring"
|
|
70
70
|
]
|
|
71
71
|
}
|