seperated the dependencies from the main project

This commit is contained in:
Deepak
2024-12-27 14:44:21 +05:30
parent 45d5ad21a7
commit 954e49e08e
3 changed files with 4063 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "agent-kit-langgraph",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@langchain/community": "^0.3.20",
"@langchain/core": "^0.3.26",
"@langchain/langgraph": "^0.2.36",
"dotenv": "^16.4.7",
"solana-agent-kit": "^1.3.0"
}
}

4043
examples/agent-kit-langgraph/pnpm-lock.yaml generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,4 +1,4 @@
import { SolanaAgentKit } from "../../../src/agent";
import { SolanaAgentKit } from "solana-agent-kit";
export const agentKit = new SolanaAgentKit(
process.env.SOLANA_PRIVATE_KEY!,