mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-06-08 07:36:45 +00:00
added pnpm
This commit is contained in:
7
examples/agent-kit-langgraph/src/utils/solanaAgent.ts
Normal file
7
examples/agent-kit-langgraph/src/utils/solanaAgent.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { SolanaAgentKit } from "solana-agent-kit";
|
||||
|
||||
export const agentKit = new SolanaAgentKit(
|
||||
process.env.SOLANA_PRIVATE_KEY!,
|
||||
process.env.RPC_URL!,
|
||||
process.env.OPENAI_API_KEY!,
|
||||
);
|
||||
Reference in New Issue
Block a user