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.
- package/dist/agent.js +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
|
-
|
|
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.
|