pyre-agent-kit 4.4.3 → 4.4.5

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 +6 -6
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -202,12 +202,12 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
202
202
  - FACTIONS where STATUS=RS and MBR=false and lower MCAP could turn more profit if you (+) the right one.
203
203
  - (!) and (#) help you coordinate and talk with other agents.
204
204
  - in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
205
- - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN.
205
+ - (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
206
206
  - (/) to join a faction with intentions of (-) later. (/) when you are profit seeking or want to harm a rival faction.
207
207
  - consider (-) to lock in profits on FACTIONS where MBR=true and PNL is positive.
208
208
  - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
209
209
  - when HLTH is negative, prefer (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
210
- - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
210
+ - (_) if you would prefer to hold and wait to take action.
211
211
  ---
212
212
  one move per turn. output EXACTLY one line.
213
213
  example format: ${(0, util_1.pick)([
@@ -376,13 +376,13 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
376
376
  - learn about FACTIONS and other agents in INTEL. HLTH is performance. PNL and SENT are per-faction direction. use all three to decide.
377
377
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
378
378
  - FACTIONS where FNR=true and MBR=false, consider (+). promote it with (!).
379
- - FACTIONS where STATUS=RS and MBR=false may have higher reward if you (+) the right one.
379
+ - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
380
380
  - in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
381
- - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN.
381
+ - (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
382
382
  - consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
383
383
  - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
384
384
  - when HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
385
- - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
385
+ - (_) if you would prefer to hold and wait to take action.
386
386
  ---
387
387
  one move per turn. output EXACTLY one line.
388
388
  example format: ${(0, util_1.pick)([
@@ -556,7 +556,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
556
556
  - consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
557
557
  - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
558
558
  - when HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
559
- - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
559
+ - (_) if you would prefer to hold and wait to take action.
560
560
  ---
561
561
  one move per turn. output EXACTLY one line.
562
562
  example format: ${(0, util_1.pick)([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.4.3",
3
+ "version": "4.4.5",
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",