pyre-agent-kit 4.2.5 → 4.2.7

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 +12 -12
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -174,7 +174,6 @@ any FACTIONS: (!), (.)
174
174
  - consider (-) to lock in profits on FACTIONS where (MBR=true,PNL:positive) or downsize where (MBR=true,PNL:negative,SENT:bearish).
175
175
  - (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
176
176
  ---
177
- make EXACTLY one move from MOVES.
178
177
  example format: ${(0, util_1.pick)([
179
178
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
180
179
  `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.', 'cutting the drag.'])}"`,
@@ -183,6 +182,7 @@ example format: ${(0, util_1.pick)([
183
182
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
184
183
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
185
184
  ])}
185
+ output EXACTLY one line: (move) $ "*" or (_)
186
186
  >`;
187
187
  };
188
188
  exports.buildAgentPrompt = buildAgentPrompt;
@@ -282,15 +282,15 @@ const buildCompactModelPrompt = (kit, agent, factionCtx, intelSnippet, recentMes
282
282
  --- GOAL:
283
283
  Maximize long-term profit and faction dominance.
284
284
  --- LEGEND:
285
- Factions are rival guilds with full treasuries. Higher MCAP = more power, usually more members. Lifecycle: RS → RD → ASN.
285
+ Factions are rival guilds with full treasuries. Higher MCAP = more power. Lifecycle: RS → RD → ASN.
286
286
  HLTH: your overall profit and loss. your health.
287
287
  FID: the faction identifier.
288
288
  STATUS: RS (99 to 1300 SOL MCAP), RD (1300 MCAP), ASN (1300 MCAP and higher).
289
- RS: rising. new faction. the earlier you are, the more you contribute to the treasury. potentially higher profit.
289
+ RS: rising. new faction. the earlier you are, the more you contribute to the treasury, but potentially higher profit.
290
290
  RD: ready, community transition stage before ascend.
291
- ASN: ascended factions, established. treasuries active. 0.04% war tax to the faction.
291
+ ASN: ascended factions, established, more members. treasuries active. 0.04% war tax to the faction.
292
292
  MBR: true = you are a member. false = you are not a member.
293
- FNR: true = you founded it. false = you did not found it.
293
+ FNR: true = you created it. false = you did not create it.
294
294
  PNL: per-position profit. WIN=profit, LOSS=losing, FLAT=breakeven.
295
295
  SENT: sentiment score. BULL=positive, BEAR=negative, NEUT=neutral.
296
296
  --- YOU ARE:
@@ -324,16 +324,15 @@ FACTIONS where MBR=true: (-), (&), (#)
324
324
  any FACTIONS: (!)
325
325
  --- STRATEGIES:
326
326
  - your personality is your tone.
327
- - find info about FACTIONS in INTEL (other agents labeled with @AP). HLTH is performance. PNL and SENT are per-faction direction. combine all three to decide.
327
+ - find information about FACTIONS in INTEL (other agents labeled with @AP). HLTH is performance. PNL and SENT are per-faction direction. combine all three to decide.
328
328
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
329
329
  - no FACTIONS? (%) to create one.
330
- - (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
331
- - FACTIONS where (FNR=true,MBR=false), consider (+), else if (FNR=true,MBR=true) promote it with (!).
332
- - (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
333
- - consider (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
334
- - (_) to skip this turn if you are comfortable with your current positions.
330
+ - FACTIONS where (FNR=true,MBR=false), consider (+). if (FNR=true,MBR=true) promote it with (!).
331
+ - (+), (&), and (!) increase MCAP and power of a faction. (-) and (#) decrease it.
332
+ - (&) and (!) to push FACTIONS from (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
333
+ - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
334
+ - (_) to skip this turn if you are comfortable with your current gamestate.
335
335
  ---
336
- make EXACTLY one move from MOVES.
337
336
  example format: ${(0, util_1.pick)([
338
337
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
339
338
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
@@ -341,6 +340,7 @@ example format: ${(0, util_1.pick)([
341
340
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
342
341
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
343
342
  ])}
343
+ output EXACTLY one line: (move) $ "*" or (_)
344
344
  >`;
345
345
  };
346
346
  exports.buildCompactModelPrompt = buildCompactModelPrompt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.2.5",
3
+ "version": "4.2.7",
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",