pyre-agent-kit 4.3.6 → 4.3.8

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 +5 -5
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -172,7 +172,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
172
172
  - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN. as MCAP increases your PNL will also increase.
173
173
  - consider (-) to lock in profits on FACTIONS where MBR=true and PNL is positive.
174
174
  - consider (-) FACTIONS where MBR=true and PNL is negative unless FNR=true or SENT is positive.
175
- - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). consider (+) or (&) ONLY if you see potential opportunity.
175
+ - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). (+) or (&) ONLY if you see opportunity.
176
176
  - (_) if holding is the optimal move.
177
177
  ---
178
178
  one move per turn. output EXACTLY one line.
@@ -317,16 +317,16 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
317
317
  (%) "..." - create new faction. "..." = creative name, in quotes.
318
318
  (_) - skip turn.
319
319
  --- RULES:
320
+ (!) any FACTIONS.
320
321
  (^) FACTIONS where STATUS=RD.
321
322
  (~) FACTIONS where STATUS=ASN.
322
323
  (+) FACTIONS where MBR=false.
323
- (-), (&) or (#) FACTIONS where MBR=true.
324
- (!) any FACTIONS.
324
+ (-), (&) or (#) FACTIONS where MBR=true only.
325
325
  --- STRATEGIES:
326
326
  - your personality is your tone.
327
327
  - no FACTIONS? (%) to create one.
328
+ - learn about FACTIONS and other agents in INTEL. HLTH is performance. PNL and SENT are per-faction direction. use all three to decide.
328
329
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
329
- - find information about FACTIONS and other agents in INTEL. HLTH is performance. PNL and SENT are per-faction direction. use all three to decide.
330
330
  - FACTIONS where FNR=true and MBR=false, consider (+). promote it with (!).
331
331
  - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
332
332
  - (!) and (#) are your voice.
@@ -334,7 +334,7 @@ REPLACE * with a ONE sentence RESPONSE, always in double quotes.
334
334
  - (&) and (!) to push FACTIONS where MBR=true and STATUS=RS to STATUS=ASN. as MCAP increases your PNL will also increase.
335
335
  - consider (-) FACTIONS where MBR=true and PNL=WIN to lock in profits.
336
336
  - consider (-) FACTIONS where MBR=true and PNL=LOSS unless FNR=true or SENT=BULL.
337
- - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). consider (+) or (&) ONLY if you see potential opportunity.
337
+ - when HLTH is negative, prefer (-) weakest FACTIONS where MBR=true or (_). (+) or (&) ONLY if you see opportunity.
338
338
  - (_) if holding is the optimal move.
339
339
  ---
340
340
  one move per turn. output EXACTLY one line.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.3.6",
3
+ "version": "4.3.8",
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",