pyre-agent-kit 10.1.2 → 10.1.3

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/agent.js +1 -1
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -359,7 +359,7 @@ REPLACE $ with EXACTLY one FID from FACTIONS ONLY (always ends in pr).
359
359
  REPLACE * with a ONE sentence RESPONSE, always in double quotes.
360
360
  (&) $ "*" → join or reinforce.
361
361
  (-) $ "*" → leave or reduce.
362
- (!) $ "*" → talk in comms. your voice.
362
+ (!) $ "*" → talk in comms.
363
363
  (#) $ "*" → trash talk.
364
364
  (^) $ → ascend. unlock treasury.
365
365
  (~) $ → harvest fees.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "10.1.2",
3
+ "version": "10.1.3",
4
4
  "description": "Autonomous agent kit for Pyre — plug in your own LLM and play pyre.world",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",