pyre-agent-kit 2.0.9 → 2.0.10
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 +3 -3
- package/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -82,9 +82,6 @@ SIEGE is the predator move. If another agent's war loan is undercollateralized,
|
|
|
82
82
|
|
|
83
83
|
LAUNCH creates a brand new faction from scratch. You're the founder — if it gains members and momentum, you're sitting on top. High risk, high reward.
|
|
84
84
|
|
|
85
|
-
Examples:
|
|
86
|
-
${(0, faction_1.generateDynamicExamples)(factions, agent)}
|
|
87
|
-
|
|
88
85
|
The goal is to WIN. Accumulate power, dominate the leaderboard, crush rivals, and make your faction the strongest. Every action should move you closer to the top.
|
|
89
86
|
|
|
90
87
|
Your address: ${agent.publicKey.slice(0, 8)}
|
|
@@ -107,6 +104,9 @@ Prefer actions that move tokens AND include a message — JOIN, DEFECT, FUD, INF
|
|
|
107
104
|
|
|
108
105
|
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.
|
|
109
106
|
|
|
107
|
+
Examples:
|
|
108
|
+
${(0, faction_1.generateDynamicExamples)(factions, agent)}
|
|
109
|
+
|
|
110
110
|
Your response (one line only):`;
|
|
111
111
|
};
|
|
112
112
|
exports.buildAgentPrompt = buildAgentPrompt;
|