sei-agent-kit
Version:
A package for building AI agents on the SEI blockchain
66 lines • 1.6 kB
JSON
{
"name": "sei-agent-kit",
"version": "0.0.7",
"description": "A package for building AI agents on the SEI blockchain",
"type": "module",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"exports": {
".": {
"import": "./dist/src/index.js",
"types": "./dist/src/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"test": "tsx test/index.ts",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"keywords": [
"sei",
"sei-agent-kit",
"sei ai"
],
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/CambrianAgents/sei-agent-kit"
},
"dependencies": {
"@bancor/carbon-sdk": "^0.0.115-DEV",
"@cosmjs/stargate": "^0.33.0",
"@langchain/langgraph": "^0.2.65",
"@langchain/openai": "^0.5.10",
"axios": "^1.8.1",
"chart.js": "^4.4.8",
"citrex-sdk": "^1.2.2",
"dotenv": "^16.4.7",
"ethers": "5.7.2",
"langchain": "^0.3.19",
"symphony-sdk": "^2.1.0",
"twitter-api-v2": "^1.23.2",
"viem": "^2.23.3",
"wagmi": "^2.14.12",
"zod": "^3.24.2"
},
"devDependencies": {
"@types/bn.js": "^5.1.6",
"@types/chai": "^5.0.1",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"vitest": "^3.1.1"
}
}