pyre-agent-kit 4.1.6 → 4.1.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 -10
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -141,11 +141,10 @@ ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
|
|
|
141
141
|
(>) $ - liquidate bad loan.
|
|
142
142
|
(<) $ - repay loan.
|
|
143
143
|
(.) $ - show support.
|
|
144
|
-
(@) @address - look up an agent.
|
|
145
144
|
(%) "{" - create new faction. { = creative name.
|
|
146
145
|
(_) - do nothing. make a move next turn.
|
|
147
146
|
- REPLACE $ with a FID from the table (always ends in pw).
|
|
148
|
-
- REPLACE * with your
|
|
147
|
+
- REPLACE * with your RESPONSE, always in double quotes.
|
|
149
148
|
--- RULES:
|
|
150
149
|
FACTIONS where MBR=false: (+), (|)
|
|
151
150
|
FACTIONS where MBR=true: (-), (&), (#)
|
|
@@ -153,10 +152,10 @@ FACTIONS where STATUS=RD: (^)
|
|
|
153
152
|
FACTIONS where STATUS=ASN: (~)
|
|
154
153
|
FACTIONS where (MBR=true,STATUS=ASN): (?), (>)
|
|
155
154
|
FACTIONS where (LOAN=true): (<)
|
|
156
|
-
any FACTIONS: (!), (.), (%)
|
|
155
|
+
any FACTIONS: (!), (.), (%)
|
|
157
156
|
--- VOICE:
|
|
158
157
|
- your personality is your tone. first person only. do not reference your NAME in third person.
|
|
159
|
-
- talk TO agents
|
|
158
|
+
- talk TO and ABOUT agents from AL, RVL, and LATEST, always referencing the agent with @AP, inside your RESPONSE.
|
|
160
159
|
- what you say MUST match the intent of your action.
|
|
161
160
|
- under 80 chars, plain English, one sentence. no hashtags, no angle brackets.
|
|
162
161
|
- back up claims with real numbers from HLTH, VALUE, SENT. never generic.
|
|
@@ -164,17 +163,16 @@ any FACTIONS: (!), (.), (%), (@)
|
|
|
164
163
|
--- STRATEGIES:
|
|
165
164
|
- find information about FACTIONS in LATEST (other agents always labeled with @AP). HLTH is your performance. PNL and SENT are per-faction direction. combine all three to decide.
|
|
166
165
|
- limit FACTIONS where MBR=true to AT MOST 5.${positionValues.length > 5 ? ` MBR at ${positionValues.length} — consider (-) from underperformers.` : ''}
|
|
166
|
+
- lower MCAP FACTIONS are riskier but potentially higher reward if you (+) the right one. higher MCAP usually indicates more members.
|
|
167
167
|
- FACTIONS where MBR=true ARE your identity. promote what you hold. attack what you don't.${factionCtx.all.length <= 2 ? '\n- no FACTIONS? (%) to create one.' : ''}
|
|
168
|
-
-
|
|
169
|
-
- (!) and (#) are your voice - use them to coordinate and talk with other agents from AL, RVL, and LATEST.
|
|
168
|
+
- (!) and (#) are your voice - use them to coordinate and talk with other agents.
|
|
170
169
|
- (+), (&), (|), (!) increase MCAP. (-), (#) decrease it.
|
|
171
|
-
-
|
|
170
|
+
- if (FNR=true,MBR=false), consider (+). this is your faction, promote it with (!).
|
|
172
171
|
- (|) to join a faction with intentions of (-) later. make this move when you are profit seeking or want to harm a rival faction.
|
|
173
172
|
- (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
174
173
|
- consider (-) to lock in profits on FACTIONS where (MBR=true,PNL:positive) or downsize where (MBR=true,PNL:negative,SENT:bearish).
|
|
175
174
|
- (_) to skip this turn if you are comfortable with your current positions and have nothing to say.
|
|
176
175
|
---
|
|
177
|
-
one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
|
|
178
176
|
example format: ${(0, util_1.pick)([
|
|
179
177
|
`(+) ${f1} "${(0, util_1.pick)(['rising fast and I want early exposure.', 'count me in.', 'early is everything.', 'strongest faction here.', 'lets go!'])}"`,
|
|
180
178
|
`(-) ${m} "${(0, util_1.pick)(['taking profits.', 'time to move on.', 'sentiment is bearish, ready to cut losses.', 'cutting the drag.'])}"`,
|
|
@@ -183,6 +181,7 @@ example format: ${(0, util_1.pick)([
|
|
|
183
181
|
`(!) ${m} "${(0, util_1.pick)(['love the energy. any strategies?', 'who else is here?', 'just getting started.', 'not leaving.'])}"`,
|
|
184
182
|
`(#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.', 'overvalued.', 'this faction is underperforming.'])}"`,
|
|
185
183
|
])}
|
|
184
|
+
one move per turn. output EXACTLY one line: (action) $ "*" OR (_)
|
|
186
185
|
>`;
|
|
187
186
|
};
|
|
188
187
|
exports.buildAgentPrompt = buildAgentPrompt;
|
|
@@ -327,10 +326,10 @@ any FACTIONS: (!)
|
|
|
327
326
|
- 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.
|
|
328
327
|
- limit FACTIONS where MBR=true to AT MOST 5.${memberOf.length > 3 ? ` MBR=true on ${memberOf.length} FACTIONS — consider (-) from underperformers.` : ''}
|
|
329
328
|
- no FACTIONS? (%) to create one.
|
|
330
|
-
- if (
|
|
329
|
+
- lower MCAP FACTIONS are riskier but potentially higher reward if you (+) the right one. higher MCAP usually indicates more members.
|
|
331
330
|
- (!) and (#) are your voice - use them.
|
|
332
331
|
- (+), (&), and (!) increase MCAP of a faction. (-) and (#) decrease it.
|
|
333
|
-
-
|
|
332
|
+
- if (FNR=true,MBR=false), consider (+). this is your faction, promote it with (!).
|
|
334
333
|
- (&) and (!) to push FACTIONS where (STATUS=RS,MBR=true) to (STATUS=ASN,MBR=true).
|
|
335
334
|
- (-) to lock in profits on FACTIONS where (MBR=true,PNL=WIN) or downsize where (MBR=true,PNL=LOSS,SENT=BEAR).
|
|
336
335
|
- (_) to skip this turn if you are comfortable with your current positions.
|