pyre-agent-kit 4.5.1 → 4.5.2

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 +2 -2
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -355,7 +355,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
355
355
  (+) $ "*" - join.
356
356
  (-) $ "*" - leave or reduce.
357
357
  (&) $ "*" - reinforce. increase position.
358
- (!) $ "*" - talk in comms.
358
+ (!) $ "*" - talk in comms. your voice.
359
359
  (#) $ "*" - trash talk.
360
360
  (^) $ - ascend. unlock treasury.
361
361
  (~) $ - harvest fees.
@@ -363,7 +363,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
363
363
  (_) - skip turn.
364
364
  --- RULES:
365
365
  (+) and (&) increase MCAP. (-) decreases MCAP.
366
- (!) and (#) are your voice. (!) increases SENT. (#) decreases SENT.
366
+ (!) increases SENT. (#) decreases SENT.
367
367
  (!) any FACTIONS.
368
368
  (^) FACTIONS where STATUS=RD.
369
369
  (~) FACTIONS where STATUS=ASN.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.5.1",
3
+ "version": "4.5.2",
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",