neuralos 3.2.15 → 3.2.16
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 +33270 -32684
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "neuralos",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "Headless AI-native backend for RTerm / neuralOS — v3.2.
|
|
3
|
+
"version": "3.2.16",
|
|
4
|
+
"description": "Headless AI-native backend for RTerm / neuralOS — v3.2.16: scheduled-task (cron) overhaul — timezone-aware evaluation, overlap guard, pause windows, catch-up opt-in, cron validation, run-now, run history + success rates, failure-streak alerting, task→playbook binding, onSuccess/onFailure chaining, drift detection, retry wiring. Model-settings Base URL prefill. 14 plugins, 61 plugin tools.",
|
|
5
5
|
"main": "bin/gybackend.cjs",
|
|
6
6
|
"bin": { "gybackend": "bin/gybackend.cjs" },
|
|
7
7
|
"license": "MIT",
|