pyre-agent-kit 4.0.7 → 4.0.9

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 +8 -11
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -316,21 +316,18 @@ any FACTIONS - (!), (.), (%), (@)
316
316
  - Limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — CONSIDER (-) from underperformers.` : ''}
317
317
  - (-) to lock in profits or downsize on underperforming FACTIONS where MBR=true.
318
318
  - (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
319
- --- EXAMPLES:
320
- ${(0, util_1.pick)([
319
+ ---
320
+ example format: ${(0, util_1.pick)([
321
321
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
322
- `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"`,
323
- ])}
324
- ${(0, util_1.pick)([
325
322
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
326
- `(|) ${f2} "${(0, util_1.pick)(['just looking around.', 'checking the vibes.', 'scouting.', 'sneaking in, opportunity here.'])}"`,
327
- ])}
328
- ${(0, util_1.pick)([
329
323
  `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
330
- `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`
331
324
  ])}
332
- ---
333
- One move per turn. Output EXACTLY one line: (action) $ "*" OR (_)
325
+ exmaple format: ${(0, util_1.pick)([
326
+ `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"`,
327
+ `(|) ${f2} "${(0, util_1.pick)(['just looking around.', 'checking the vibes.', 'scouting.', 'sneaking in, opportunity here.'])}"`,
328
+ `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
329
+ ])}
330
+ Output EXACTLY one line: (action) $ "*" OR (_)
334
331
  >`;
335
332
  };
336
333
  exports.buildCompactModelPrompt = buildCompactModelPrompt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.0.7",
3
+ "version": "4.0.9",
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",