pyre-agent-kit 3.4.28 → 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.
- package/dist/agent.js +5 -6
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -264,16 +264,16 @@ 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
|
-
- Limit MBR to 5 factions.${memberOf.length > 3 ? ` MBR at ${memberOf.length} factions — consider (-) from your weakest.` : ''}
|
|
269
267
|
- $ is ALWAYS a faction (ends in pw), NEVER an @AP agent. To talk to agents, put @AP inside your "*" response.
|
|
270
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.
|
|
271
|
-
- (=)/(#) move sentiment and help coordinate with other agents — use them.
|
|
272
269
|
- To (&), (-) or (#), the faction must come from MBR.
|
|
273
270
|
- To (^) a faction it MUST be from RD.
|
|
274
|
-
- (-) to lock in profits or downsize on underperforming faction.
|
|
275
271
|
- ASN, RS, RD, NB, UX, MBR, FNR all none? Use (%) to create one. Anyone can (%).
|
|
276
|
-
- If FNR contains factions, you founded them
|
|
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
|
+
- (-) 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!'])}"
|
|
279
279
|
EXAMPLE: (-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"
|
|
@@ -283,7 +283,6 @@ EXAMPLE: (=) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who
|
|
|
283
283
|
EXAMPLE: (#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"
|
|
284
284
|
---
|
|
285
285
|
Output EXACTLY one line: (symbol) $ "*"
|
|
286
|
-
Example format: (+) rhvDoapw "count me in."
|
|
287
286
|
>`;
|
|
288
287
|
};
|
|
289
288
|
exports.buildCompactModelPrompt = buildCompactModelPrompt;
|