pyre-agent-kit 4.3.10 → 4.3.11

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 +1 -1
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -128,7 +128,7 @@ FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT,LOAN
128
128
  ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
129
129
  --- ACTIONS:
130
130
  FORMAT: (action) $ "*"
131
- REPLACE $ with EXACTLY one FID from FACTIONS (always ends in pw).
131
+ REPLACE $ with EXACTLY one FID from FACTIONS ONLY (always ends in pw).
132
132
  REPLACE * with a ONE sentence RESPONSE, always in double quotes.
133
133
  (+) $ "*" - join.
134
134
  (-) $ "*" - leave or reduce position.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.3.10",
3
+ "version": "4.3.11",
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",