Skip to content

Commit

Permalink
Merge branch 'feature/postgres' of https://github.com/leomercier/eliza
Browse files Browse the repository at this point in the history
…into HEAD
  • Loading branch information
lalalune committed Nov 1, 2024
2 parents 90e4b89 + af9604a commit 83ff1cb
Show file tree
Hide file tree
Showing 15 changed files with 1,286 additions and 518 deletions.
594 changes: 192 additions & 402 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"scripts": {
"build": "tsc",
"start": "node --loader ts-node/esm src/index.ts",
"start:arok": "node --loader ts-node/esm src/index.ts --characters=\"characters/arok.character.json\"",
"start:service:ruby": "pm2 start npm --name=\"ruby\" --restart-delay=3000 --max-restarts=10 -- run start:ruby",
"stop:service:ruby": "pm2 stop ruby",
"start:ruby": "node --loader ts-node/esm src/index.ts --characters=\"characters/ruby.character.json\"",
Expand All @@ -25,6 +26,7 @@
"start:tate": "node --loader ts-node/esm src/index.ts --characters=\"characters/tate.character.json\"",
"watch": "tsc --watch",
"dev": "nodemon",
"build:docs": "cd docs && npm run build",
"postinstall": "npx playwright install-deps && npx playwright install",
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --runInBand --watch -f",
"test:sqlite": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" TEST_DATABASE_CLIENT=sqlite jest --runInBand --watch -f",
Expand All @@ -37,6 +39,7 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "5.0.7",
"@rollup/plugin-terser": "0.1.0",
"@rollup/plugin-typescript": "11.1.6",
"@types/better-sqlite3": "7.6.11",
"@types/fluent-ffmpeg": "2.1.27",
Expand All @@ -58,7 +61,6 @@
"prettier": "3.3.3",
"rimraf": "6.0.1",
"rollup": "2.79.2",
"@rollup/plugin-terser": "0.1.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tslib": "2.8.0",
Expand All @@ -71,9 +73,7 @@
"@ai-sdk/google-vertex": "^0.0.42",
"@ai-sdk/groq": "^0.0.3",
"@ai-sdk/openai": "^0.0.70",
"ai": "^3.4.23",
"anthropic-vertex-ai": "^1.0.0",
"together-ai": "^0.7.0",
"@anthropic-ai/sdk": "^0.30.1",
"@cliqz/adblocker-playwright": "1.34.0",
"@discordjs/opus": "github:discordjs/opus",
"@discordjs/rest": "2.4.0",
Expand All @@ -91,8 +91,10 @@
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"agent-twitter-client": "0.0.13",
"ai": "^3.4.23",
"alawmulaw": "6.0.0",
"ansi-colors": "4.1.3",
"anthropic-vertex-ai": "^1.0.0",
"better-sqlite3": "11.5.0",
"bignumber": "1.1.0",
"bignumber.js": "9.1.2",
Expand All @@ -113,7 +115,7 @@
"formdata-node": "6.0.3",
"fs-extra": "11.2.0",
"gaxios": "6.7.1",
"gif-frames": "1.0.1",
"gif-frames": "^0.4.1",
"glob": "11.0.0",
"graceful-fs": "4.2.11",
"html-escaper": "3.0.3",
Expand All @@ -133,6 +135,7 @@
"onnxruntime-node": "1.20.0",
"openai": "4.69.0",
"pdfjs-dist": "4.7.76",
"pg": "^8.13.1",
"playwright": "1.48.2",
"pm2": "5.4.2",
"prism-media": "1.3.5",
Expand All @@ -147,6 +150,7 @@
"telegraf": "4.16.3",
"tiktoken": "1.0.17",
"tinyld": "1.3.4",
"together-ai": "^0.7.0",
"unique-names-generator": "4.7.1",
"uuid": "11.0.2",
"uuidv4": "6.2.13",
Expand Down
Loading

0 comments on commit 83ff1cb

Please sign in to comment.