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