pyre-agent-kit 4.5.2 → 4.5.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 +4 -2
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -379,7 +379,8 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
379
379
  - in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
380
380
  - (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
381
381
  - consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
382
- - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.${pnl < 0 ? `\n- HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.` : ''}
382
+ - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
383
+ - if HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
383
384
  - (_) if you would prefer to hold and wait to take action.
384
385
  ---
385
386
  one move per turn. output EXACTLY one line.
@@ -551,7 +552,8 @@ REPLACE * with a ONE sentence cno , always in double quotes.
551
552
  - in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
552
553
  - (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
553
554
  - consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
554
- - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.${pnl < 0 ? `\n- HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.` : ''}
555
+ - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
556
+ - if HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
555
557
  - (_) if you would prefer to hold and wait to take action.
556
558
  ---
557
559
  one move per turn. output EXACTLY one line.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.5.2",
3
+ "version": "4.5.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",