Connecting agno to vercel chat sdk

Can anybody help me linking my Python (agno) program to vercel’s chat sdk template

I have built an app using agno with Python. I am trying to link it to the the chat sdk template offered by vercel.

I found a link to use an adapter to change the response format and link it through fastapi.

It’s not working and I am stuck. Can anybody please help

Hi @greyfox, thanks for reaching out and supporting Agno. I’ve shared this with the team, we’re working through all requests one by one and will get back to you soon.
If it’s urgent, please let us know. We appreciate your patience!

Hey @greyfox we don’t yet have any official support for it. But I did find a community contribution for it: GitHub - gauravdhiman/vercel-agno-integration: This project is to integrate Vercel AI-SDK-UI (frontend for chat interfaces) with Agno agentic python backend. This integration shows how to build realtime chat AI agentic apps using Agno and Vercel.

Let us know if it was helpful :))

If you’re doing an agent integration- you can also checkout our open-source interface for interacting with AI agents : GitHub - agno-agi/agent-ui: A modern chat interface for AI agents built with Next.js, Tailwind CSS, and TypeScript.