pyre-agent-kit 4.2.1 → 4.2.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 +2 -3
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -174,6 +174,7 @@ any FACTIONS: (!), (.)
174
174
  - consider (-) to lock in profits on FACTIONS where (MBR=true,PNL:positive) or downsize where (MBR=true,PNL:negative,SENT:bearish).
175
175
  - (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
176
176
  ---
177
+ output EXACTLY one move from MOVES.
177
178
  example format: ${(0, util_1.pick)([
178
179
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
179
180
  `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.', 'cutting the drag.'])}"`,
@@ -182,7 +183,6 @@ example format: ${(0, util_1.pick)([
182
183
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
183
184
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
184
185
  ])}
185
- ONE move from MOVES per turn. output EXACTLY one line.
186
186
  >`;
187
187
  };
188
188
  exports.buildAgentPrompt = buildAgentPrompt;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.2.1",
3
+ "version": "4.2.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",