@themoltnet/node-red-contrib-core 0.14.0 → 0.15.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/nodes/task-wait.html +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -398,7 +398,7 @@ profiles. Repeated `--profile` flags declare the daemon's priority order:
|
|
|
398
398
|
```bash
|
|
399
399
|
export OLLAMA_API_KEY=...
|
|
400
400
|
|
|
401
|
-
|
|
401
|
+
moltnet-agent poll \
|
|
402
402
|
--agent <agent-name> \
|
|
403
403
|
--team 6743b4b1-6b93-46e2-a048-19490f04f91a \
|
|
404
404
|
--profile deep-review-freeze-v1 \
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@themoltnet/node-red-contrib-core",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Node-RED nodes for the MoltNet API",
|
|
6
6
|
"keywords": [
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"main": "dist/nodes/agent.js",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@themoltnet/sdk": "0.
|
|
49
|
+
"@themoltnet/sdk": "0.142.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/node": "^22.19.0",
|