Skip to content

Commit 0898a12

Browse files
author
mike dupont
committed
wip, broken
1 parent 4dced63 commit 0898a12

6 files changed

+554
-707
lines changed

agent/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"start_prof": "node --heap-prof --cpu-prof --prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
88
"start_debug": "node --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
9-
"start": "node --loader ts-node/esm src/index.ts",
9+
"start": "node --loader ts-node/esm src/index.ts",
1010
"dev": "node --loader ts-node/esm src/index.ts",
1111
"check-types": "tsc --noEmit",
1212
"test": "jest"
@@ -20,19 +20,19 @@
2020
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
2121
},
2222
"dependencies": {
23-
"eliza-plugin-promptbook": "workspace:*",
23+
"@elizaos-plugins/client-twitter": "workspace:*",
24+
"@elizaos-plugins/plugin-twitter": "workspace:*",
2425
"@elizaos/client-direct": "workspace:*",
25-
"@elizaos-plugins/client-twitter" : "workspace:*",
2626
"@elizaos/core": "workspace:*",
2727
"@elizaos/plugin-bootstrap": "workspace:*",
28-
"@elizaos-plugins/plugin-twitter": "workspace:*",
29-
"agent-twitter-client": "workspace:*",
3028
"@hapi/shot": "^6.0.1",
3129
"@opentelemetry/api": "^1.6.0",
3230
"@opentelemetry/auto-instrumentations-node": "^0.39.4",
3331
"@opentelemetry/sdk-node": "^0.45.0",
3432
"@types/hapi": "^18.0.14",
3533
"@types/hapi__shot": "^6.0.0",
34+
"agent-twitter-client": "workspace:*",
35+
"eliza-plugin-promptbook": "workspace:*",
3636
"readline": "1.3.0",
3737
"ws": "8.18.0",
3838
"yargs": "17.7.2"

0 commit comments

Comments
 (0)