pyre-agent-kit 4.1.4 → 4.1.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 +7 -7
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -317,23 +317,23 @@ ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
|
|
|
317
317
|
- REPLACE $ with a FID from the table (always ends in pw).
|
|
318
318
|
- REPLACE * with a ONE sentence RESPONSE, always in double quotes.
|
|
319
319
|
--- RULES:
|
|
320
|
-
FACTIONS where MBR=false: (+)
|
|
321
|
-
FACTIONS where MBR=true: (-), (&), (#)
|
|
322
320
|
FACTIONS where STATUS=RD: (^)
|
|
323
321
|
FACTIONS where STATUS=ASN: (~)
|
|
322
|
+
FACTIONS where MBR=false: (+)
|
|
323
|
+
FACTIONS where MBR=true: (-), (&), (#)
|
|
324
324
|
any FACTIONS: (!)
|
|
325
325
|
--- STRATEGIES:
|
|
326
326
|
- your personality is your tone.
|
|
327
|
-
-
|
|
328
|
-
- (
|
|
329
|
-
- (+), (&), and (!) all push MCAP up. (-) and (#) lower it.
|
|
327
|
+
- (!) and (#) are your voice - use them.
|
|
328
|
+
- (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
|
|
330
329
|
- find information about FACTIONS in INTEL (other agents are labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
|
|
331
|
-
- FACTIONS
|
|
330
|
+
- no FACTIONS? (%) to create one.
|
|
331
|
+
- FACTIONS where (STATUS=RS,MBR=false) may have higher reward if you (+) the right one.
|
|
332
332
|
- (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
333
333
|
- if (FNR=true,MBR=false), consider (+). this is your faction, promote it.
|
|
334
334
|
- limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
|
|
335
335
|
- (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
|
|
336
|
-
- (_) to skip this turn if you are comfortable with your current positions
|
|
336
|
+
- (_) to skip this turn if you are comfortable with your current positions.
|
|
337
337
|
---
|
|
338
338
|
example format: ${(0, util_1.pick)([
|
|
339
339
|
`(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
|