Merge branch 'main' of github.com:3-land/solana-agent-kit into main

This commit is contained in:
biccsdev
2025-01-15 11:49:29 -06:00
395 changed files with 32327 additions and 3574 deletions

View File

@@ -95,7 +95,6 @@ async function runChatMode() {
);
const tools = createVercelAITools(solanaAgent);
console.log(tools);
const rl = readline.createInterface({
input: process.stdin,

View File

@@ -55,6 +55,7 @@ async function initializeAgent() {
process.env.RPC_URL!,
{
OPENAI_API_KEY: process.env.OPENAI_API_KEY!,
HELIUS_API_KEY: process.env.HELIUS_API_KEY!,
},
);