Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

✨AG-UI has been taking off! The Agent-User Interaction Protocol, allows you to bring AI agents into Frontend Apps. Excited to announce BIG updates & adoption by LlamaIndex 🦙 ,Agno, Google ADK, AWS & more! + New Building Experience🧑‍💻 npx create-ag-ui-app How it works & more 👇

70,572 görüntüleme • 1 yıl önce •via X (Twitter)

6 Yorum

CopilotKit🪁 profil fotoğrafı
CopilotKit🪁1 yıl önce

AG-UI Launched one month ago with day-0 support for LangGraph, CrewAI, Mastra and AG2 - it has since taken off with both users & integrations! Today we're excited to welcome @llama_index & @AgnoAgi into AG-UI🎉 AG-UI fills a major gap in the Agent ecosystem, making it dead simple for builders to bring compatible Agents into Frontend clients. In the protocol landscape; MCP; Agents to tools A2A; Agents to agents AG-UI; Agents to users, via Frontends We first developed AG-UI as an in-house protocol for CopilotKit integrations, but we have since factored it into a generalized and powerful open protocol...

CopilotKit🪁 profil fotoğrafı
CopilotKit🪁1 yıl önce

Here's how it works: AG-UI compatible frameworks emit events (20 types of events) as they are running, to update state or UI, send messages or tool calls, etc AG-UI compatible clients, listen to these events, and represent them in the Frontend. This includes UI, shared state, and deep human-in-the-loop. It is highly extendable by design. AG-UI is a bridge. Connect to that bridge and you will automatically get framework <> client compatibility

CopilotKit🪁 profil fotoğrafı
CopilotKit🪁1 yıl önce

To get started with AG-UI, you can either: 🧑‍💻Create an AG-UI application via: npx create-ag-ui-app 🤝To integrate with AG-UI (for new clients & frameworks) Go to and check out the integration guides. Star the repo⭐️ We are only one month in, and just getting started!

Bonnie profil fotoğrafı
Bonnie1 yıl önce

@llama_index @AgnoAgi This is awesome.

Uli 🪁 profil fotoğrafı
Uli 🪁1 yıl önce

@llama_index @AgnoAgi Amazing job on all the new integrations. AG-UI 📈

Avi Chawla profil fotoğrafı
Avi Chawla1 yıl önce

@llama_index @AgnoAgi Been waiting for the LlamaIndex integration. Great work solving a key problem using AG-UI 🙌

Benzer Videolar

Anthropic's in trouble, again! They spent years building what's now fully open-source. What made Claude feel different from a normal app is that the agent could act inside the interface instead of only talking in a chat box. For instance, Claude Artifacts let an agent render real UI, charts, dashboards, and interactive components that assemble live inside the response. Every major AI product tried to replicate it. But the problem was that unlike reasoning, planning, tool-calling, etc., none of it shipped natively with LangGraph, CrewAI, or Google ADK. So teams started building an owned version that required engineering the entire interface layer from scratch. Most teams, however, just settled for shipping the agent as a backend API in a chat box since rendering the UI is only one piece of it. To actually make it work, the interface layer also needed real-time streaming, state kept in sync between agent and UI, conversations that persist across sessions, and reconnection when a user refreshes mid-run. CopilotKit🪁 is now the only open-source framework that actually lets you build your own full-stack Claude-like apps. It decouples the agent from the interface, talking over AG-UI (an open protocol for agent-to-user communication). Being a standard protocol, the frontend never needs to know whether it is talking to a LangGraph or a CrewAI agent. You can change the backend anytime and the UI will never notice. In practice, CopilotKit's interface layer gives several pre-implemented React building blocks that wire the agent directly into the app, like: - generative UI, so the agent renders real components instead of text - chat windows, sidebars, and popups, or a fully headless setup - shared state, so the agent and app stay in sync - human-in-the-loop approvals, where the agent waits before acting - persistent threads that store the whole session, including the agent-user interactions and generated UI, not just text And because that full history is captured, those interactions can feed a self-learning layer that also improves the agent from real usage over time. The interface layer that Anthropic spent years engineering in-house is now literally available to any developer/team. CopilotKit is open-source with 30k+ GitHub stars, and AG-UI, the protocol underneath, is already supported across every major agent framework: LangGraph, CrewAI, Mastra, Google ADK, and more. CopilotKit GitHub repo → (don't forget to star it ⭐ ) If you want to go deeper, I found a detailed breakdown by Shubham Saboo recently on the three Generative UI patterns, with implementation. Read it below.

Avi Chawla

449,707 görüntüleme • 14 gün önce