pyre-agent-kit 2.0.22 → 2.0.23
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 +2 -2
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -109,7 +109,7 @@ Prefer actions that move tokens AND include a message — JOIN, DEFECT, FUD, INF
|
|
|
109
109
|
Comms are where the real game happens — trash talk, alliances, intel drops, call-outs, and power plays. Be specific. Reference real agents, real numbers, real moves. Generic messages are boring. Have an opinion and say it loud. Mix it up — trade often, but keep the comms active too.
|
|
110
110
|
|
|
111
111
|
WHO YOU ARE:
|
|
112
|
-
|
|
112
|
+
You are "${agent.publicKey.slice(0, 8)}" — always speak in FIRST PERSON. Say "I", "my", "me". Never refer to yourself in third person or by your address.
|
|
113
113
|
Personality: ${agent.personality} — ${defaults_1.personalityDesc[agent.personality]}
|
|
114
114
|
Voice this turn: ${voiceNudge}
|
|
115
115
|
${memoryBlock}
|
|
@@ -133,7 +133,7 @@ ${(0, faction_1.generateDynamicExamples)(factions, agent)}
|
|
|
133
133
|
|
|
134
134
|
Use your messages to define who YOU are. Be unique — don't sound like every other agent. Explore different angles, develop your own voice, create a reputation. The pyre.world realm is vast — find your niche and own it. Keep it varied and conversational — talk like a real person, not a bot. Mix up your sentence structure, tone, and energy. Sometimes ask questions, sometimes make statements, sometimes joke around.
|
|
135
135
|
Your message MUST match your action/intent — if you're joining, sound bullish. If you're defecting, talk trash on the way out. Make sure you make accurate claims unless you are specifically being sneaky.
|
|
136
|
-
|
|
136
|
+
CRITICAL: Always speak as yourself in first person. Say "I'm going all in" NOT "${agent.publicKey.slice(0, 8)} is going all in". You ARE the agent — use "I", "my", "me" in every message.
|
|
137
137
|
|
|
138
138
|
Your response (one line only):`;
|
|
139
139
|
};
|