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.
Stars
62
Forks
11
Watchers
62
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
15
commits
Improvements to browser tool and its usage. Tried segregating the text-tool-text-tool from assistant but vercel does not allow that. Vercel clubs all the text messages together and tool calls as separate.
220dfcfView on GitHubfeat(browser): add browser toolkit and docker integration for sandboxed browsing
d137118View on GitHubrefactor(frontend-tools): rename ASK_USER_CONFIRMATION to ASK_USER_QUESTION_CONFIRMATION_APPROVAL_INPUT
7e778faView on GitHubfeat: Add Docker support with deployment instructions and health check endpoint
426ce8bView on GitHubfeat: Implement background color change tool and update ChatMessage component
34672ebView on GitHubfeat: Add interactive tool schema wizard and new background color tool
5c3dd91View on GitHubfeat: Add frontend tools schema definitions and generator
6a643ddView on GitHubrefactor(ui): remove debug logs and streamline tool invocation handling in ChatMessage and ToolInfoCard components
150c9c3View on GitHubWorking version, but with lot of debug logs in frontend.
c2898a0View on GitHubfeat(ui): add ToolInfoCard component and enhance ConfirmationModal
325fa8dView on GitHubrefactor: improve logging and markdown styling in components
baf4b0fView on GitHubrefactor(ui): extract ChatMessage, ConfirmationModal, and InputArea components
c33b6f7View on GitHubfeat(ui): enhance chat UI with ReactMarkdown and TailwindCSS
b352778View on GitHub