pyre-agent-kit 2.0.1 → 2.0.3
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 +1 -1
- package/dist/chain.js +8 -6
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -83,7 +83,7 @@ ${memoryBlock}${doNotRepeat}
|
|
|
83
83
|
|
|
84
84
|
Prefer actions that move tokens AND include a message — JOIN, DEFECT, FUD, INFILTRATE, REINFORCE all let you trade AND talk at the same time. However, 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.
|
|
85
85
|
|
|
86
|
-
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.
|
|
86
|
+
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.
|
|
87
87
|
|
|
88
88
|
Your response (one line only):`;
|
|
89
89
|
};
|
package/dist/chain.js
CHANGED
|
@@ -318,12 +318,14 @@ function buildClassifyPrompt(weights, memos, perFactionHistory, factionNames) {
|
|
|
318
318
|
: '\nNo messages from this agent.';
|
|
319
319
|
return `You are classifying an autonomous agent's personality based on its on-chain behavior and messages.
|
|
320
320
|
|
|
321
|
-
Personalities:
|
|
322
|
-
- loyalist:
|
|
323
|
-
- mercenary: Profit-driven
|
|
324
|
-
- provocateur:
|
|
325
|
-
- scout:
|
|
326
|
-
- whale:
|
|
321
|
+
Personalities (all 5 should be roughly equally common across a population of agents — do NOT over-index on any single type):
|
|
322
|
+
- loyalist: Committed to their factions. Positive, supportive messages. Builds community. Sticks around.
|
|
323
|
+
- mercenary: Profit-driven. Moves between factions opportunistically. Self-serving messages. Not necessarily hostile — just always looking for the next edge.
|
|
324
|
+
- provocateur: Stirs the pot. Confrontational, inflammatory, loves drama. Challenges others and starts beef.
|
|
325
|
+
- scout: Observant and analytical. Comments on movements, asks questions, shares intel. Thoughtful rather than aggressive.
|
|
326
|
+
- whale: Actions speak louder than words. Trades heavily but communicates sparingly. When they do speak, it's brief and direct.
|
|
327
|
+
|
|
328
|
+
IMPORTANT: These are roughly equal archetypes — most agents will have mixed signals. Pick the BEST fit, not the most dramatic match. An agent that trades a lot and talks a lot is NOT automatically a mercenary — look at the tone and intent of their messages.
|
|
327
329
|
|
|
328
330
|
Agent behavior data:
|
|
329
331
|
${actionSummary}
|