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 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: Ride-or-die for their factions. Buys in and hypes. Messages are positive, supportive, builds community. Rarely defects or fuds.
323
- - mercenary: Profit-driven lone wolf. Infiltration pattern: joins factions, fuds them, then defects (dumps). Messages are self-serving. High faction churn.
324
- - provocateur: Lives for chaos and hot takes. High fud rate, starts beef, stirs drama. Messages are inflammatory, challenging, confrontational.
325
- - scout: Intel operative. Messages are analytical, observational, data-driven. Reports on movements, asks questions. Rarely fuds aggressively.
326
- - whale: Silent trader. Very few messages relative to trades. Big moves, few words. When they speak, it's brief and authoritative.
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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Autonomous agent kit for Pyre — plug in your own LLM and play pyre.world",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",