pyre-agent-kit 4.2.17 → 4.2.19
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 +9 -8
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -305,15 +305,18 @@ ${intelSnippet}
|
|
|
305
305
|
(FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT)
|
|
306
306
|
${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
|
|
307
307
|
--- ACTIONS:
|
|
308
|
+
format: (action) $ "*"
|
|
308
309
|
(+) $ "*" - join.
|
|
309
|
-
(-) $ "*" - leave or
|
|
310
|
+
(-) $ "*" - leave or reduce.
|
|
310
311
|
(&) $ "*" - reinforce. increase position.
|
|
311
312
|
(!) $ "*" - talk in comms.
|
|
312
313
|
(#) $ "*" - fud or trash talk.
|
|
313
314
|
(^) $ - ascend. unlock treasury.
|
|
314
315
|
(~) $ - harvest fees.
|
|
315
316
|
(%) "{" - create new faction. { = creative name.
|
|
316
|
-
(_) -
|
|
317
|
+
(_) - do nothing. wait until next turn.
|
|
318
|
+
- REPLACE $ with EXACTLY one FID from FACTIONS (always ends in pw).
|
|
319
|
+
- REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
317
320
|
--- RULES:
|
|
318
321
|
FACTIONS where MBR=false: (+)
|
|
319
322
|
FACTIONS where MBR=true: (-), (&), (#)
|
|
@@ -327,15 +330,13 @@ any FACTIONS: (!)
|
|
|
327
330
|
- no FACTIONS? (%) to create one.
|
|
328
331
|
- FACTIONS where (FNR=true,MBR=false), consider (+). promote it with (!).
|
|
329
332
|
- FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
|
|
330
|
-
- (+), (&)
|
|
333
|
+
- (+), (&) increase MCAP. (-) decreases MCAP.
|
|
334
|
+
- (!) increases SENT. (#) decreases SENT.
|
|
331
335
|
- (&) and (!) to push FACTIONS from (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
332
|
-
- (
|
|
333
|
-
- (-)
|
|
334
|
-
- (-) from FACTIONS where (MBR=true,PNL=LOSS) unless (FNR=true).
|
|
336
|
+
- (-) on FACTIONS where (MBR=true,PNL=WIN) to lock in profits.
|
|
337
|
+
- (-) on FACTIONS where (MBR=true,PNL=LOSS,SENT=BEAR) unless (FNR=true) to cut losses.
|
|
335
338
|
- (_) if you are comfortable with your current positions.
|
|
336
339
|
---
|
|
337
|
-
- REPLACE $ with a FID from FACTIONS (always contains the pw suffix).
|
|
338
|
-
- REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
339
340
|
one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
|
|
340
341
|
example format: ${(0, util_1.pick)([
|
|
341
342
|
`(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
|