feat: vercel-ai-sdk

This commit is contained in:
michaelessiet
2024-12-26 16:03:36 +01:00
parent 8d299244fc
commit 35c1e54989
23 changed files with 2003 additions and 101 deletions

View File

@@ -1,7 +1,8 @@
import { SolanaAgentKit } from "./agent";
import { createSolanaTools } from "./langchain";
import { createSolanaTools as createVercelAITools } from "./vercel-ai";
export { SolanaAgentKit, createSolanaTools };
export { SolanaAgentKit, createSolanaTools, createVercelAITools };
// Optional: Export types that users might need
export * from "./types";

1489
src/vercel-ai/index.ts Normal file

File diff suppressed because it is too large Load Diff