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,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";