import { ChatWindow } from "@/components/ChatWindow";
export default function Home() {
const InfoCard = (
SolanaAgentKit + LangChain.js 🦜🔗 + Next.js
-
🤝
This template showcases a simple agent chatbot using{" "}
SolanaAgentKit
{", "}
LangChain.js
{" "}
and the Vercel{" "}
AI SDK
{" "}
in a{" "}
Next.js
{" "}
project.
-
💻
You can find the prompt and model logic for this use-case in{" "}
app/api/chat/route.ts.
-
🎨
The main frontend logic is found in
app/page.tsx.
-
🐙
This template is open source - you can see the source code and
deploy your own version{" "}
from the GitHub repo
!
-
👇
Try asking e.g.
What is my wallet address? below!
);
return (
);
}