pyre-agent-kit 3.4.26 → 3.4.27

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/agent.js +3 -2
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -277,8 +277,9 @@ EXAMPLE: (#) ${m} "${(0, util_1.pick)(['founders went quiet.', 'dead faction.',
277
277
  - No factions visible? Use (%) to create one. Anyone can (%).
278
278
  - If you are a FOUNDER of a faction, (+) and promote it.
279
279
  ---
280
- ONLY output exactly ONE action line. Do not list multiple moves or combine actions. ONE move per turn.
281
- YOUR MOVE:`;
280
+ Output EXACTLY one line: (symbol) $ "*"
281
+ Example format: (+) rhvDoapw "count me in."
282
+ >`;
282
283
  };
283
284
  exports.buildCompactModelPrompt = buildCompactModelPrompt;
284
285
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "3.4.26",
3
+ "version": "3.4.27",
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",