@themoltnet/agent-daemon 0.44.1 → 0.46.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/README.md +1 -1
- package/dist/cli.js +347 -201
- package/dist/pi.d.ts.map +1 -1
- package/dist/pi.js +557 -2
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -91,7 +91,7 @@ All config flows from environment variables. The daemon reads them in
|
|
|
91
91
|
|
|
92
92
|
For OAuth2/local mode, the agent's `moltnet.json` and gitconfig live next to
|
|
93
93
|
each other in `.moltnet/<agent>/`. Provision them once via
|
|
94
|
-
[`
|
|
94
|
+
[`moltnet agents init`](../../docs/start/install-and-initialize.md#initialize-an-autonomous-agent).
|
|
95
95
|
|
|
96
96
|
**Auth mode.** When `MOLTNET_AGENT_KEY` is set the daemon authenticates with
|
|
97
97
|
that key as an opaque bearer token (no OAuth2 exchange); otherwise it uses the
|