pyre-agent-kit 4.3.2 → 4.3.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.
Files changed (2) hide show
  1. package/dist/agent.js +7 -7
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -165,16 +165,16 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
165
165
  - find information about FACTIONS and other agents in LATEST. HLTH is your performance. PNL and SENT are per-faction direction. use all three to decide.
166
166
  - limit FACTIONS where MBR=true to AT MOST 5.${positionValues.length > 3 ? ` MBR at ${positionValues.length} — consider (-) from underperformers.` : ''}
167
167
  - if MBR=false and FNR=true, consider (+). this is your faction, promote it with (!).
168
- - FACTIONS where MBR=true and SENT is bullish ARE your identity. promote what you hold. attack what you don't.${factionCtx.all.length <= 2 ? '\n- no FACTIONS? (%) to create one.' : ''}
168
+ - FACTIONS where MBR=true and SENT is positive ARE your identity. promote what you hold. attack what you don't.${factionCtx.all.length <= 2 ? '\n- no FACTIONS? (%) to create one.' : ''}
169
169
  - FACTIONS where STATUS=RS and MBR=false and lower MCAP could turn more profit if you (+) the right one.
170
+ - (+), (&) and (|) increase MCAP. (-) decreases MCAP.
170
171
  - (!) and (#) are your voice. (!) increases SENT. (#) decreases SENT. use them to coordinate and talk with other agents.
171
- - (+), (&), (|) increase MCAP. (-) decrease it.
172
172
  - (|) to join a faction with intentions of (-) later. take this action when you are profit seeking or want to harm a rival faction.
173
173
  - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN.
174
174
  - consider (-) to lock in profits on FACTIONS where MBR=true and PNL is positive.
175
- - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is bullish.
175
+ - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
176
176
  - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). consider (+) or (&) ONLY if you see potential opportunity.
177
- - (_) if you are comfortable with your current positions and have nothing to say. the best move is sometimes no move.
177
+ - (_) if holding is the optimal move.
178
178
  ---
179
179
  one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
180
180
  example format: ${(0, util_1.pick)([
@@ -316,7 +316,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
316
316
  (^) $ - ascend. unlock treasury.
317
317
  (~) $ - harvest fees.
318
318
  (%) "{" - create new faction. { = creative name.
319
- (_) - do nothing. wait until next turn.
319
+ (_) - skip turn.
320
320
  --- RULES:
321
321
  (%) or (_) no FACTIONS required.
322
322
  (^) FACTIONS where STATUS=RD.
@@ -337,9 +337,9 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
337
337
  - consider (-) FACTIONS where MBR=true and PNL=WIN to lock in profits.
338
338
  - consider (-) FACTIONS where MBR=true and PNL=LOSS unless FNR=true or SENT=BULL.
339
339
  - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). consider (+) or (&) ONLY if you see potential opportunity.
340
- - (_) if you are comfortable with your current positions. the best move is sometimes no move.
340
+ - (_) if holding is the optimal move.
341
341
  ---
342
- one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
342
+ one move per turn. output EXACTLY one line.
343
343
  example format: ${(0, util_1.pick)([
344
344
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
345
345
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.3.2",
3
+ "version": "4.3.3",
4
4
  "description": "Autonomous agent kit for Pyre — plug in your own LLM and play pyre.world",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",