@elizaos/plugin-bluesky 2.0.0-alpha.7 → 2.0.0-beta.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/README.md +203 -0
- package/dist/browser/index.browser.js +18 -16
- package/dist/browser/index.browser.js.map +3 -3
- package/dist/cjs/index.node.cjs +959 -151
- package/dist/cjs/index.node.js.map +14 -12
- package/dist/node/index.node.js +937 -142
- package/dist/node/index.node.js.map +14 -12
- package/package.json +195 -189
package/package.json
CHANGED
|
@@ -1,191 +1,197 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
2
|
+
"name": "@elizaos/plugin-bluesky",
|
|
3
|
+
"version": "2.0.0-beta.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "dist/cjs/index.node.cjs",
|
|
7
|
+
"module": "dist/node/index.node.js",
|
|
8
|
+
"types": "dist/node/index.d.ts",
|
|
9
|
+
"browser": "dist/browser/index.browser.js",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "git+https://github.com/elizaos/elizaos.git"
|
|
14
|
+
},
|
|
15
|
+
"exports": {
|
|
16
|
+
"./package.json": "./package.json",
|
|
17
|
+
".": {
|
|
18
|
+
"types": "./dist/node/index.d.ts",
|
|
19
|
+
"browser": {
|
|
20
|
+
"types": "./dist/browser/index.d.ts",
|
|
21
|
+
"import": "./dist/browser/index.browser.js",
|
|
22
|
+
"default": "./dist/browser/index.browser.js"
|
|
23
|
+
},
|
|
24
|
+
"node": {
|
|
25
|
+
"types": "./dist/node/index.d.ts",
|
|
26
|
+
"import": "./dist/node/index.node.js",
|
|
27
|
+
"require": "./dist/cjs/index.node.cjs",
|
|
28
|
+
"default": "./dist/node/index.node.js"
|
|
29
|
+
},
|
|
30
|
+
"default": "./dist/node/index.node.js"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"dist"
|
|
35
|
+
],
|
|
36
|
+
"keywords": [],
|
|
37
|
+
"author": "elizaOS",
|
|
38
|
+
"license": "MIT",
|
|
39
|
+
"scripts": {
|
|
40
|
+
"build": "bun run build.ts",
|
|
41
|
+
"build:ts": "bun run build.ts",
|
|
42
|
+
"dev": "bun --hot build.ts",
|
|
43
|
+
"clean": "rm -rf dist .turbo",
|
|
44
|
+
"test": "vitest run",
|
|
45
|
+
"typecheck": "tsc --noEmit",
|
|
46
|
+
"lint": "bunx @biomejs/biome check --write --unsafe .",
|
|
47
|
+
"lint:check": "bunx @biomejs/biome check .",
|
|
48
|
+
"format": "bunx @biomejs/biome format --write .",
|
|
49
|
+
"format:check": "bunx @biomejs/biome format ."
|
|
50
|
+
},
|
|
51
|
+
"dependencies": {
|
|
52
|
+
"@atproto/api": "^0.19.0",
|
|
53
|
+
"@atproto/identity": "^0.4.4",
|
|
54
|
+
"@atproto/lexicon": "^0.6.0",
|
|
55
|
+
"@atproto/syntax": "^0.5.0",
|
|
56
|
+
"@atproto/xrpc": "^0.7.0",
|
|
57
|
+
"@elizaos/core": "2.0.0-beta.1",
|
|
58
|
+
"lru-cache": "^11.1.0",
|
|
59
|
+
"zod": "^4.4.3"
|
|
60
|
+
},
|
|
61
|
+
"devDependencies": {
|
|
62
|
+
"@biomejs/biome": "^2.4.14",
|
|
63
|
+
"@types/node": "^25.0.3",
|
|
64
|
+
"typescript": "^6.0.3"
|
|
65
|
+
},
|
|
66
|
+
"peerDependencies": {
|
|
67
|
+
"@elizaos/core": "2.0.0-beta.1"
|
|
68
|
+
},
|
|
69
|
+
"resolutions": {
|
|
70
|
+
"@noble/hashes": "2.2.0"
|
|
71
|
+
},
|
|
72
|
+
"overrides": {
|
|
73
|
+
"@noble/hashes": "2.2.0"
|
|
74
|
+
},
|
|
75
|
+
"publishConfig": {
|
|
76
|
+
"access": "public"
|
|
77
|
+
},
|
|
78
|
+
"agentConfig": {
|
|
79
|
+
"pluginType": "elizaos:client:1.0.0",
|
|
80
|
+
"pluginParameters": {
|
|
81
|
+
"BLUESKY_ENABLED": {
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"description": "Enables or disables the BlueSky plugin.",
|
|
84
|
+
"required": false,
|
|
85
|
+
"default": true,
|
|
86
|
+
"sensitive": false
|
|
87
|
+
},
|
|
88
|
+
"BLUESKY_DRY_RUN": {
|
|
89
|
+
"type": "boolean",
|
|
90
|
+
"description": "Enables or disables dry run mode when interacting with BlueSky; when true, operations are simulated but not executed.",
|
|
91
|
+
"required": false,
|
|
92
|
+
"default": false,
|
|
93
|
+
"sensitive": false
|
|
94
|
+
},
|
|
95
|
+
"BLUESKY_HANDLE": {
|
|
96
|
+
"type": "string",
|
|
97
|
+
"description": "The BlueSky handle (username) for the agent account.",
|
|
98
|
+
"required": true,
|
|
99
|
+
"sensitive": false
|
|
100
|
+
},
|
|
101
|
+
"BLUESKY_PASSWORD": {
|
|
102
|
+
"type": "string",
|
|
103
|
+
"description": "The app password for authentication with BlueSky.",
|
|
104
|
+
"required": true,
|
|
105
|
+
"sensitive": true
|
|
106
|
+
},
|
|
107
|
+
"BLUESKY_SERVICE": {
|
|
108
|
+
"type": "string",
|
|
109
|
+
"description": "The BlueSky service URL (PDS instance).",
|
|
110
|
+
"required": false,
|
|
111
|
+
"default": "https://bsky.social",
|
|
112
|
+
"sensitive": false
|
|
113
|
+
},
|
|
114
|
+
"BLUESKY_MAX_POST_LENGTH": {
|
|
115
|
+
"type": "number",
|
|
116
|
+
"description": "Maximum number of characters allowed in a BlueSky post.",
|
|
117
|
+
"required": false,
|
|
118
|
+
"default": 300,
|
|
119
|
+
"sensitive": false
|
|
120
|
+
},
|
|
121
|
+
"BLUESKY_POLL_INTERVAL": {
|
|
122
|
+
"type": "number",
|
|
123
|
+
"description": "Polling interval in seconds for BlueSky operations such as fetching new notifications.",
|
|
124
|
+
"required": false,
|
|
125
|
+
"default": 60,
|
|
126
|
+
"sensitive": false
|
|
127
|
+
},
|
|
128
|
+
"BLUESKY_ENABLE_POSTING": {
|
|
129
|
+
"type": "boolean",
|
|
130
|
+
"description": "Enables or disables the ability to post to BlueSky.",
|
|
131
|
+
"required": false,
|
|
132
|
+
"default": true,
|
|
133
|
+
"sensitive": false
|
|
134
|
+
},
|
|
135
|
+
"BLUESKY_POST_INTERVAL_MIN": {
|
|
136
|
+
"type": "number",
|
|
137
|
+
"description": "Minimum interval in seconds between automated posts.",
|
|
138
|
+
"required": false,
|
|
139
|
+
"default": 1800,
|
|
140
|
+
"sensitive": false
|
|
141
|
+
},
|
|
142
|
+
"BLUESKY_POST_INTERVAL_MAX": {
|
|
143
|
+
"type": "number",
|
|
144
|
+
"description": "Maximum interval in seconds between automated posts.",
|
|
145
|
+
"required": false,
|
|
146
|
+
"default": 3600,
|
|
147
|
+
"sensitive": false
|
|
148
|
+
},
|
|
149
|
+
"BLUESKY_ENABLE_ACTION_PROCESSING": {
|
|
150
|
+
"type": "boolean",
|
|
151
|
+
"description": "Turns on or off automated action processing for BlueSky events.",
|
|
152
|
+
"required": false,
|
|
153
|
+
"default": true,
|
|
154
|
+
"sensitive": false
|
|
155
|
+
},
|
|
156
|
+
"BLUESKY_ACTION_INTERVAL": {
|
|
157
|
+
"type": "number",
|
|
158
|
+
"description": "Interval in seconds between action-processing cycles.",
|
|
159
|
+
"required": false,
|
|
160
|
+
"default": 120,
|
|
161
|
+
"sensitive": false
|
|
162
|
+
},
|
|
163
|
+
"BLUESKY_POST_IMMEDIATELY": {
|
|
164
|
+
"type": "boolean",
|
|
165
|
+
"description": "If true, posts are published immediately instead of waiting for a schedule.",
|
|
166
|
+
"required": false,
|
|
167
|
+
"default": false,
|
|
168
|
+
"sensitive": false
|
|
169
|
+
},
|
|
170
|
+
"BLUESKY_MAX_ACTIONS_PROCESSING": {
|
|
171
|
+
"type": "number",
|
|
172
|
+
"description": "Maximum number of BlueSky actions to process in a single batch.",
|
|
173
|
+
"required": false,
|
|
174
|
+
"default": 5,
|
|
175
|
+
"sensitive": false
|
|
176
|
+
},
|
|
177
|
+
"BLUESKY_ENABLE_DMS": {
|
|
178
|
+
"type": "boolean",
|
|
179
|
+
"description": "Enable processing of direct messages via the chat.bsky API.",
|
|
180
|
+
"required": false,
|
|
181
|
+
"default": true,
|
|
182
|
+
"sensitive": false
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"eliza": {
|
|
187
|
+
"platforms": [
|
|
188
|
+
"browser",
|
|
189
|
+
"node"
|
|
190
|
+
],
|
|
191
|
+
"runtime": "both",
|
|
192
|
+
"platformDetails": {
|
|
193
|
+
"browser": "Browser-compatible build available via exports.browser",
|
|
194
|
+
"node": "Node.js build available via exports.node"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
191
197
|
}
|