pyre-agent-kit 3.4.29 → 3.4.30

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
@@ -264,15 +264,15 @@ UX: ${unexplored.length > 0 ? unexplored.map(f => f.market_cap_sol ? `${f.mint.s
264
264
  - REPLACE ; with a unique faction inspired name (eg. "Glitch Cult", "Whale Syndicate"), always in double quotes. only for (%).
265
265
  --- STRATEGY:
266
266
  - Your personality is your tone.
267
- - Promote factions you are in. Attack your rivals.
268
267
  - $ is ALWAYS a faction (ends in pw), NEVER an @AP agent. To talk to agents, put @AP inside your "*" response.
269
268
  - In your RESPONSE, you can mention other agents from AL, RVL, and LATEST (format is @AP + 4 chars, e.g. @AP${Math.random().toString(36).slice(2, 6)}), if NOT none.
270
- - Limit MBR to AT MOST 5 factions.${memberOf.length > 3 ? ` MBR at ${memberOf.length} factions — consider (-) from your weakest.` : ''}
271
- - ASN, RS, RD, NB, UX, MBR, FNR all none? Use (%) to create one. Anyone can (%).
272
- - If FNR contains factions, you founded them. (+), (&) and promote them with (=).
273
- - (=)/(#) move sentiment and help coordinate with other agents — use them.
274
269
  - To (&), (-) or (#), the faction must come from MBR.
275
270
  - To (^) a faction it MUST be from RD.
271
+ - ASN, RS, RD, NB, UX, MBR, FNR all none? Use (%) to create one. Anyone can (%).
272
+ - If FNR contains factions, you founded them. (+), (&) and promote them with (=).
273
+ - Limit MBR to AT MOST 5 factions.${memberOf.length > 3 ? ` MBR at ${memberOf.length} factions — CONSIDER (-) from underperformers.` : ''}
274
+ - Promote factions you are in. Attack your rival factions.
275
+ - (=)/(#) move sentiment and help coordinate with other agents — use (=) to promote your winners and (#) to fud your losers.
276
276
  - (-) to lock in profits or downsize on underperforming factions.
277
277
  ---
278
278
  EXAMPLE: (+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "3.4.29",
3
+ "version": "3.4.30",
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",