agentlaunch-templates 0.2.6 → 0.2.7

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.
@@ -31,11 +31,11 @@ export const RULES = {
31
31
  ## Key Endpoints
32
32
 
33
33
  \`\`\`
34
- POST /api/agents/tokenize Create token -> handoff link
35
- GET /api/agents/tokens List tokens
36
- GET /api/agents/token/{address} Token details
37
- GET /api/tokens/calculate-buy Preview buy
38
- GET /api/tokens/calculate-sell Preview sell
34
+ POST /tokenize Create token -> handoff link
35
+ GET /tokens List tokens
36
+ GET /token/{address} Token details
37
+ GET /tokens/calculate-buy Preview buy
38
+ GET /tokens/calculate-sell Preview sell
39
39
  \`\`\`
40
40
 
41
41
  ## Handoff Protocol
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentlaunch-templates",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Agent code templates for the AgentLaunch platform",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",