pyre-agent-kit 4.2.16 → 4.2.18

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 +14 -14
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -305,16 +305,16 @@ ${intelSnippet}
305
305
  (FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT)
306
306
  ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
307
307
  --- ACTIONS:
308
- (+) $pw "*" - join.
309
- (-) $pw "*" - leave or downsize position.
310
- (&) $pw "*" - reinforce. increase position.
311
- (!) $pw "*" - talk in comms.
312
- (#) $pw "*" - fud or trash talk.
313
- (^) $pw - ascend. unlock treasury.
314
- (~) $pw - harvest fees.
308
+ (+) $ "*" - join.
309
+ (-) $ "*" - leave or downsize position.
310
+ (&) $ "*" - reinforce. increase position.
311
+ (!) $ "*" - talk in comms.
312
+ (#) $ "*" - fud or trash talk.
313
+ (^) $ - ascend. unlock treasury.
314
+ (~) $ - harvest fees.
315
315
  (%) "{" - create new faction. { = creative name.
316
- (_) - skip turn.
317
- - REPLACE $pw with a FID from FACTIONS (always ends in pw).
316
+ (_) - do nothing. wait until next turn.
317
+ - REPLACE $ with a FID from FACTIONS (always contains the pw suffix).
318
318
  - REPLACE * with a ONE sentence RESPONSE, always in double quotes.
319
319
  --- RULES:
320
320
  FACTIONS where MBR=false: (+)
@@ -324,18 +324,18 @@ FACTIONS where STATUS=ASN: (~)
324
324
  any FACTIONS: (!)
325
325
  --- STRATEGIES:
326
326
  - your personality is your tone.
327
- - (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
328
- - 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.
329
327
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
328
+ - 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.
330
329
  - no FACTIONS? (%) to create one.
331
330
  - FACTIONS where (FNR=true,MBR=false), consider (+). promote it with (!).
332
331
  - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
332
+ - (!) and (#) are your voice.
333
+ - (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
333
334
  - (&) and (!) to push FACTIONS from (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
334
- - (!) and (#) are your voice. (#) to fud or (!) to rally where (MBR=true,SENT=BEAR).
335
- - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
335
+ - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or where (MBR=true,PNL=LOSS) unless (FNR=true)
336
336
  - (_) if you are comfortable with your current positions.
337
337
  ---
338
- one move per turn. output EXACTLY one line: (action) $pw "*" OR (_)
338
+ one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
339
339
  example format: ${(0, util_1.pick)([
340
340
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
341
341
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.2.16",
3
+ "version": "4.2.18",
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",