This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| 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 |