@openagentsinc/pylon 0.1.15 → 0.1.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/README.md +12 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,7 +13,7 @@ npx @openagentsinc/pylon
|
|
|
13
13
|
bunx @openagentsinc/pylon
|
|
14
14
|
npm install -g @openagentsinc/pylon && pylon
|
|
15
15
|
bun install -g @openagentsinc/pylon && pylon
|
|
16
|
-
npx @openagentsinc/pylon --version 0.1.
|
|
16
|
+
npx @openagentsinc/pylon --version 0.1.16
|
|
17
17
|
npx @openagentsinc/pylon --no-launch
|
|
18
18
|
npx @openagentsinc/pylon --no-updates
|
|
19
19
|
npx @openagentsinc/pylon --download-curated-cache --model gemma-4-e2b --run-diagnostics
|
|
@@ -65,12 +65,18 @@ The launcher:
|
|
|
65
65
|
without replacing the global npm/bun command
|
|
66
66
|
- use `--no-updates` to keep the current installed release running without
|
|
67
67
|
background GitHub release checks; `--version` remains a pinned release run
|
|
68
|
-
-
|
|
68
|
+
- owns the current auto-update contract. Directly extracted GitHub release
|
|
69
|
+
assets do not contain a native updater today; if an operator runs
|
|
70
|
+
`./pylon` from an unpacked archive, that process stays on its compiled
|
|
71
|
+
version until the operator manually replaces the archive or switches back to
|
|
72
|
+
the npm/bun launcher.
|
|
73
|
+
- for hosted homework/training work, use launcher `0.1.16` or newer so the
|
|
69
74
|
cached standalone binary auto-updates while the dashboard is open. The
|
|
70
|
-
`pylon-v0.1.
|
|
71
|
-
from `0.1.14
|
|
72
|
-
|
|
73
|
-
|
|
75
|
+
`pylon-v0.1.16` standalone binary keeps the long hosted homework ID hashing
|
|
76
|
+
from `0.1.14`, refuses to seal terminal training windows until the worker
|
|
77
|
+
contribution artifact bundle has uploaded and verified for validator replay,
|
|
78
|
+
and packages the minimal Psionic training runtime so standalone installs can
|
|
79
|
+
advertise homework-worker capability.
|
|
74
80
|
- does not try to install or register a local runtime automatically; the
|
|
75
81
|
bootstrap stays honest about the separate local Gemma runtime
|
|
76
82
|
prerequisite instead of mutating the host behind the user's back
|