Skip to content

Instantly share code, notes, and snippets.

View bikidsx's full-sized avatar
💭
I may be slow to respond.

Biki Das bikidsx

💭
I may be slow to respond.
View GitHub Profile
@bikidsx
bikidsx / vercel-adapter.py
Created December 2, 2025 10:25
Vercel AI SDK Adapte for AgnoAI Framework
"""
Vercel AI SDK Adapter for Agno
Converts Agno agent/team streams to Vercel AI SDK Data V5 Stream Protocol (SSE)
Inspired by @https://github.com/gauravdhiman/vercel-agno-integration/blob/main/server/agno_adapter.py
"""
import asyncio
import json
import logging