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.
- package/dist/chain.js +8 -6
- 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:
|
|
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}
|