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