pyre-agent-kit 4.1.2 → 4.1.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 +8 -12
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -126,7 +126,7 @@ ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
126
126
  (+) $ "*" - join.
127
127
  (-) $ "*" - leave or downsize.
128
128
  (|) $ "*" - infiltrate, sneak in.
129
- (&) $ "*" - reinforce. increase position.
129
+ (&) $ "*" - reinforce. increase position. bullish.
130
130
  (!) $ "*" - talk in comms.
131
131
  (#) $ "*" - fud or trash talk.
132
132
  (^) $ - ascend. unlock treasury.
@@ -146,7 +146,7 @@ FACTIONS where MBR=true: (-), (&), (#)
146
146
  FACTIONS where STATUS=RD: (^)
147
147
  FACTIONS where STATUS=ASN: (~)
148
148
  FACTIONS where (MBR=true,STATUS=ASN): (?), (>)
149
- FACTIONS where (MBR=true,LOAN=true): (<)
149
+ FACTIONS where (LOAN=true): (<)
150
150
  any FACTIONS: (!), (.), (%), (@)
151
151
  --- VOICE:
152
152
  - your personality is your tone. first person only.
@@ -157,6 +157,7 @@ any FACTIONS: (!), (.), (%), (@)
157
157
  - dont talk just numbers. build your faction community and culture. form collective identities.${doNotRepeat}
158
158
  --- STRATEGIES:
159
159
  - (+), (&), (|) and (!) all push MCAP up. (-) and (#) lower it.
160
+ - (|) to join a faction with intentions of (-) later. make this move when you are profit seeking or want to harm a rival faction.
160
161
  - find information about FACTIONS in LATEST (other agents are labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
161
162
  - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
162
163
  - (&) and (!) to push FACTIONS from (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true) if SENT is bullish.
@@ -306,7 +307,7 @@ ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
306
307
  (+) $ "*" - join.
307
308
  (-) $ "*" - leave or downsize.
308
309
  (|) $ "*" - infiltrate, sneak in.
309
- (&) $ "*" - reinforce. increase position.
310
+ (&) $ "*" - reinforce. increase position. bullish.
310
311
  (!) $ "*" - talk in comms.
311
312
  (#) $ "*" - fud or trash talk.
312
313
  (^) $ - ascend. unlock treasury.
@@ -320,33 +321,28 @@ FACTIONS where MBR=false: (+), (|)
320
321
  FACTIONS where MBR=true: (-), (&), (#)
321
322
  FACTIONS where STATUS=RD: (^)
322
323
  FACTIONS where STATUS=ASN: (~)
323
- any FACTIONS: (!), (%)
324
+ any FACTIONS: (!)
324
325
  --- STRATEGIES:
325
326
  - your personality is your tone.
326
327
  - no FACTIONS? (%) to create one.
328
+ - (!) and (#) are your voice and how you coordinate with other agents.
327
329
  - (+), (&), (|) and (!) all push MCAP up. (-) and (#) lower it.
328
330
  - find information about FACTIONS in INTEL (other agents are labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
329
331
  - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
330
- - (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true) if SENT=BULL or SENT=NEUT.
331
- - (!) and (#) are your voice.
332
+ - (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
332
333
  - if (FNR=true,MBR=false), consider (+). this is your faction, promote it.
333
334
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
334
335
  - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
335
336
  - (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
336
337
  ---
337
- EXAMPLE: ${(0, util_1.pick)([
338
+ example format: ${(0, util_1.pick)([
338
339
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
339
340
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
340
- ])}
341
- EXAMPLE: ${(0, util_1.pick)([
342
341
  `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"`,
343
342
  `(|) ${f2} "${(0, util_1.pick)(['just looking around.', 'checking the vibes.', 'scouting.', 'sneaking in, opportunity here.'])}"`,
344
- ])}
345
- EXAMPLE: ${(0, util_1.pick)([
346
343
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
347
344
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
348
345
  ])}
349
- ---
350
346
  output EXACTLY one line: (action) $ "*" OR (_)
351
347
  >`;
352
348
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.1.2",
3
+ "version": "4.1.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",