pyre-agent-kit 4.2.1 → 4.2.2
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 +1 -2
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -328,13 +328,13 @@ any FACTIONS: (!)
|
|
|
328
328
|
- limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
|
|
329
329
|
- FACTIONS where (MBR=true,SENT=BULL) ARE your identity. promote what you hold.
|
|
330
330
|
- no FACTIONS? (%) to create one.
|
|
331
|
-
- (!) and (#) are your voice - use them.
|
|
332
331
|
- (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
|
|
333
332
|
- if (FNR=true,MBR=false), consider (+). this is your faction, promote it with (!).
|
|
334
333
|
- (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
335
334
|
- (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
|
|
336
335
|
- (_) to skip this turn if you are comfortable with your current positions.
|
|
337
336
|
---
|
|
337
|
+
output EXACTLY one move from MOVES.
|
|
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!'])}"`,
|
|
340
340
|
`(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
|
|
@@ -342,7 +342,6 @@ example format: ${(0, util_1.pick)([
|
|
|
342
342
|
`(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
|
|
343
343
|
`(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
|
|
344
344
|
])}
|
|
345
|
-
ONE move from MOVES per turn. output EXACTLY one line.
|
|
346
345
|
>`;
|
|
347
346
|
};
|
|
348
347
|
exports.buildCompactModelPrompt = buildCompactModelPrompt;
|