-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feat/som-plugin
- Loading branch information
Showing
174 changed files
with
6,141 additions
and
5,996 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ RUN npm install -g [email protected] && \ | |
libpango1.0-dev \ | ||
libgif-dev \ | ||
openssl \ | ||
libssl-dev && \ | ||
libssl-dev libsecret-1-dev && \ | ||
apt-get clean && \ | ||
rm -rf /var/lib/apt/lists/* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,58 +1,58 @@ | ||
{ | ||
"name": "eliza-docs", | ||
"version": "0.1.9", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"start": "docusaurus start --no-open", | ||
"dev": "docusaurus start --port 3002 --no-open", | ||
"build": "docusaurus build", | ||
"swizzle": "docusaurus swizzle", | ||
"deploy": "docusaurus deploy", | ||
"clear": "docusaurus clear", | ||
"serve": "docusaurus serve", | ||
"write-translations": "docusaurus write-translations", | ||
"write-heading-ids": "docusaurus write-heading-ids" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "3.7.0", | ||
"@docusaurus/plugin-content-blog": "3.7.0", | ||
"@docusaurus/plugin-content-docs": "3.7.0", | ||
"@docusaurus/plugin-ideal-image": "3.7.0", | ||
"@docusaurus/preset-classic": "3.7.0", | ||
"@docusaurus/theme-mermaid": "3.7.0", | ||
"@docusaurus/theme-common": "3.7.0", | ||
"@mdx-js/react": "3.0.1", | ||
"clsx": "2.1.1", | ||
"docusaurus-lunr-search": "3.5.0", | ||
"lunr": "2.3.9", | ||
"dotenv": "^16.4.7", | ||
"prism-react-renderer": "2.3.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/module-type-aliases": "3.7.0", | ||
"@docusaurus/types": "3.7.0", | ||
"docusaurus-plugin-typedoc": "1.0.5", | ||
"typedoc": "0.26.11", | ||
"typedoc-plugin-markdown": "4.2.10" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 3 chrome version", | ||
"last 3 firefox version", | ||
"last 5 safari version" | ||
] | ||
}, | ||
"engines": { | ||
"node": "23.3.0" | ||
} | ||
"name": "eliza-docs", | ||
"version": "0.25.6-alpha.1", | ||
"private": true, | ||
"packageManager": "[email protected]", | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"start": "docusaurus start --no-open", | ||
"dev": "docusaurus start --port 3002 --no-open", | ||
"build": "docusaurus build", | ||
"swizzle": "docusaurus swizzle", | ||
"deploy": "docusaurus deploy", | ||
"clear": "docusaurus clear", | ||
"serve": "docusaurus serve", | ||
"write-translations": "docusaurus write-translations", | ||
"write-heading-ids": "docusaurus write-heading-ids" | ||
}, | ||
"dependencies": { | ||
"@docusaurus/core": "3.7.0", | ||
"@docusaurus/plugin-content-blog": "3.7.0", | ||
"@docusaurus/plugin-content-docs": "3.7.0", | ||
"@docusaurus/plugin-ideal-image": "3.7.0", | ||
"@docusaurus/preset-classic": "3.7.0", | ||
"@docusaurus/theme-mermaid": "3.7.0", | ||
"@docusaurus/theme-common": "3.7.0", | ||
"@mdx-js/react": "3.0.1", | ||
"clsx": "2.1.1", | ||
"docusaurus-lunr-search": "3.5.0", | ||
"lunr": "2.3.9", | ||
"dotenv": "^16.4.7", | ||
"prism-react-renderer": "2.3.1", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/module-type-aliases": "3.7.0", | ||
"@docusaurus/types": "3.7.0", | ||
"docusaurus-plugin-typedoc": "1.0.5", | ||
"typedoc": "0.26.11", | ||
"typedoc-plugin-markdown": "4.2.10" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 3 chrome version", | ||
"last 3 firefox version", | ||
"last 5 safari version" | ||
] | ||
}, | ||
"engines": { | ||
"node": "23.3.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,18 @@ | ||
{ | ||
"version": "0.1.9", | ||
"packages": ["packages/*", "docs", "agent", "client", "!packages/_examples"], | ||
"npmClient": "pnpm", | ||
"command": { | ||
"publish": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public", | ||
"allowBranch": "main" | ||
} | ||
} | ||
"version": "0.25.6-alpha.1", | ||
"packages": [ | ||
"packages/*", | ||
"docs", | ||
"agent", | ||
"client", | ||
"!packages/_examples" | ||
], | ||
"npmClient": "pnpm", | ||
"command": { | ||
"publish": { | ||
"registry": "https://registry.npmjs.org/", | ||
"access": "public", | ||
"allowBranch": "main" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,7 +80,8 @@ | |
"ollama-ai-provider": "0.16.1", | ||
"optional": "0.1.4", | ||
"pnpm": "9.15.0", | ||
"sharp": "0.33.5" | ||
"sharp": "0.33.5", | ||
"zod": "3.24.1" | ||
}, | ||
"packageManager": "[email protected]", | ||
"workspaces": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"name": "@elizaos/adapter-pglite", | ||
"version": "0.1.9", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"@elizaos/source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@electric-sql/pglite": "^0.2.15", | ||
"@elizaos/core": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch" | ||
}, | ||
"peerDependencies": { | ||
"whatwg-url": "7.1.0" | ||
} | ||
"name": "@elizaos/adapter-pglite", | ||
"version": "0.25.6-alpha.1", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"@elizaos/source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"@electric-sql/pglite": "^0.2.15", | ||
"@elizaos/core": "workspace:*" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch" | ||
}, | ||
"peerDependencies": { | ||
"whatwg-url": "7.1.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
{ | ||
"name": "@elizaos/adapter-postgres", | ||
"version": "0.1.9", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"@elizaos/source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"schema.sql", | ||
"seed.sql" | ||
], | ||
"dependencies": { | ||
"@elizaos/core": "workspace:*", | ||
"@types/pg": "8.11.10", | ||
"pg": "8.13.1" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch" | ||
} | ||
"name": "@elizaos/adapter-postgres", | ||
"version": "0.25.6-alpha.1", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
"./package.json": "./package.json", | ||
".": { | ||
"import": { | ||
"@elizaos/source": "./src/index.ts", | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"schema.sql", | ||
"seed.sql" | ||
], | ||
"dependencies": { | ||
"@elizaos/core": "workspace:*", | ||
"@types/pg": "8.11.10", | ||
"pg": "8.13.1" | ||
}, | ||
"devDependencies": { | ||
"tsup": "8.3.5" | ||
}, | ||
"scripts": { | ||
"build": "tsup --format esm --dts", | ||
"dev": "tsup --format esm --dts --watch" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.