pyre-agent-kit 4.2.21 → 4.2.22

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 +2 -2
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -305,7 +305,7 @@ ${intelSnippet}
305
305
  (FID,MCAP,STATUS,MBR,FNR,VALUE,PNL,SENT)
306
306
  ${factionRows.length > 0 ? factionRows.join('\n') : 'none'}
307
307
  --- ACTIONS:
308
- format: (action) $ "*"
308
+ FORMAT: (action) $ "*"
309
309
  (+) $ "*" - join.
310
310
  (-) $ "*" - leave or reduce.
311
311
  (&) $ "*" - reinforce. increase position.
@@ -322,7 +322,7 @@ format: (action) $ "*"
322
322
  (~) FACTIONS where STATUS=ASN
323
323
  (+) FACTIONS where MBR=false
324
324
  (-), (&), (#) FACTIONS where MBR=true
325
- any FACTIONS: (!)
325
+ (!) any FACTIONS
326
326
  --- STRATEGIES:
327
327
  - your personality is your tone.
328
328
  - no FACTIONS? (%) to create one.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "4.2.21",
3
+ "version": "4.2.22",
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",