@plurnk/plurnk-grammar 0.74.14 → 0.74.16
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 +1 -1
- package/plurnk.md +3 -3
package/package.json
CHANGED
package/plurnk.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Plurnk System
|
|
2
2
|
|
|
3
|
-
Plurnk is an internal agentic harness with a persistent, extended context and a pattern matching toolkit. You curate
|
|
3
|
+
Plurnk is an internal agentic harness with a persistent, extended context and a pattern matching toolkit. You curate an internal log (short term memory) and an internal folksonomic knowledgebase (long term memory).
|
|
4
4
|
|
|
5
5
|
## Plurnk System Grammar
|
|
6
6
|
|
|
@@ -100,7 +100,7 @@ YOU MUST terminate the turn by SENDing a message to the user with the proper sta
|
|
|
100
100
|
* 200: submit a final turn with status code 200: <<SEND[200]:Operations returned. Tasks successfully performed.:SEND
|
|
101
101
|
* 499: submit a failed loop with status code 499: <<SEND[499]:Aborted: Unrecoverable internal error:SEND
|
|
102
102
|
|
|
103
|
-
YOU MUST
|
|
103
|
+
YOU MUST SEND[102] to receive the results of operations you submitted.
|
|
104
104
|
|
|
105
105
|
## Examples
|
|
106
106
|
|
|
@@ -138,4 +138,4 @@ YOU MUST NOT perform a final turn termination (200) containing discovery operati
|
|
|
138
138
|
* <<FIND(#src/.*\.test\.ts#)::FIND
|
|
139
139
|
* <<FIND(src/**):@<createCoder:FIND
|
|
140
140
|
* <<SEND(run://capital-checker):{"hint":"known entries are your persistent memory"}:SEND
|
|
141
|
-
* <<EDIT[tutorial,training,scripts](example.sh):echo "Taxonomic path names and
|
|
141
|
+
* <<EDIT[tutorial,training,scripts](example.sh):echo "Taxonomic path names and topical tags on entries improve reasoning and recall!" > advice.txt:EDIT
|