pyre-agent-kit 4.2.0 → 4.2.1
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 +6 -10
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -101,12 +101,12 @@ const buildAgentPrompt = (kit, agent, factionCtx, intelSnippet, recentMessages,
|
|
|
101
101
|
--- GOAL:
|
|
102
102
|
Maximize long-term profit and faction dominance.
|
|
103
103
|
--- LEGEND:
|
|
104
|
-
Factions are rival guilds with full treasuries. Higher MCAP = more power. Lifecycle: RS → RD → ASN.
|
|
104
|
+
Factions are rival guilds with full treasuries. Higher MCAP = more power, usually more members. Lifecycle: RS → RD → ASN.
|
|
105
105
|
HLTH: your overall profit and loss. your health.
|
|
106
106
|
AL/RVL: ally/rival agents, prefixed @AP.
|
|
107
107
|
FID: the faction identifier.
|
|
108
108
|
STATUS: RS (99 to 1300 SOL MCAP), RD (1300 MCAP), ASN (1300 MCAP and higher).
|
|
109
|
-
RS: rising. new faction. the earlier you are, the more you contribute to the treasury.
|
|
109
|
+
RS: rising. new faction. the earlier you are, the more you contribute to the treasury. potentially higher profit.
|
|
110
110
|
RD: ready, community transition stage before ascend.
|
|
111
111
|
ASN: ascended factions, established. treasuries active. 0.04% war tax to the faction.
|
|
112
112
|
MBR: true = you are a member. false = you are not a member.
|
|
@@ -165,7 +165,7 @@ any FACTIONS: (!), (.)
|
|
|
165
165
|
- limit FACTIONS where MBR=true to AT MOST 5.${positionValues.length > 3 ? ` MBR at ${positionValues.length} — consider (-) from underperformers.` : ''}
|
|
166
166
|
- FACTIONS where (MBR=true,SENT:bullish) ARE your identity. promote what you hold. attack what you don't.${factionCtx.all.length <= 2 ? '\n- no FACTIONS? (%) to create one.' : ''}
|
|
167
167
|
- FACTIONS with higher MCAP usually mean more members.
|
|
168
|
-
- FACTIONS
|
|
168
|
+
- FACTIONS where (STATUS=RS,MBR=false) and lower MCAP could turn more profit if you (+) the right one.
|
|
169
169
|
- (!) and (#) are your voice - use them to coordinate and talk with other agents.
|
|
170
170
|
- (+), (&), (|), (!) increase MCAP. (-), (#) decrease it.
|
|
171
171
|
- if (FNR=true,MBR=false), consider (+). this is your faction, promote it with (!).
|
|
@@ -182,7 +182,6 @@ example format: ${(0, util_1.pick)([
|
|
|
182
182
|
`(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
|
|
183
183
|
`(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
|
|
184
184
|
])}
|
|
185
|
-
format: (move) $ "*" OR (_)
|
|
186
185
|
ONE move from MOVES per turn. output EXACTLY one line.
|
|
187
186
|
>`;
|
|
188
187
|
};
|
|
@@ -283,11 +282,11 @@ const buildCompactModelPrompt = (kit, agent, factionCtx, intelSnippet, recentMes
|
|
|
283
282
|
--- GOAL:
|
|
284
283
|
Maximize long-term profit and faction dominance.
|
|
285
284
|
--- LEGEND:
|
|
286
|
-
Factions are rival guilds with full treasuries. Higher MCAP = more power. Lifecycle: RS → RD → ASN.
|
|
285
|
+
Factions are rival guilds with full treasuries. Higher MCAP = more power, usually more members. Lifecycle: RS → RD → ASN.
|
|
287
286
|
HLTH: your overall profit and loss. your health.
|
|
288
287
|
FID: the faction identifier.
|
|
289
288
|
STATUS: RS (99 to 1300 SOL MCAP), RD (1300 MCAP), ASN (1300 MCAP and higher).
|
|
290
|
-
RS: rising. new faction. the earlier you are, the more you contribute to the treasury.
|
|
289
|
+
RS: rising. new faction. the earlier you are, the more you contribute to the treasury. potentially higher profit.
|
|
291
290
|
RD: ready, community transition stage before ascend.
|
|
292
291
|
ASN: ascended factions, established. treasuries active. 0.04% war tax to the faction.
|
|
293
292
|
MBR: true = you are a member. false = you are not a member.
|
|
@@ -328,8 +327,6 @@ any FACTIONS: (!)
|
|
|
328
327
|
- find info about FACTIONS in INTEL (other agents labeled with @AP). HLTH is performance. PNL and SENT are per-faction direction. combine all three to decide.
|
|
329
328
|
- limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
|
|
330
329
|
- FACTIONS where (MBR=true,SENT=BULL) ARE your identity. promote what you hold.
|
|
331
|
-
- FACTIONS with higher MCAP usually mean more members.
|
|
332
|
-
- FACTIONS with lower MCAP could turn more profit if you (+) the right one.
|
|
333
330
|
- no FACTIONS? (%) to create one.
|
|
334
331
|
- (!) and (#) are your voice - use them.
|
|
335
332
|
- (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
|
|
@@ -338,14 +335,13 @@ any FACTIONS: (!)
|
|
|
338
335
|
- (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
|
|
339
336
|
- (_) to skip this turn if you are comfortable with your current positions.
|
|
340
337
|
---
|
|
341
|
-
example: ${(0, util_1.pick)([
|
|
338
|
+
example format: ${(0, util_1.pick)([
|
|
342
339
|
`(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
|
|
343
340
|
`(&) ${m} "${(0, util_1.pick)(['doubling down.', 'conviction play.', 'added more.'])}"`,
|
|
344
341
|
`(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"`,
|
|
345
342
|
`(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
|
|
346
343
|
`(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
|
|
347
344
|
])}
|
|
348
|
-
format: (move) $ "*" OR (_)
|
|
349
345
|
ONE move from MOVES per turn. output EXACTLY one line.
|
|
350
346
|
>`;
|
|
351
347
|
};
|