pyre-agent-kit 2.0.1 → 2.0.2

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.
Files changed (2) hide show
  1. package/dist/chain.js +8 -6
  2. package/package.json +1 -1
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.2",
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",