CopilotKit’s cover photo
CopilotKit

CopilotKit

Technology, Information and Internet

Seattle, Washington 5,188 followers

Open-Source Infrastructure for in-app AI Copilots.

About us

The full-stack framework for building user interactive agents and copilots. The company behind the AG-UI Protocol.

Industry
Technology, Information and Internet
Company size
11-50 employees
Headquarters
Seattle, Washington
Type
Privately Held
Founded
2023

Locations

Employees at CopilotKit

Updates

  • Most devs today want to use AI agents in their products But understanding the ecosystem can be a bit confusing. RAG, MCP, A2A, AG-UI, LangGraph, CopilotKit… What does it all mean? To help get you started, we made a clear explanation of the AI Agent landscape. What's included: ✅ What AI Agents really are ✅ The 3-layer Agent stack ✅ The key frameworks + protocols powering it ✅ Ecosystem tools: CopilotKit, Tavily, Firecrawl, Browserbase… ✅ How to start building Agentic apps, today Are you building the next agentic app? Or just curious to learn more about AI? We break it down so that you don’t have to. Check it out, and repost if you learned something new 👇

  • CopilotKit reposted this

    View profile for Shashank I.

    AI Engineer | LLMs • RAG • Agentic AI • Full-Stack Development | Turning Ideas into Enterprise Impact

    I just built something truly seamless with Google ADK + AG-UI, and it feels like a glimpse into the next generation of AI apps. (Backend intelligence powered by ADK.  Frontend collaboration powered by AG-UI.  All connected effortlessly through CopilotKit) Why it’s special:   - ADK agent handles reasoning, tool use, and state - AG-UI turns it into an interactive React frontend - Real-time communication between user and agent - Shared state + composable UIs that evolve with each action It’s no longer just a chatbot; it’s a live, interactive agent with a frontend presence. The agent plans, executes, and visually updates the UI as it works. This combo ADK for orchestration and AG-UI for experience bridges backend intelligence with frontend interactivity. Exactly what’s been missing for production-grade agentic systems. Link to the code in the first comment. #AI #Agents #GoogleADK #AGUI #CopilotKit #FullStackAI #OpenSource #DevTools #Frontend #AgenticAI

  • 👾 The AG-UI CLI A powerful CLI flow that helps you build a fullstack user-interactive agent using any framework with AG-UI. The CLI will guide you through the building process and clone a simple starter repo containing the supported AG-UI<>Agent building blocks, including: - Chat & generative UI - Shared state between agent and user - Frontend tool calls ...and more! Get started with one line: npx create-ag-ui-app@latest

  • CopilotKit reposted this

    View profile for Atai Barkai

    CEO at CopilotKit.ai

    🌟 AG-UI is becoming the default interface layer for AI-native apps The Agent-User Interaction Protocol (AG-UI) standardizes how agents talk to frontends. In the last few weeks: 📈 AG-UI hit 120,000+ weekly installs on npm... Making it one of the fastest-growing JS libraries ever https://lnkd.in/d7jjyPSP 🤝 Released AG-UI <> ADK Integration alongside Google + initial version of handshake between A2A <> AG-UI, allowing A2A Agent Meshes to interact with your Frontend https://lnkd.in/duhKwymd 🏬 Two more tech giants are building their AG-UI integrations (more on this soon 👀) What is AG-UI for? Let’s recall: → MCP gives agents tools → A2A allows agents to talk to each other → AG-UI brings your agents to the frontend, so they can engage with users! Together, they form the agent protocol stack ✨ AG-UI gives you the missing primitives for building AI-native apps, including: - Generative UI and AI chat - Human-in-the-loop + on-the-loop - Live shared state between agent and app - Context-aware rendering - Streaming, security, and more... Demos and updates are dropping every week. Build & learn more: https://lnkd.in/dm4-ZMjb

    • No alternative text description for this image
  • View organization page for CopilotKit

    5,188 followers

    What an amazing turnout at Weave Hacks by Weights & Biases 🚀 The best use of CopilotKit and AG-UI was by Jesse Hann, Kirill Igumenshchev, and Piergiuseppe Mallozzi with their project “CO-DREAMER.” It's an end-to-end system that lets AI build its own knowledge graph, generate personalized sales emails from it, and continuously refines both the messaging and graph based on real-world results. They used CopilotKit's human-in-the-loop UI, agent orchestration with Mastra workflows, and Tavily for fact-checking. Massive congratulations to the winning team and to all 200+ builders who shipped, hacked, and pushed ideas forward this weekend 🌟

    • No alternative text description for this image
    • No alternative text description for this image
    • No alternative text description for this image
  • Big thanks to the Cisco team for having us at their pre-hackathon event today 🙌 We had a great time demonstrating how CopilotKit + AG-UI enables the development of full-stack agentic applications, where AI agents can coordinate in real-time and respond to user context. We’re clearly in the agentic era, and it’s exciting to see developers embracing open, protocol-based approaches to building these new kinds of applications. The energy in the session was inspiring. Can’t wait to see what everyone builds at the hackathon!

    • No alternative text description for this image
  • AG-UI just got featured by a YouTube star with 170k subscribers 🔥 The future of SaaS isn’t standalone agents, but apps where agent-user collaboration is part of the product experience. AG-UI makes that possible. In his latest video, Cole Medin demos how to: - Use AG-UI to standardize how agents connect to apps - Pair it with CopilotKit as the frontend client - Build workflows using Pydantic AI 🌟 If you want to see more, support AG-UI with a star: https://lnkd.in/gg5kRpPw Full video: https://lnkd.in/ehyE_-xJ Huge thanks to Cole for pushing agentic experiences forward! Check out those comments! 👇🏻

    • No alternative text description for this image
  • CopilotKit reposted this

    View profile for Atai Barkai

    CEO at CopilotKit.ai

    Google A2A 🤝 AG-UI Protocol Excited to release the initial handshake between the A2A and AG-UI protocols. A middleware layer which allows you to embed A2A multi-agent networks in your frontend, and build fullstack agentic applications with A2A and AG-UI. - Google’s A2A protocol standardizes how agents talk to each other. - AG-UI standardizes how agents talk to users & applications. The handshake introduces an AG-UI<>A2A orchestrator agent which facilitates the interaction between A2A and your frontend. 🔍How it works: → Drop in a few agent endpoints and turn a single AG-UI agent into a coordinator for dozens of others → Coordination: your AG-UI agent delegates subtasks (HR → Facilities → Finance) via A2A. → Agent discovery: provide endpoints, the middleware reads their capabilities, and makes them callable. → UI-native by default: every A2A request/response emits AG-UI events, so users see progress, approvals, and results in real time. Excited for this initial step into AG-UI <> A2A compatibility, that will make both protocols more useful & powerful! Demo: https://lnkd.in/gp-SnbYx Documentation: https://lnkd.in/gc43HgbB Tutorial: https://lnkd.in/g3hcfZ-8

  • CopilotKit reposted this

    View profile for Mike Romano

    Über Tech Lead - Data Analytics AI Experiences

    Super excited to see these two protocols connect, simplifying complex HITL mutli-turn experiences, powered by a multi-agent mesh. Can't wait to see what people build. cc/Honza Fedak Andi Gutmans Will Pike Mahit Murthy

    View profile for Atai Barkai

    CEO at CopilotKit.ai

    Google A2A 🤝 AG-UI Protocol Excited to release the initial handshake between the A2A and AG-UI protocols. A middleware layer which allows you to embed A2A multi-agent networks in your frontend, and build fullstack agentic applications with A2A and AG-UI. - Google’s A2A protocol standardizes how agents talk to each other. - AG-UI standardizes how agents talk to users & applications. The handshake introduces an AG-UI<>A2A orchestrator agent which facilitates the interaction between A2A and your frontend. 🔍How it works: → Drop in a few agent endpoints and turn a single AG-UI agent into a coordinator for dozens of others → Coordination: your AG-UI agent delegates subtasks (HR → Facilities → Finance) via A2A. → Agent discovery: provide endpoints, the middleware reads their capabilities, and makes them callable. → UI-native by default: every A2A request/response emits AG-UI events, so users see progress, approvals, and results in real time. Excited for this initial step into AG-UI <> A2A compatibility, that will make both protocols more useful & powerful! Demo: https://lnkd.in/gp-SnbYx Documentation: https://lnkd.in/gc43HgbB Tutorial: https://lnkd.in/g3hcfZ-8

Similar pages

Browse jobs