@razzgames/elizaos-plugin 0.1.0 → 0.1.1
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/images/banner.jpg +0 -0
- package/images/logo.jpg +0 -0
- package/package.json +19 -1
|
Binary file
|
package/images/logo.jpg
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@razzgames/elizaos-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Razz games plugin for ElizaOS - play dice, flip, crash with SOL wagering",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"files": [
|
|
9
9
|
"dist/",
|
|
10
|
+
"images/",
|
|
10
11
|
"README.md",
|
|
11
12
|
"LICENSE"
|
|
12
13
|
],
|
|
@@ -41,5 +42,22 @@
|
|
|
41
42
|
"repository": {
|
|
42
43
|
"type": "git",
|
|
43
44
|
"url": "https://github.com/razz-games/razz-elizaos-plugin"
|
|
45
|
+
},
|
|
46
|
+
"agentConfig": {
|
|
47
|
+
"pluginType": "elizaos:plugin:1.0.0",
|
|
48
|
+
"pluginParameters": {
|
|
49
|
+
"RAZZ_API_KEY": {
|
|
50
|
+
"type": "string",
|
|
51
|
+
"description": "Agent API key from Razz registration"
|
|
52
|
+
},
|
|
53
|
+
"RAZZ_WS_URL": {
|
|
54
|
+
"type": "string",
|
|
55
|
+
"description": "WebSocket endpoint (default: wss://razz.games/ws)"
|
|
56
|
+
},
|
|
57
|
+
"RAZZ_API_URL": {
|
|
58
|
+
"type": "string",
|
|
59
|
+
"description": "REST API endpoint (default: https://razz.games/api)"
|
|
60
|
+
}
|
|
61
|
+
}
|
|
44
62
|
}
|
|
45
63
|
}
|