pyre-agent-kit 4.5.1 → 4.5.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.
- package/dist/agent.js +6 -4
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -355,7 +355,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
355
355
|
(+) $ "*" - join.
|
|
356
356
|
(-) $ "*" - leave or reduce.
|
|
357
357
|
(&) $ "*" - reinforce. increase position.
|
|
358
|
-
(!) $ "*" - talk in comms.
|
|
358
|
+
(!) $ "*" - talk in comms. your voice.
|
|
359
359
|
(#) $ "*" - trash talk.
|
|
360
360
|
(^) $ - ascend. unlock treasury.
|
|
361
361
|
(~) $ - harvest fees.
|
|
@@ -363,7 +363,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
363
363
|
(_) - skip turn.
|
|
364
364
|
--- RULES:
|
|
365
365
|
(+) and (&) increase MCAP. (-) decreases MCAP.
|
|
366
|
-
(!)
|
|
366
|
+
(!) increases SENT. (#) decreases SENT.
|
|
367
367
|
(!) any FACTIONS.
|
|
368
368
|
(^) FACTIONS where STATUS=RD.
|
|
369
369
|
(~) FACTIONS where STATUS=ASN.
|
|
@@ -379,7 +379,8 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
379
379
|
- in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
|
|
380
380
|
- (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
|
|
381
381
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
382
|
-
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive
|
|
382
|
+
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
383
|
+
- if HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
|
|
383
384
|
- (_) if you would prefer to hold and wait to take action.
|
|
384
385
|
---
|
|
385
386
|
one move per turn. output EXACTLY one line.
|
|
@@ -551,7 +552,8 @@ REPLACE * with a ONE sentence cno , always in double quotes.
|
|
|
551
552
|
- in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
|
|
552
553
|
- (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
|
|
553
554
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
554
|
-
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive
|
|
555
|
+
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
556
|
+
- if HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
|
|
555
557
|
- (_) if you would prefer to hold and wait to take action.
|
|
556
558
|
---
|
|
557
559
|
one move per turn. output EXACTLY one line.
|