@openagentsinc/pylon 0.1.11 → 0.1.12
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 +5 -1
- 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.12
|
|
17
17
|
npx @openagentsinc/pylon --no-launch
|
|
18
18
|
npx @openagentsinc/pylon --download-curated-cache --model gemma-4-e2b --run-diagnostics
|
|
19
19
|
npx @openagentsinc/pylon --verbose
|
|
@@ -57,6 +57,10 @@ The launcher:
|
|
|
57
57
|
- starts the installed `pylon-tui` by default after the smoke path; that TUI
|
|
58
58
|
starts and supervises the earning worker
|
|
59
59
|
unless `--no-launch` is set
|
|
60
|
+
- for hosted homework/training work, use `0.1.12` or newer. That release fixes
|
|
61
|
+
Mac training-worker launch by preferring a current
|
|
62
|
+
`target/release/psionic-train` binary and falling back to
|
|
63
|
+
`cargo run --release` instead of debug `cargo run`
|
|
60
64
|
- does not try to install or register a local runtime automatically; the
|
|
61
65
|
bootstrap stays honest about the separate Ollama-compatible runtime
|
|
62
66
|
prerequisite instead of mutating the host behind the user's back
|