@elizaos/plugin-mysticism 2.0.0-alpha.1 → 2.0.0-alpha.2

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 (1) hide show
  1. package/package.json +25 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@elizaos/plugin-mysticism",
3
- "description": "Mystical divination engines for ElizaOS \u2014 Tarot, I Ching, and Astrology readings",
4
- "version": "2.0.0-alpha.1",
3
+ "description": "Mystical divination engines for ElizaOS Tarot, I Ching, and Astrology readings",
4
+ "version": "2.0.0-alpha.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -53,5 +53,27 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
+ },
57
+ "agentConfig": {
58
+ "pluginParameters": {
59
+ "MYSTICISM_PRICE_TAROT": {
60
+ "type": "number",
61
+ "description": "Price in SOL for this reading type",
62
+ "required": false,
63
+ "sensitive": false
64
+ },
65
+ "MYSTICISM_PRICE_ICHING": {
66
+ "type": "number",
67
+ "description": "Price in SOL for this reading type",
68
+ "required": false,
69
+ "sensitive": false
70
+ },
71
+ "MYSTICISM_PRICE_ASTROLOGY": {
72
+ "type": "number",
73
+ "description": "Price in SOL for this reading type",
74
+ "required": false,
75
+ "sensitive": false
76
+ }
77
+ }
56
78
  }
57
- }
79
+ }