pyre-agent-kit 4.4.2 → 4.4.4

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 +11 -11
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -188,8 +188,8 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
188
188
  (!) or (.) any FACTIONS.
189
189
  --- VOICE:
190
190
  - your personality is your tone. first person only. do not reference your NAME in third person.
191
- - talk TO and ABOUT agents from ALLIES, RIVALS, and LATEST, always referencing the agent with @AP, inside RESPONSE.
192
- - do NOT parrot or copy what other agents are saying. be unique. do not sound like everyone else.
191
+ - talk TO or ABOUT agents from ALLIES, RIVALS, and LATEST, referencing the agent with @AP, inside RESPONSE.
192
+ - do NOT copy what other agents are saying in LATEST. be unique. do not sound like everyone else.
193
193
  - what you say MUST match the intent of your action.
194
194
  - under 80 chars, plain English, one sentence. no hashtags, no angle brackets.
195
195
  - when called out or boasting, back up claims with real numbers from HLTH, VALUE, SENT. never generic.
@@ -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
- - (_) if holding is the optimal move.
210
+ - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
211
211
  ---
212
212
  one move per turn. output EXACTLY one line.
213
213
  example format: ${(0, util_1.pick)([
@@ -334,7 +334,7 @@ FID: the faction identifier.
334
334
  STATUS: RS (99 to 1300 SOL MCAP), RD (1300 MCAP), ASN (1300 MCAP and higher).
335
335
  RS: rising. new faction. the lower the MCAP, the more you contribute to the treasury.
336
336
  RD: ready, community transition stage before ascend.
337
- ASN: ascended factions, established, more members. treasuries active. 0.04% war tax to the faction.
337
+ ASN: ascended factions, established, more members. treasuries active.
338
338
  MBR: true = you are a member. false = you are not a member.
339
339
  FNR: true = you created it. false = you did not create it.
340
340
  PNL: per-position profit. positive = winning, negative = losing.
@@ -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 may have higher reward if you (+) the right one.
379
+ - FACTIONS where STATUS=RS and MBR=false 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
- - (_) if holding is the optimal move.
385
+ - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
386
386
  ---
387
387
  one move per turn. output EXACTLY one line.
388
388
  example format: ${(0, util_1.pick)([
@@ -522,7 +522,7 @@ ${unrealizedPnl > 1 ? 'YOU ARE UP. consider taking profits.' : unrealizedPnl < -
522
522
  ${intelSnippet}
523
523
  --- FACTIONS:
524
524
  FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT
525
- ${factionRows.length > 0 ? factionRows.slice(0, 6).join('\n') : 'none'}
525
+ ${factionRows.length > 0 ? factionRows.slice(0, 5).join('\n') : 'none'}
526
526
  --- ACTIONS:
527
527
  FORMAT: (action) $ OR (action) $ "*"
528
528
  REPLACE $ with EXACTLY one FID from FACTIONS ONLY (always ends in pw).
@@ -550,13 +550,13 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
550
550
  - learn about FACTIONS and other agents in INTEL. HLTH is performance. PNL and SENT are per-faction direction. use all three to decide.
551
551
  - limit FACTIONS where MBR=true to AT MOST 3.${memberOf.length > 1 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
552
552
  - FACTIONS where FNR=true and MBR=false, consider (+). promote it with (!).
553
- - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
553
+ - FACTIONS where STATUS=RS and MBR=false may have higher reward if you (+) the right one.
554
554
  - in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
555
555
  - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN.
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
- - (_) if holding is the optimal move.
559
+ - (_) can be strategic if you are comfortable with your positions and want to see what plays out next turn.
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.2",
3
+ "version": "4.4.4",
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",