@elizaos/agent 2.0.0-alpha.91 → 2.0.0-alpha.94
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/agent",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.94",
|
|
4
4
|
"description": "Standalone elizaOS-based agent and backend server package.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -930,7 +930,7 @@
|
|
|
930
930
|
},
|
|
931
931
|
"dependencies": {
|
|
932
932
|
"@clack/prompts": "^1.0.0",
|
|
933
|
-
"@elizaos/core": "^2.0.0-alpha.
|
|
933
|
+
"@elizaos/core": "^2.0.0-alpha.94",
|
|
934
934
|
"@elizaos/plugin-agent-orchestrator": "0.3.15",
|
|
935
935
|
"@elizaos/plugin-agent-skills": "alpha",
|
|
936
936
|
"@elizaos/plugin-anthropic": "alpha",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/emotes/catalog.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,aAAa,GACrB,UAAU,GACV,SAAS,GACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,UAAU,GACV,SAAS,GACT,OAAO,CAAC;AAEZ,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,qEAAqE;IACrE,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,aAAa,CAAC;CACzB;
|
|
1
|
+
{"version":3,"file":"catalog.d.ts","sourceRoot":"","sources":["../../../../../src/emotes/catalog.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,aAAa,GACrB,UAAU,GACV,SAAS,GACT,OAAO,GACP,QAAQ,GACR,MAAM,GACN,UAAU,GACV,SAAS,GACT,OAAO,CAAC;AAEZ,MAAM,WAAW,QAAQ;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,qEAAqE;IACrE,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,QAAQ,EAAE,aAAa,CAAC;CACzB;AA0XD,eAAO,MAAM,aAAa,EAAE,QAAQ,EAGjC,CAAC;AAEJ;;;GAGG;AACH,eAAO,MAAM,wBAAwB,aAAmC,CAAC;AAEzE,eAAO,MAAM,mBAAmB,YAE/B,CAAC;AAEF,eAAO,MAAM,WAAW,uBAEvB,CAAC;AAEF,eAAO,MAAM,iBAAiB,uBAE7B,CAAC;AAEF,wBAAgB,QAAQ,CAAC,EAAE,EAAE,MAAM,GAAG,QAAQ,GAAG,SAAS,CAEzD;AAED,wBAAgB,mBAAmB,CAAC,QAAQ,EAAE,aAAa,GAAG,QAAQ,EAAE,CAEvE;AAED,wBAAgB,YAAY,CAAC,EAAE,EAAE,MAAM,GAAG,OAAO,CAEhD"}
|
|
@@ -99,78 +99,6 @@ const RAW_EMOTE_CATALOG = [
|
|
|
99
99
|
loop: true,
|
|
100
100
|
category: "dance",
|
|
101
101
|
},
|
|
102
|
-
{
|
|
103
|
-
id: "hook-punch",
|
|
104
|
-
name: "Hook Punch",
|
|
105
|
-
description: "Throws a hook punch",
|
|
106
|
-
path: "/animations/emotes/hook-punch.glb",
|
|
107
|
-
duration: 1.5,
|
|
108
|
-
loop: false,
|
|
109
|
-
category: "combat",
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
id: "punching",
|
|
113
|
-
name: "Punching",
|
|
114
|
-
description: "Throws punches",
|
|
115
|
-
path: "/animations/emotes/punching.glb",
|
|
116
|
-
duration: 2,
|
|
117
|
-
loop: false,
|
|
118
|
-
category: "combat",
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
id: "firing-gun",
|
|
122
|
-
name: "Firing Gun",
|
|
123
|
-
description: "Fires a gun",
|
|
124
|
-
path: "/animations/emotes/firing-gun.glb",
|
|
125
|
-
duration: 2,
|
|
126
|
-
loop: false,
|
|
127
|
-
category: "combat",
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
id: "sword-swing",
|
|
131
|
-
name: "Sword Swing",
|
|
132
|
-
description: "Swings a sword",
|
|
133
|
-
path: "/animations/emotes/sword_swing.glb",
|
|
134
|
-
duration: 2,
|
|
135
|
-
loop: false,
|
|
136
|
-
category: "combat",
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
id: "chopping",
|
|
140
|
-
name: "Chopping",
|
|
141
|
-
description: "Chops with an axe",
|
|
142
|
-
path: "/animations/emotes/chopping.glb",
|
|
143
|
-
duration: 2,
|
|
144
|
-
loop: false,
|
|
145
|
-
category: "combat",
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
id: "spell-cast",
|
|
149
|
-
name: "Spell Cast",
|
|
150
|
-
description: "Casts a magic spell",
|
|
151
|
-
path: "/animations/emotes/spell-cast.glb",
|
|
152
|
-
duration: 2.5,
|
|
153
|
-
loop: false,
|
|
154
|
-
category: "combat",
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
id: "range",
|
|
158
|
-
name: "Range",
|
|
159
|
-
description: "Fires a ranged weapon",
|
|
160
|
-
path: "/animations/emotes/range.glb",
|
|
161
|
-
duration: 2,
|
|
162
|
-
loop: false,
|
|
163
|
-
category: "combat",
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
id: "death",
|
|
167
|
-
name: "Death",
|
|
168
|
-
description: "Falls down defeated",
|
|
169
|
-
path: "/animations/emotes/death.glb",
|
|
170
|
-
duration: 3,
|
|
171
|
-
loop: false,
|
|
172
|
-
category: "combat",
|
|
173
|
-
},
|
|
174
102
|
{
|
|
175
103
|
id: "idle",
|
|
176
104
|
name: "Idle",
|
|
@@ -189,87 +117,6 @@ const RAW_EMOTE_CATALOG = [
|
|
|
189
117
|
loop: true,
|
|
190
118
|
category: "idle",
|
|
191
119
|
},
|
|
192
|
-
{
|
|
193
|
-
id: "squat",
|
|
194
|
-
name: "Squat",
|
|
195
|
-
description: "Squats down",
|
|
196
|
-
path: "/animations/emotes/squat.glb",
|
|
197
|
-
duration: 3,
|
|
198
|
-
loop: true,
|
|
199
|
-
category: "idle",
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
id: "fishing",
|
|
203
|
-
name: "Fishing",
|
|
204
|
-
description: "Casts a fishing line",
|
|
205
|
-
path: "/animations/emotes/fishing.glb",
|
|
206
|
-
duration: 5,
|
|
207
|
-
loop: true,
|
|
208
|
-
category: "idle",
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
id: "float",
|
|
212
|
-
name: "Float",
|
|
213
|
-
description: "Floats in the air",
|
|
214
|
-
path: "/animations/emotes/float.glb",
|
|
215
|
-
duration: 4,
|
|
216
|
-
loop: true,
|
|
217
|
-
category: "idle",
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
id: "jump",
|
|
221
|
-
name: "Jump",
|
|
222
|
-
description: "Jumps up",
|
|
223
|
-
path: "/animations/emotes/jump.glb",
|
|
224
|
-
duration: 1.5,
|
|
225
|
-
loop: false,
|
|
226
|
-
category: "movement",
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
id: "flip",
|
|
230
|
-
name: "Flip",
|
|
231
|
-
description: "Does a backflip",
|
|
232
|
-
path: "/animations/emotes/flip.glb",
|
|
233
|
-
duration: 2,
|
|
234
|
-
loop: false,
|
|
235
|
-
category: "movement",
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
id: "run",
|
|
239
|
-
name: "Run",
|
|
240
|
-
description: "Runs in place",
|
|
241
|
-
path: "/animations/emotes/run.glb",
|
|
242
|
-
duration: 3,
|
|
243
|
-
loop: true,
|
|
244
|
-
category: "movement",
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
id: "walk",
|
|
248
|
-
name: "Walk",
|
|
249
|
-
description: "Walks in place",
|
|
250
|
-
path: "/animations/emotes/walk.glb",
|
|
251
|
-
duration: 3,
|
|
252
|
-
loop: true,
|
|
253
|
-
category: "movement",
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
id: "crawling",
|
|
257
|
-
name: "Crawling",
|
|
258
|
-
description: "Crawls on the ground",
|
|
259
|
-
path: "/animations/emotes/crawling.glb",
|
|
260
|
-
duration: 3,
|
|
261
|
-
loop: true,
|
|
262
|
-
category: "movement",
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
id: "fall",
|
|
266
|
-
name: "Fall",
|
|
267
|
-
description: "Falls down",
|
|
268
|
-
path: "/animations/emotes/fall.glb",
|
|
269
|
-
duration: 2,
|
|
270
|
-
loop: false,
|
|
271
|
-
category: "movement",
|
|
272
|
-
},
|
|
273
120
|
{
|
|
274
121
|
id: "salute",
|
|
275
122
|
name: "Salute",
|
|
@@ -387,15 +234,6 @@ const RAW_EMOTE_CATALOG = [
|
|
|
387
234
|
loop: false,
|
|
388
235
|
category: "emotion",
|
|
389
236
|
},
|
|
390
|
-
{
|
|
391
|
-
id: "shoulder-rubbing",
|
|
392
|
-
name: "Shoulder Rubbing",
|
|
393
|
-
description: "Rubs shoulders nervously",
|
|
394
|
-
path: "/animations/mixamo/Shoulder Rubbing.fbx",
|
|
395
|
-
duration: 3,
|
|
396
|
-
loop: true,
|
|
397
|
-
category: "emotion",
|
|
398
|
-
},
|
|
399
237
|
{
|
|
400
238
|
id: "gangnam-style",
|
|
401
239
|
name: "Gangnam Style",
|
|
@@ -450,15 +288,6 @@ const RAW_EMOTE_CATALOG = [
|
|
|
450
288
|
loop: false,
|
|
451
289
|
category: "dance",
|
|
452
290
|
},
|
|
453
|
-
{
|
|
454
|
-
id: "spin-in-place",
|
|
455
|
-
name: "Spin",
|
|
456
|
-
description: "Spins in place",
|
|
457
|
-
path: "/animations/mixamo/Spin In Place.fbx",
|
|
458
|
-
duration: 2,
|
|
459
|
-
loop: false,
|
|
460
|
-
category: "dance",
|
|
461
|
-
},
|
|
462
291
|
{
|
|
463
292
|
id: "cheering",
|
|
464
293
|
name: "Cheering",
|
|
@@ -486,51 +315,6 @@ const RAW_EMOTE_CATALOG = [
|
|
|
486
315
|
loop: false,
|
|
487
316
|
category: "dance",
|
|
488
317
|
},
|
|
489
|
-
{
|
|
490
|
-
id: "mma-kick",
|
|
491
|
-
name: "MMA Kick",
|
|
492
|
-
description: "Throws an MMA-style kick",
|
|
493
|
-
path: "/animations/mixamo/Mma Kick.fbx",
|
|
494
|
-
duration: 1.5,
|
|
495
|
-
loop: false,
|
|
496
|
-
category: "combat",
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
id: "breathing-idle",
|
|
500
|
-
name: "Breathing Idle",
|
|
501
|
-
description: "Breathes gently while standing",
|
|
502
|
-
path: "/animations/mixamo/Breathing Idle.fbx",
|
|
503
|
-
duration: 5,
|
|
504
|
-
loop: true,
|
|
505
|
-
category: "idle",
|
|
506
|
-
},
|
|
507
|
-
{
|
|
508
|
-
id: "happy-idle",
|
|
509
|
-
name: "Happy Idle",
|
|
510
|
-
description: "Stands idle with a happy energy",
|
|
511
|
-
path: "/animations/mixamo/Happy Idle.fbx",
|
|
512
|
-
duration: 5,
|
|
513
|
-
loop: true,
|
|
514
|
-
category: "idle",
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
id: "kneeling-idle",
|
|
518
|
-
name: "Kneeling Idle",
|
|
519
|
-
description: "Kneels and idles",
|
|
520
|
-
path: "/animations/mixamo/Kneeling Idle.fbx",
|
|
521
|
-
duration: 5,
|
|
522
|
-
loop: true,
|
|
523
|
-
category: "idle",
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
id: "fallen-idle",
|
|
527
|
-
name: "Fallen Idle",
|
|
528
|
-
description: "Lies on the ground",
|
|
529
|
-
path: "/animations/mixamo/Fallen Idle.fbx",
|
|
530
|
-
duration: 5,
|
|
531
|
-
loop: true,
|
|
532
|
-
category: "idle",
|
|
533
|
-
},
|
|
534
318
|
{
|
|
535
319
|
id: "thinking",
|
|
536
320
|
name: "Thinking",
|
|
@@ -8,9 +8,6 @@
|
|
|
8
8
|
import { AgentEventService } from "@elizaos/core";
|
|
9
9
|
import { emoteAction } from "../actions/emote";
|
|
10
10
|
import { restartAction } from "../actions/restart";
|
|
11
|
-
import { sendMessageAction } from "../actions/send-message";
|
|
12
|
-
import { goLiveAction, goOfflineAction, manageOverlayWidgetAction, setStreamDestinationAction, speakOnStreamAction, } from "../actions/stream-control";
|
|
13
|
-
import { switchStreamSourceAction } from "../actions/switch-stream-source";
|
|
14
11
|
import { terminalAction } from "../actions/terminal";
|
|
15
12
|
import { adminTrustProvider } from "../providers/admin-trust";
|
|
16
13
|
import { createSessionKeyProvider } from "../providers/session-bridge";
|
|
@@ -87,21 +84,21 @@ export function createElizaPlugin(config) {
|
|
|
87
84
|
providers: [
|
|
88
85
|
...baseProviders,
|
|
89
86
|
uiCatalogProvider,
|
|
90
|
-
customActionsProvider,
|
|
87
|
+
// customActionsProvider,
|
|
91
88
|
],
|
|
92
89
|
actions: [
|
|
93
90
|
restartAction,
|
|
94
|
-
sendMessageAction,
|
|
91
|
+
// sendMessageAction,
|
|
95
92
|
terminalAction,
|
|
96
93
|
createTriggerTaskAction,
|
|
97
94
|
emoteAction,
|
|
98
|
-
switchStreamSourceAction,
|
|
99
|
-
goLiveAction,
|
|
100
|
-
goOfflineAction,
|
|
101
|
-
setStreamDestinationAction,
|
|
102
|
-
speakOnStreamAction,
|
|
103
|
-
manageOverlayWidgetAction,
|
|
104
|
-
...loadCustomActions(),
|
|
95
|
+
// switchStreamSourceAction,
|
|
96
|
+
// goLiveAction,
|
|
97
|
+
// goOfflineAction,
|
|
98
|
+
// setStreamDestinationAction,
|
|
99
|
+
// speakOnStreamAction,
|
|
100
|
+
// manageOverlayWidgetAction,
|
|
101
|
+
// ...loadCustomActions(),
|
|
105
102
|
],
|
|
106
103
|
};
|
|
107
104
|
return plugin;
|