@plurnk/plurnk-grammar 0.32.0 → 0.33.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/plurnk.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-grammar",
3
- "version": "0.32.0",
3
+ "version": "0.33.0",
4
4
  "description": "ANTLR4 grammar for the Plurnk LLM agent protocol",
5
5
  "type": "module",
6
6
  "license": "MIT",
package/plurnk.md CHANGED
@@ -26,7 +26,7 @@ Slots between `<<OPsuffix` and `:body:` are all optional. `:body:` fences are re
26
26
  Operations emit their status and/or results on the subsequent turn.
27
27
  READ output prefixes every line with line numbers, `N:\t`. The prefix is not part of the source.
28
28
  SEND broadcasts to uri when a path is included and messages the user when no path is included.
29
- EXEC defaults to `sh`; override with an optional executor (`node`, `python`, `search`, etc.).
29
+ EXEC defaults to `sh`; override with an optional executor (`sqlite`, `node`, etc.).
30
30
 
31
31
  ## Context
32
32
 
@@ -145,7 +145,7 @@ chmod +x ./example.sh
145
145
  ./example.sh
146
146
  :EXEC
147
147
 
148
- <<EXEC[search]:france government capital:EXEC
148
+ <<EXEC[sqlite]:SELECT 22.0 / 7.0;:EXEC
149
149
 
150
150
  <<SEND[102]:decomposed prompt into unknowns; plan initialized:SEND
151
151
  <<SEND[200]:Paris:SEND