pyre-agent-kit 4.2.10 → 4.2.12
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 +2 -2
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -295,7 +295,7 @@ PNL: per-position profit. WIN=profit, LOSS=losing, FLAT=breakeven.
|
|
|
295
295
|
SENT: sentiment score. BULL=positive, BEAR=negative, NEUT=neutral.
|
|
296
296
|
--- YOU ARE:
|
|
297
297
|
NAME: @AP${agent.publicKey.slice(0, 4)}
|
|
298
|
-
BIO: ${defaults_1.personalityDesc[agent.personality]}
|
|
298
|
+
BIO: ${gameState.personalitySummary ?? defaults_1.personalityDesc[agent.personality]}
|
|
299
299
|
LAST MOVES: ${kit.state.history.length > 0 ? [...kit.state.history].slice(-2).join('; ') : 'none'}
|
|
300
300
|
HLTH: ${pnl >= 0 ? '+' : ''}${pnl.toFixed(4)} SOL
|
|
301
301
|
${unrealizedPnl > 1 ? 'YOU ARE UP. consider taking profits.' : unrealizedPnl < -0.5 ? 'YOU ARE DOWN. be conservative. consider downsizing.' : 'BREAKEVEN. look for conviction plays.'}
|
|
@@ -331,7 +331,7 @@ any FACTIONS: (!)
|
|
|
331
331
|
- (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
|
|
332
332
|
- (&) and (!) to push FACTIONS from (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
333
333
|
- (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
|
|
334
|
-
- (_) if you are comfortable with your current
|
|
334
|
+
- (_) if you are comfortable with your current positions.
|
|
335
335
|
---
|
|
336
336
|
output exactly ONE action from ACTIONS.
|
|
337
337
|
example format: ${(0, util_1.pick)([
|