@plurnk/plurnk-grammar 0.74.18 → 0.74.19

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.
Files changed (2) hide show
  1. package/dist/plurnk.gbnf +2 -13
  2. package/package.json +1 -1
package/dist/plurnk.gbnf CHANGED
@@ -240,8 +240,7 @@ rz-chan-b9 ::= ("<" rz-chan-b1 | [^\x00-\x08\x0B-\x0C\x0E-\x1F\x7F<>] rz-chan-b0
240
240
  think-block ::= "<think>" rz-think-b0 "</think>"
241
241
  channel-block ::= "<|channel>" rz-chan-b0 "<channel|>"
242
242
  reasoning ::= think-block | channel-block
243
- root-turn ::= reasoning? preplan plan sep turn-body sep
244
- turn-body ::= send-final-any | batch-step batch-step* send-final-no200
243
+ root-turn ::= reasoning? preplan plan sep batch-step* send-final-any sep
245
244
  op-statement-6 ::= tags? target line? ":" copy-1-b0 ":COPY1"
246
245
  op-statement-7 ::= tags? target line? ":" copy-2-b0 ":COPY2"
247
246
  op-statement-5 ::= tags? target line? ":" copy-b0 ":COPY" | "1" op-statement-6 | "2" op-statement-7
@@ -315,18 +314,8 @@ send-final-any-2 ::= "E" send-final-any-3
315
314
  send-final-any-1 ::= "S" send-final-any-2
316
315
  send-final-any-0 ::= "<" send-final-any-1
317
316
  send-final-any ::= "<" send-final-any-0
318
- send-final-no200-6 ::= "[" status-final-no200 "]" target? ":" send-1-b0ne ":SEND1"
319
- send-final-no200-7 ::= "[" status-final-no200 "]" target? ":" send-2-b0ne ":SEND2"
320
- send-final-no200-5 ::= "[" status-final-no200 "]" target? ":" send-b0ne ":SEND" | "1" send-final-no200-6 | "2" send-final-no200-7
321
- send-final-no200-4 ::= "D" send-final-no200-5
322
- send-final-no200-3 ::= "N" send-final-no200-4
323
- send-final-no200-2 ::= "E" send-final-no200-3
324
- send-final-no200-1 ::= "S" send-final-no200-2
325
- send-final-no200-0 ::= "<" send-final-no200-1
326
- send-final-no200 ::= "<" send-final-no200-0
327
317
  status-final ::= "102" | "200" | "202" | "300" | "499"
328
- status-final-no200 ::= "102" | "202" | "300" | "499"
329
- status-mid ::= "10" [0-13-9] | "1" [1-9] [0-9] | "20" [13-9] | "2" [1-9] [0-9] | "30" [1-9] | "3" [1-9] [0-9] | "4" [0-8] [0-9] | "49" [0-8] | [05-9] [0-9] [0-9]
318
+ status-mid ::= [0-9] [0-9] [0-9]
330
319
  tags ::= "[" tag tag-rest* "]"
331
320
  tag ::= [A-Za-z0-9_.-]+
332
321
  tag-rest ::= "," tag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.74.18",
3
+ "version": "0.74.19",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",