-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'ai16z/develop' into jure/integration-tests
- Loading branch information
Showing
59 changed files
with
1,922 additions
and
1,490 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,61 +1,61 @@ | ||
{ | ||
"name": "@ai16z/agent", | ||
"version": "0.1.5-alpha.6", | ||
"main": "src/index.ts", | ||
"type": "module", | ||
"scripts": { | ||
"start": "node --loader ts-node/esm src/index.ts", | ||
"dev": "node --loader ts-node/esm src/index.ts", | ||
"check-types": "tsc --noEmit" | ||
}, | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src", | ||
"../core/dist" | ||
], | ||
"ext": "ts,json", | ||
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@ai16z/adapter-postgres": "workspace:*", | ||
"@ai16z/adapter-sqlite": "workspace:*", | ||
"@ai16z/client-auto": "workspace:*", | ||
"@ai16z/client-direct": "workspace:*", | ||
"@ai16z/client-discord": "workspace:*", | ||
"@ai16z/client-farcaster": "workspace:*", | ||
"@ai16z/client-lens": "workspace:*", | ||
"@ai16z/client-telegram": "workspace:*", | ||
"@ai16z/client-twitter": "workspace:*", | ||
"@ai16z/client-slack": "workspace:*", | ||
"@ai16z/eliza": "workspace:*", | ||
"@ai16z/plugin-0g": "workspace:*", | ||
"@ai16z/plugin-aptos": "workspace:*", | ||
"@ai16z/plugin-bootstrap": "workspace:*", | ||
"@ai16z/plugin-intiface": "workspace:*", | ||
"@ai16z/plugin-coinbase": "workspace:*", | ||
"@ai16z/plugin-conflux": "workspace:*", | ||
"@ai16z/plugin-evm": "workspace:*", | ||
"@ai16z/plugin-flow": "workspace:*", | ||
"@ai16z/plugin-story": "workspace:*", | ||
"@ai16z/plugin-goat": "workspace:*", | ||
"@ai16z/plugin-icp": "workspace:*", | ||
"@ai16z/plugin-image-generation": "workspace:*", | ||
"@ai16z/plugin-nft-generation": "workspace:*", | ||
"@ai16z/plugin-node": "workspace:*", | ||
"@ai16z/plugin-solana": "workspace:*", | ||
"@ai16z/plugin-starknet": "workspace:*", | ||
"@ai16z/plugin-ton": "workspace:*", | ||
"@ai16z/plugin-sui": "workspace:*", | ||
"@ai16z/plugin-tee": "workspace:*", | ||
"@ai16z/plugin-multiversx": "workspace:*", | ||
"@ai16z/plugin-near": "workspace:*", | ||
"@ai16z/plugin-zksync-era": "workspace:*", | ||
"readline": "1.3.0", | ||
"ws": "8.18.0", | ||
"yargs": "17.7.2" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "10.9.2", | ||
"tsup": "8.3.5" | ||
} | ||
"name": "@ai16z/agent", | ||
"version": "0.1.6-alpha.4", | ||
"main": "src/index.ts", | ||
"type": "module", | ||
"scripts": { | ||
"start": "node --loader ts-node/esm src/index.ts", | ||
"dev": "node --loader ts-node/esm src/index.ts", | ||
"check-types": "tsc --noEmit" | ||
}, | ||
"nodemonConfig": { | ||
"watch": [ | ||
"src", | ||
"../core/dist" | ||
], | ||
"ext": "ts,json", | ||
"exec": "node --enable-source-maps --loader ts-node/esm src/index.ts" | ||
}, | ||
"dependencies": { | ||
"@ai16z/adapter-postgres": "workspace:*", | ||
"@ai16z/adapter-sqlite": "workspace:*", | ||
"@ai16z/client-auto": "workspace:*", | ||
"@ai16z/client-direct": "workspace:*", | ||
"@ai16z/client-discord": "workspace:*", | ||
"@ai16z/client-farcaster": "workspace:*", | ||
"@ai16z/client-lens": "workspace:*", | ||
"@ai16z/client-telegram": "workspace:*", | ||
"@ai16z/client-twitter": "workspace:*", | ||
"@ai16z/client-slack": "workspace:*", | ||
"@ai16z/eliza": "workspace:*", | ||
"@ai16z/plugin-0g": "workspace:*", | ||
"@ai16z/plugin-aptos": "workspace:*", | ||
"@ai16z/plugin-bootstrap": "workspace:*", | ||
"@ai16z/plugin-intiface": "workspace:*", | ||
"@ai16z/plugin-coinbase": "workspace:*", | ||
"@ai16z/plugin-conflux": "workspace:*", | ||
"@ai16z/plugin-evm": "workspace:*", | ||
"@ai16z/plugin-flow": "workspace:*", | ||
"@ai16z/plugin-story": "workspace:*", | ||
"@ai16z/plugin-goat": "workspace:*", | ||
"@ai16z/plugin-icp": "workspace:*", | ||
"@ai16z/plugin-image-generation": "workspace:*", | ||
"@ai16z/plugin-nft-generation": "workspace:*", | ||
"@ai16z/plugin-node": "workspace:*", | ||
"@ai16z/plugin-solana": "workspace:*", | ||
"@ai16z/plugin-starknet": "workspace:*", | ||
"@ai16z/plugin-ton": "workspace:*", | ||
"@ai16z/plugin-sui": "workspace:*", | ||
"@ai16z/plugin-tee": "workspace:*", | ||
"@ai16z/plugin-multiversx": "workspace:*", | ||
"@ai16z/plugin-near": "workspace:*", | ||
"@ai16z/plugin-zksync-era": "workspace:*", | ||
"readline": "1.3.0", | ||
"ws": "8.18.0", | ||
"yargs": "17.7.2" | ||
}, | ||
"devDependencies": { | ||
"ts-node": "10.9.2", | ||
"tsup": "8.3.5" | ||
} | ||
} |
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,47 +1,47 @@ | ||
{ | ||
"name": "eliza-client", | ||
"private": true, | ||
"version": "0.1.5-alpha.1", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"check-types": "tsc --noEmit", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@ai16z/eliza": "workspace:*", | ||
"@radix-ui/react-dialog": "1.1.2", | ||
"@radix-ui/react-separator": "1.1.0", | ||
"@radix-ui/react-slot": "1.1.0", | ||
"@radix-ui/react-tooltip": "1.1.4", | ||
"@tanstack/react-query": "5.61.0", | ||
"class-variance-authority": "0.7.1", | ||
"clsx": "2.1.1", | ||
"lucide-react": "0.460.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1", | ||
"tailwind-merge": "2.5.5", | ||
"tailwindcss-animate": "1.0.7", | ||
"vite-plugin-top-level-await": "1.4.4", | ||
"vite-plugin-wasm": "3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "9.16.0", | ||
"@types/node": "22.8.4", | ||
"@types/react": "18.3.12", | ||
"@types/react-dom": "18.3.1", | ||
"@vitejs/plugin-react": "4.3.3", | ||
"autoprefixer": "10.4.20", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-react-refresh": "0.4.14", | ||
"globals": "15.11.0", | ||
"postcss": "8.4.49", | ||
"tailwindcss": "3.4.15", | ||
"typescript": "5.6.3", | ||
"typescript-eslint": "8.11.0", | ||
"vite": "link:@tanstack/router-plugin/vite" | ||
} | ||
"name": "eliza-client", | ||
"private": true, | ||
"version": "0.1.6-alpha.4", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vite build", | ||
"check-types": "tsc --noEmit", | ||
"lint": "eslint .", | ||
"preview": "vite preview" | ||
}, | ||
"dependencies": { | ||
"@ai16z/eliza": "workspace:*", | ||
"@radix-ui/react-dialog": "1.1.2", | ||
"@radix-ui/react-separator": "1.1.0", | ||
"@radix-ui/react-slot": "1.1.0", | ||
"@radix-ui/react-tooltip": "1.1.4", | ||
"@tanstack/react-query": "5.61.0", | ||
"class-variance-authority": "0.7.1", | ||
"clsx": "2.1.1", | ||
"lucide-react": "0.460.0", | ||
"react": "18.3.1", | ||
"react-dom": "18.3.1", | ||
"react-router-dom": "6.22.1", | ||
"tailwind-merge": "2.5.5", | ||
"tailwindcss-animate": "1.0.7", | ||
"vite-plugin-top-level-await": "1.4.4", | ||
"vite-plugin-wasm": "3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "9.16.0", | ||
"@types/node": "22.8.4", | ||
"@types/react": "18.3.12", | ||
"@types/react-dom": "18.3.1", | ||
"@vitejs/plugin-react": "4.3.3", | ||
"autoprefixer": "10.4.20", | ||
"eslint-plugin-react-hooks": "5.0.0", | ||
"eslint-plugin-react-refresh": "0.4.14", | ||
"globals": "15.11.0", | ||
"postcss": "8.4.49", | ||
"tailwindcss": "3.4.15", | ||
"typescript": "5.6.3", | ||
"typescript-eslint": "8.11.0", | ||
"vite": "link:@tanstack/router-plugin/vite" | ||
} | ||
} |
Oops, something went wrong.