Skip to content

Commit 6c16757

Browse files
author
mike dupont
committed
vendored twitter
1 parent b7b6305 commit 6c16757

10 files changed

+431
-3405
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "vendor/elizaos/plugin-twitter"]
2+
path = vendor/elizaos/plugin-twitter
3+
url = https://github.com/meta-introspector/plugin-twitter

.vscode/launch.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
78

89
{
910
"name": "Generic Remote Debugger",

agent/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"main": "src/index.ts",
55
"type": "module",
66
"scripts": {
7-
"start": "node --heap-prof --cpu-prof --prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
7+
"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",
8+
"start": "node --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
89
"dev": "node --loader ts-node/esm src/index.ts",
910
"check-types": "tsc --noEmit",
1011
"test": "jest"
@@ -21,7 +22,7 @@
2122
"@elizaos/client-direct": "workspace:*",
2223
"@elizaos/core": "workspace:*",
2324
"@elizaos/plugin-bootstrap": "workspace:*",
24-
"@elizaos/plugin-twitter": "github:elizaos-plugins/plugin-twitter",
25+
"@elizaos-plugins/plugin-twitter": "workspace:*",
2526
"@hapi/shot": "^6.0.1",
2627
"@opentelemetry/api": "^1.6.0",
2728
"@opentelemetry/auto-instrumentations-node": "^0.39.4",

0 commit comments

Comments
 (0)