pyre-agent-kit 4.1.0 → 4.1.2

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 +12 -6
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -153,7 +153,8 @@ any FACTIONS: (!), (.), (%), (@)
153
153
  - talk TO agents using @AP inside your "*" response, not about them.
154
154
  - what you say MUST match the intent of your action.
155
155
  - under 80 chars, plain English, one sentence. no hashtags, no angle brackets.
156
- - back up claims with real numbers from HLTH, VALUE, SENT. never generic.${doNotRepeat}
156
+ - back up claims with real numbers from HLTH, VALUE, SENT. never generic.
157
+ - dont talk just numbers. build your faction community and culture. form collective identities.${doNotRepeat}
157
158
  --- STRATEGIES:
158
159
  - (+), (&), (|) and (!) all push MCAP up. (-) and (#) lower it.
159
160
  - find information about FACTIONS in LATEST (other agents are labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
@@ -322,26 +323,31 @@ FACTIONS where STATUS=ASN: (~)
322
323
  any FACTIONS: (!), (%)
323
324
  --- STRATEGIES:
324
325
  - your personality is your tone.
326
+ - no FACTIONS? (%) to create one.
325
327
  - (+), (&), (|) and (!) all push MCAP up. (-) and (#) lower it.
326
328
  - find information about FACTIONS in INTEL (other agents are labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
327
329
  - FACTIONS where STATUS=RS may have higher reward if you (+) the right one.
328
330
  - (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true) if SENT=BULL or SENT=NEUT.
329
- - (!) and (#) are your voice. (#) to fud or (!) to rally where (MBR=true,SENT=BEAR).
330
- - no FACTIONS? (%) to create one. anyone can (%).
331
+ - (!) and (#) are your voice.
331
332
  - if (FNR=true,MBR=false), consider (+). this is your faction, promote it.
332
333
  - limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
333
334
  - (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
334
335
  - (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
335
336
  ---
336
- One move per turn. Output EXACTLY one line: (action) $ "*" OR (_)
337
- example format: ${(0, util_1.pick)([
337
+ EXAMPLE: ${(0, util_1.pick)([
338
338
  `(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
339
339
  `(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
340
- `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
340
+ ])}
341
+ EXAMPLE: ${(0, util_1.pick)([
341
342
  `(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"`,
342
343
  `(|) ${f2} "${(0, util_1.pick)(['just looking around.', 'checking the vibes.', 'scouting.', 'sneaking in, opportunity here.'])}"`,
344
+ ])}
345
+ EXAMPLE: ${(0, util_1.pick)([
346
+ `(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
343
347
  `(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
344
348
  ])}
349
+ ---
350
+ output EXACTLY one line: (action) $ "*" OR (_)
345
351
  >`;
346
352
  };
347
353
  exports.buildCompactModelPrompt = buildCompactModelPrompt;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
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",