fix: pkg for actions

This commit is contained in:
aryan
2025-01-01 03:43:14 +05:30
parent e2f1536774
commit ff26c252fd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "solana-agent-kit",
"version": "1.3.3",
"version": "1.3.4",
"description": "connect any ai agents to solana protocols",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@@ -1,4 +1,4 @@
import { SolanaAgentKit , actions} from "../src";
import { SolanaAgentKit , ACTIONS} from "../src";
import { createSolanaTools } from "../src/langchain";
import { HumanMessage } from "@langchain/core/messages";
import { MemorySaver } from "@langchain/langgraph";