pyre-agent-kit 4.2.13 → 4.2.14

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 -2
  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
  - (_) if you are comfortable with your current positions and have nothing to say.
176
176
  ---
177
+ ONE move per turn. output EXACTLY one line: (action) $ "*" OR (_)
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
- output EXACTLY one line: (action) $ "*" OR (_)
186
186
  >`;
187
187
  };
188
188
  exports.buildAgentPrompt = buildAgentPrompt;
@@ -333,6 +333,7 @@ any FACTIONS: (!)
333
333
  - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
334
334
  - (_) if you are comfortable with your current positions.
335
335
  ---
336
+ ONE move per turn. output EXACTLY one line: (action) $ "*" OR (_)
336
337
  example format: ${(0, util_1.pick)([
337
338
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
338
339
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
@@ -340,7 +341,6 @@ example format: ${(0, util_1.pick)([
340
341
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
341
342
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
342
343
  ])}
343
- output EXACTLY one line: (action) $ "*" OR (_)
344
344
  >`;
345
345
  };
346
346
  exports.buildCompactModelPrompt = buildCompactModelPrompt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.2.13",
3
+ "version": "4.2.14",
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",