What's the relation between ag-ui and CopilotKit? #166
Replies: 3 comments 1 reply
-
Hi @NiuBlibing, the CopilotKit Python SDK was created initially to integrate with LangGraph & others to be able to bring a frontend to agents before AG-UI was birthed. The AG-UI protocol is seperate and only has one client as of now which is CopilotKit to bring frontend to agents. Does this answer your question or are you asking from an implementation standpoint? |
Beta Was this translation helpful? Give feedback.
-
I’d really like to see a vanilla |
Beta Was this translation helpful? Give feedback.
-
@RahulDas-dev, there will be several additional clients added to AG-UI that are being worked on by the community. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm a python developer. I see the docs shown AG-UI provides ready-to-use client libraries for building connected experiences: React client via CopilotKit
But When I check the copilotkit repo, it use a copilotkit protocol which is similar with AG-UI but not same. So what's the relation between them? Should I depend on
copilotkit
if I want to use AG-UI?Or I need to start by this way?Beta Was this translation helpful? Give feedback.
All reactions