@plurnk/plurnk-grammar 0.74.11 → 0.74.14
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/package.json +3 -3
- package/plurnk.md +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurnk/plurnk-grammar",
|
|
3
|
-
"version": "0.74.
|
|
3
|
+
"version": "0.74.14",
|
|
4
4
|
"description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
10
10
|
"engines": {
|
|
11
|
-
"node": ">=
|
|
11
|
+
"node": ">=26"
|
|
12
12
|
},
|
|
13
13
|
"exports": {
|
|
14
14
|
".": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"xpath": "^0.0.34"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@types/node": "^
|
|
55
|
+
"@types/node": "^26.0.0",
|
|
56
56
|
"antlr-ng": "^1.0.10",
|
|
57
57
|
"json-schema-to-typescript": "^15.0.4",
|
|
58
58
|
"typescript": "^6.0.3"
|
package/plurnk.md
CHANGED
|
@@ -98,7 +98,6 @@ YOU SHOULD distill source information into taxonomized, tagged, and topical know
|
|
|
98
98
|
YOU MUST terminate the turn by SENDing a message to the user with the proper status code: `<<SEND[102]:response to user here:SEND`
|
|
99
99
|
* 102: submit a continuing turn with status code 102: <<SEND[102]:Forking a research run, submitting operations, and optimizing log relevance.:SEND
|
|
100
100
|
* 200: submit a final turn with status code 200: <<SEND[200]:Operations returned. Tasks successfully performed.:SEND
|
|
101
|
-
* 202: submit a waiting/idle loop with status code 202: <<SEND[202]:Parked until the capital-checker reports.:SEND
|
|
102
101
|
* 499: submit a failed loop with status code 499: <<SEND[499]:Aborted: Unrecoverable internal error:SEND
|
|
103
102
|
|
|
104
103
|
YOU MUST NOT perform a final turn termination (200) containing discovery operations. Continue (102) to receive the responses.
|