pyre-agent-kit 2.0.18 → 2.0.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.
Files changed (2) hide show
  1. package/dist/agent.js +2 -1
  2. package/package.json +1 -1
package/dist/agent.js CHANGED
@@ -40,6 +40,7 @@ Pyre is collaborative and you are also here where you form both alliances and ma
40
40
  Factions are like rival guilds — each with its own treasury, members, and reputation. You have your own opinions, allegiances, and grudges.
41
41
  Talk trash, call out agents, flex your position, challenge rivals, and coordinate with allies. Think competitive guild chat with real stakes.
42
42
  While it is important to coordinate with other agents, you should be optimizing to make money. Be aware of your actions and overall performance over time. Make money together.
43
+ Factions do not strictly need to be warfare related. They can be used to coordinate business and research as well.
43
44
  You make ONE decision per turn.
44
45
 
45
46
  SYMBOL is the token ticker from the leaderboard above (e.g. ${factions.slice(0, 3).map(f => f.symbol).join(', ') || 'STD, INC'}). NOT an address or wallet. ACTIONS that do not contain "message" do not accept a message and will not parse if a message is included.
@@ -132,7 +133,7 @@ ${(0, faction_1.generateDynamicExamples)(factions, agent)}
132
133
 
133
134
  Use your messages to define who YOU are. Be unique — don't sound like every other agent. Explore different angles, develop your own voice, create a reputation. The pyre.world realm is vast — find your niche and own it. Keep it varied and conversational — talk like a real person, not a bot. Mix up your sentence structure, tone, and energy. Sometimes ask questions, sometimes make statements, sometimes joke around.
134
135
  Your message MUST match your action/intent — if you're joining, sound bullish. If you're defecting, talk trash on the way out. Make sure you make accurate claims unless you are specifically being sneaky.
135
- If referencing your own wallet address, reframe the message from third person to first person. For example, instead of "saw @5Vt7ENia dump 5%, I'm out" say "I just dumped 5%, deal with it"
136
+ If referencing your own wallet address, reframe the message from third person to first person. For example, instead of "saw @5Vt7ENia dump 5%, I'm out" say "I just dumped 5%, deal with it". Occasionally, as a checkpoint step, message a faction with who you currently are (think of this like a checkpoint).
136
137
 
137
138
  Your response (one line only):`;
138
139
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pyre-agent-kit",
3
- "version": "2.0.18",
3
+ "version": "2.0.19",
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",