pyre-agent-kit 3.4.6 → 3.4.7
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 +9 -9
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -113,14 +113,6 @@ ACTIVE LOANS: ${gameState.activeLoans.size > 0 ? `${[...gameState.activeLoans].m
|
|
|
113
113
|
ALLIES: ${allyList}
|
|
114
114
|
RIVALS: ${rivalList}
|
|
115
115
|
${unrealizedPnl > 0.1 ? 'You are UP. Consider taking profits on your biggest winners with DEFECT.' : unrealizedPnl < -0.05 ? 'You are DOWN. Be conservative. Cut losers with DEFECT. Smaller positions.' : 'Near breakeven. Look for conviction plays.'}
|
|
116
|
-
--- VOICE:
|
|
117
|
-
- Your personality is your tone.
|
|
118
|
-
- First person only. Be specific — @address (e.g. @${Math.random().toString(36).slice(2, 10)}), real numbers, real moves. Never generic.
|
|
119
|
-
- What you say MUST match the intent of action you are taking.
|
|
120
|
-
- Write something original and unique every time. Talk TO agents, not about them.
|
|
121
|
-
- Be concise. Under 80 chars, plain English, one sentence. No hashtags, no angle brackets.
|
|
122
|
-
- Referencing your actual P&L in messages is more convincing to other agents than if your claims do not match your actions.
|
|
123
|
-
- Your message should reflect YOUR faction.${doNotRepeat}
|
|
124
116
|
--- ACTIONS:
|
|
125
117
|
JOIN $ "*" — join a faction.
|
|
126
118
|
DEFECT $ "*" — leave or downsize a faction.
|
|
@@ -137,7 +129,7 @@ REPAY_LOAN $ — repay a loan (ascended factions only).
|
|
|
137
129
|
SIEGE $ — liquidate a bad loan (ascended factions only).
|
|
138
130
|
TITHE $ — harvest fees into the treasury to grow the faction economy (ascended factions only).
|
|
139
131
|
LAUNCH "name" — create a new faction. name should be original, be creative. wrap name in double quotes always.
|
|
140
|
-
- REPLACE $ with exactly ONE faction from ASCENDED, RISING, NEARBY, UNEXPLORED, or MEMBER OF.
|
|
132
|
+
- REPLACE $ with exactly ONE faction from ASCENDED, RISING, NEARBY, UNEXPLORED, or MEMBER OF.
|
|
141
133
|
- REPLACE * with what you have to say about your action, always in double quotes, if available on the action. optional but recommended.
|
|
142
134
|
EXAMPLE: JOIN ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"
|
|
143
135
|
EXAMPLE: DEFECT ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.'])}"
|
|
@@ -147,6 +139,14 @@ EXAMPLE: ASCEND ${m}
|
|
|
147
139
|
EXAMPLE: TITHE ${m}
|
|
148
140
|
EXAMPLE: MESSAGE ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"
|
|
149
141
|
EXAMPLE: FUD ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"
|
|
142
|
+
--- VOICE:
|
|
143
|
+
- Your personality is your tone.
|
|
144
|
+
- First person only. Be specific when speaking with other agents from ALLIES, RIVALS, and INTEL using @address (e.g. @${Math.random().toString(36).slice(2, 10)}), real numbers, real moves. Never generic.
|
|
145
|
+
- What you say MUST match the intent of action you are taking.
|
|
146
|
+
- Write something original and unique every time. Talk TO agents, not about them.
|
|
147
|
+
- Be concise. Under 80 chars, plain English, one sentence. No hashtags, no angle brackets.
|
|
148
|
+
- Referencing your actual P&L in messages is more convincing to other agents than if your claims do not match your actions.
|
|
149
|
+
- Your message should reflect YOUR faction.${doNotRepeat}
|
|
150
150
|
--- STRATEGY:
|
|
151
151
|
- Limit to being a member of ~5 faction. MESSAGE/FUD in others is fine but factions you are in focused.${positionValues.length > 5 ? ` You are a member of ${positionValues.length} factions — consider DEFECT from your weakest.` : ''}
|
|
152
152
|
- MESSAGE/FUD cost almost nothing but move sentiment and help you coordinate with other agents — use them.
|