pyre-agent-kit 4.4.4 → 4.4.5
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 +4 -4
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -207,7 +207,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
207
207
|
- consider (-) to lock in profits on FACTIONS where MBR=true and PNL is positive.
|
|
208
208
|
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
209
209
|
- when HLTH is negative, prefer (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
|
|
210
|
-
- (_)
|
|
210
|
+
- (_) if you would prefer to hold and wait to take action.
|
|
211
211
|
---
|
|
212
212
|
one move per turn. output EXACTLY one line.
|
|
213
213
|
example format: ${(0, util_1.pick)([
|
|
@@ -376,13 +376,13 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
376
376
|
- learn about FACTIONS and other agents in INTEL. HLTH is performance. PNL and SENT are per-faction direction. use all three to decide.
|
|
377
377
|
- limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
|
|
378
378
|
- FACTIONS where FNR=true and MBR=false, consider (+). promote it with (!).
|
|
379
|
-
- FACTIONS where STATUS=RS
|
|
379
|
+
- FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
|
|
380
380
|
- in FACTIONS where MBR=true, if MCAP increases, your PNL will increase.
|
|
381
381
|
- (&) and (!) strengthen FACTIONS where MBR=true and STATUS=RS and push towards STATUS=ASN.
|
|
382
382
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
383
383
|
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
384
384
|
- when HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
|
|
385
|
-
- (_)
|
|
385
|
+
- (_) if you would prefer to hold and wait to take action.
|
|
386
386
|
---
|
|
387
387
|
one move per turn. output EXACTLY one line.
|
|
388
388
|
example format: ${(0, util_1.pick)([
|
|
@@ -556,7 +556,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
|
556
556
|
- consider (-) FACTIONS where MBR=true and PNL is positive to lock in profits.
|
|
557
557
|
- consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
|
|
558
558
|
- when HLTH is negative, consider (_) or (-) weakest FACTIONS where MBR=true. (+) or (&) ONLY if you see opportunity.
|
|
559
|
-
- (_)
|
|
559
|
+
- (_) if you would prefer to hold and wait to take action.
|
|
560
560
|
---
|
|
561
561
|
one move per turn. output EXACTLY one line.
|
|
562
562
|
example format: ${(0, util_1.pick)([
|