What's the relation between ag-ui and CopilotKit? #166
Unanswered
NiuBlibing
asked this question in
Q&A
Replies: 1 comment
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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