nathan_tarbert's profile picture. Developer Advocate @CopilotKit | Alum: @snyksec

Nathan🔶Tarbert

@nathan_tarbert

Developer Advocate @CopilotKit | Alum: @snyksec

Nathan🔶Tarbert hat repostet

Building agentic applications with AG-UI & CopilotKit (Typescript AI Conf by @mastra)


Nathan🔶Tarbert hat repostet

TypeScriptAI Conference SF + CopilotKit 🪁✨ CEO @ataiiam talked about CopilotKit & AG-UI at the first TS AI conf! He shared: - What CopilotKit & AG-UI are - The Building blocks for agentic applications - A live agentic application example ...and more! With CopilotKit, you can…

CopilotKit's tweet image. TypeScriptAI Conference SF + CopilotKit 🪁✨

CEO @ataiiam talked about CopilotKit & AG-UI at the first TS AI conf!

He shared:
- What CopilotKit & AG-UI are
- The Building blocks for agentic applications
- A live agentic application example
...and more!

With CopilotKit, you can…

Nathan🔶Tarbert hat repostet

AG-UI has now crossed 120k *weekly* downloads ✨ One of the fastest growing packages of all time

ulidabess's tweet image. AG-UI has now crossed 120k *weekly* downloads ✨

One of the fastest growing packages of all time

🚀 My good friend @_nevodavid just launched the Postiz Agent on @ProductHunt! One of the coolest parts: it uses @CopilotKit + @mastra to generate and serve the user social media posts intelligently, that you can then post. If you’re into content automation, it's worth checking…


Nathan🔶Tarbert hat repostet

Introducing Predictive State Updates! Traditionally, “editing” meant a linear process: You write → then manually change → then recheck. This all changed with agents, and each edit request becomes a structured workflow: - @LangChainAI combines stateful reasoning, tool calling,…


Nathan🔶Tarbert hat repostet

👾 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…


Nathan🔶Tarbert hat repostet

🎨 AI-Powered Canvas Template Brandon from CopilotKit released a production template for AI canvas apps. Built with LangGraph for agent coordination, it delivers real-time UI-AI synchronization through a Python-Next.js stack. Watch the walkthrough: youtube.com/watch?v=wTZUFe…

LangChainAI's tweet image. 🎨 AI-Powered Canvas Template

Brandon from CopilotKit released a production template for AI canvas apps. Built with LangGraph for agent coordination, it delivers real-time UI-AI synchronization through a Python-Next.js stack.

Watch the walkthrough: youtube.com/watch?v=wTZUFe…

Nathan🔶Tarbert hat repostet

What an amazing turnout at Weave Hacks by @weights_biases 🚀 Congrats @JesseHann3, @kirill_igum, and @p_mallozzi for their outstanding project “CO-DREAMER,” which had the best use of CopilotKit and AG-UI! This tool is an autonomous AI system that passively "dreams" new…

CopilotKit's tweet image. What an amazing turnout at Weave Hacks by @weights_biases 🚀

Congrats @JesseHann3, @kirill_igum, and @p_mallozzi for their outstanding project “CO-DREAMER,” which had the best use of CopilotKit and AG-UI!

This tool is an autonomous AI system that passively &quot;dreams&quot; new…
CopilotKit's tweet image. What an amazing turnout at Weave Hacks by @weights_biases 🚀

Congrats @JesseHann3, @kirill_igum, and @p_mallozzi for their outstanding project “CO-DREAMER,” which had the best use of CopilotKit and AG-UI!

This tool is an autonomous AI system that passively &quot;dreams&quot; new…
CopilotKit's tweet image. What an amazing turnout at Weave Hacks by @weights_biases 🚀

Congrats @JesseHann3, @kirill_igum, and @p_mallozzi for their outstanding project “CO-DREAMER,” which had the best use of CopilotKit and AG-UI!

This tool is an autonomous AI system that passively &quot;dreams&quot; new…

This was a really fun event filled with great energy!

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…

CopilotKit's tweet 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…


Nathan🔶Tarbert hat repostet

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…

CopilotKit's tweet 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…

Nathan🔶Tarbert hat repostet

🔥 AG-UI got featured by a YouTube star with 170k subscribers 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,…

CopilotKit's tweet image. 🔥 AG-UI got featured by a YouTube star with 170k subscribers

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,…

Nathan🔶Tarbert hat repostet

Introducing the LangGraph AG-UI Canvas 📢 Template + walkthrough video designed to help you build a fullstack agentic application quickly! Bring your @LangChainAI agents to your users with a visual canvas of interactivity and real-time AI synchronization. Everything you need…


Nathan🔶Tarbert hat repostet

Big release here! AG-UI 🤝 @Google A2A Embed A2A multi-agent meshes in your frontend, and build fullstack multi-agent apps with A2A and AG-UI. 🔍How it works: Simply drop-in A2A agent endpoints, and an A2A<>AG-UI orchestrator agent will bi-directionally stream events between…


Nathan🔶Tarbert hat repostet

How should an LLM trigger things inside your app? - CopilotKit gives you 𝘂𝘀𝗲𝗖𝗼𝗽𝗶𝗹𝗼𝘁𝗔𝗰𝘁𝗶𝗼𝗻: - Define actions in your frontend - Map them to natural language triggers - Let the agent call those actions programmatically This gives your agent real power to interact…


Nathan🔶Tarbert hat repostet

Big release here! AG-UI 🤝 @Google A2A Embed A2A multi-agent meshes in your frontend, and build fullstack multi-agent apps with A2A and AG-UI. 🔍How it works: Simply drop-in A2A agent endpoints, and an A2A<>AG-UI orchestrator agent will bi-directionally stream events between…


Even Bob Ross vibe coded - that's enough for me!


Nathan🔶Tarbert hat repostet

Implementing multi-agent communication & collaboration between AI agents can be a challenge. So I wrote a guide on building fullstack Agent-2-Agent communication using: - A2A Protocol by @Google - AG-UI Protocol - @CopilotKit Here is the Demo + check out link below 👇


Nathan🔶Tarbert hat repostet

Google did it again! First, they launched ADK, a fully open-source framework to build, orchestrate, evaluate, and deploy production-grade Agentic systems. And now, they have made it even powerful! Google ADK is now fully compatible with all three major AI protocols out there:…


Nathan🔶Tarbert hat repostet

I’ll be joining @diamondbishop (Director of Eng/AI at Datadog) and @mlejva (CEO of E2B) for the Building Resilient AI Panel at SF Tech Week! We’ll delve into how teams can actually build and scale production AI systems, from infrastructure to interface, and how evaluation,…

ataiiam's tweet image. I’ll be joining @diamondbishop (Director of Eng/AI at Datadog) and @mlejva (CEO of E2B) for the Building Resilient AI Panel at SF Tech Week!

We’ll delve into how teams can actually build and scale production AI systems, from infrastructure to interface, and how evaluation,…

Loading...

Something went wrong.


Something went wrong.