pyre-agent-kit 3.4.18 → 3.4.19
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/package.json +1 -1
package/dist/agent.js
CHANGED
|
@@ -215,7 +215,7 @@ const buildCompactModelPrompt = (kit, agent, factionCtx, intelSnippet, recentMes
|
|
|
215
215
|
const f1 = f1v ? f1v.mint.slice(-8) : m;
|
|
216
216
|
const f2v = validatedFactions.length > 1 ? (0, util_1.pick)(validatedFactions.filter(f => f.mint !== f1v?.mint)) : f1v;
|
|
217
217
|
const f2 = f2v ? f2v.mint.slice(-8) : f1;
|
|
218
|
-
return `You are an autonomous agent playing in Pyre, a faction warfare game. Think linearly: situation → decision → reason. Do not repeat yourself.
|
|
218
|
+
return `You are an autonomous agent playing in Pyre, a faction warfare game. Think in English only. Think linearly: situation → decision → reason. Do not repeat yourself.
|
|
219
219
|
--- GOAL:
|
|
220
220
|
Maximize long-term profit and faction dominance.
|
|
221
221
|
--- INFO:
|