Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

🚀 Introducing Open Tag A better, open-source Claude Tag. Works with any model, any agent harness, and fully custom agents. Bring any Agent to Slack, MS Teams with Generative UI, Streaming, and much more! Clone the repo and get it running in minutes Powered by the Channels SDK & AG-UI

198,788 Aufrufe • vor 1 Monat •via X (Twitter)

19 Kommentare

Profilbild von CopilotKit🪁
CopilotKit🪁vor 1 Monat

This is the second iteration of OpenTag. Now completely rearchitected and MUCH easier to get started with. Powered by the Channels SDK. Clone it and get started in minutes

Profilbild von AI Mastery Guide
AI Mastery Guidevor 1 Monat

Open source and works with any model, that's a solid combo.

Profilbild von Anmol
Anmolvor 1 Monat

super sick. love the demo!!

Profilbild von Aria Tech
Aria Techvor 1 Monat

Any model any agent in Slack and Teams this rocks

Profilbild von CopilotKit🪁
CopilotKit🪁vor 1 Monat

@AriaTechCollab Exactly! More channels coming soon... WhatsApp, Discord, Telegram, SMS etc

Profilbild von Jerel Velarde
Jerel Velardevor 1 Monat

The ✨FASTEST✨ way to deploy your agent on slack

Profilbild von Jerel Velarde
Jerel Velardevor 1 Monat

We just launched OpenTag!

Profilbild von Eli Berman🪁
Eli Berman🪁vor 1 Monat

Lfgg open source claude tag

Profilbild von 安叫兽|Bird🕊️ 🔶 BNB
安叫兽|Bird🕊️ 🔶 BNBvor 1 Monat

开源版能接任意代理这点挺实用

Profilbild von Tyler Slaton
Tyler Slatonvor 1 Monat

Really pumped for this launch 😄

Profilbild von Markus Ecker
Markus Eckervor 1 Monat

Really nice to see this out. OpenTag makes it easy to connect almost any agent to Slack or Teams, without being tied to one model or harness.

Profilbild von Sani Ai Tech
Sani Ai Techvor 1 Monat

Great open-source move making agent communication more flexible across platforms

Profilbild von Anurag Dhingra
Anurag Dhingravor 1 Monat

Can we connect our custom skills and manage credentials required by these skills with OpenTag?

Profilbild von Vivek Nayyar
Vivek Nayyarvor 1 Monat

How do we deploy this on our own aws?

Profilbild von Elara AI
Elara AIvor 1 Monat

Open Tag brings agents to Slack and Teams with streaming

Profilbild von Isabella White
Isabella Whitevor 1 Monat

looks like a game changer for custom agents and integrations

Profilbild von Cyprian Aarons
Cyprian Aaronsvor 1 Monat

This team is shipping rn!

Profilbild von Artificial Intelligence Disrespecter 🤖 ❌
Artificial Intelligence Disrespecter 🤖 ❌vor 1 Monat

Channel based? Works with AWS bedrock ?

Profilbild von Y11
Y11vor 1 Monat

@grok 这个纯研究还是有工业意义,具体工业场景视角看意义是什么,有开源数据集或者开源项目代码吗?从多个数据源交叉验证,不要只看新闻媒体一面之辞。帮我排除没意义的垃圾商业营销推广、诈骗 以及自吹自擂,自嗨,无病呻吟。

Ähnliche Videos

Anthropic's most viral feature is now open-source! Until now, Anthropic's Generative UI capabilities only existed inside its own products. CopilotKit🪁 just shipped Open Generative UI, an open-source implementation of Claude Artifacts that works in any app. The agent generates HTML/SVG at runtime, and CopilotKit streams it token-by-token into a sandboxed iframe inside the app's chat. So the user can watch the UI assemble itself in real time, not after the full response is ready. The sandbox is fully isolated with no access to the parent app, the DOM, or user data. So if the agent hallucinates broken markup or unexpected JavaScript, nothing leaks outside the iframe. Under the hood, the agent does not select from pre-built components. Instead, it generates arbitrary visuals from scratch every time. The output is unconstrained by default, but you can shape it by defining prompt-based skills that teach the agent specific visual formats or guidelines. For instance, a skill prompt can guide the agent toward producing a Chart.js dashboard with proper axis labels and responsive sizing, or an interactive 3D model with rotation controls. The video below shows this in action, and the output quality you see actually comes from the skills layer. Open Generative UI runs on AG-UI, so it works out of the box with LangGraph, CrewAI, Mastra, Google ADK, AWS Strands, and more. It also ships with a standalone MCP server that plugs into Claude Code, Cursor, or any MCP-compatible client. And the entire stack is built on top of CopilotKit, the open-source frontend framework for agents and generative UI. 30k+ GitHub stars, with SDKs for React, Next.js, Angular, and Vue. I have shared the GitHub repo and a live playground in the replies!

Akshay 🚀

87,048 Aufrufe • vor 4 Monaten

Another blow to Anthropic! They spent months building what's now fully open-source. Anthropic recently put Claude inside Slack, where you can tag it in a channel. It reads the thread, breaks the task into steps, and posts the result back. The problem is that it only runs Claude and only in the channels Anthropic supports. Running your own agent there is harder. The reasoning, tool calls, and state management are mostly handled by the framework. Connecting that agent to a messaging platform is not. Moreover, each platform has a different integration: - Slack renders messages with Block Kit - Teams uses Adaptive Cards - and each has its own SDK, auth flow, and delivery model. If an agent needs to run on three platforms, one must write three separate integrations against the same agent logic. That overhead explains why most custom agents never get deployed to Slack, and why the ones that do are usually a single vendor's hosted assistant. The alternative is to keep the agent in one place and add a per-platform adapter that translates its output into each platform's native format. The agent is written once, and each channel requires just another output target instead of a separate build. CopilotKit open-sourced this full implementation in the Channels SDK. Essentially, any agent that implements AG-UI can run in a messaging platform in a few lines of code, like Slack, Teams, Discord, WhatsApp, and many more. Because the agent runs inside the thread, it has that conversation's context, so it can summarize the discussion, open a ticket, or route to the right person. It works with any backend, so LangGraph, CrewAI, Mastra, Google ADK, or a plain HTTP agent can connect through an existing endpoint. The same message can render as a Block Kit in Slack and as Adaptive Cards in Teams. In practice, the model and orchestration stay the same; it requires no migration or rewrite. It also handles human-in-the-loop approvals, persistence, and transcripts that carry state across platforms, so a thread started in Teams can continue in Slack. CopilotKit is open-source, and AG-UI is supported across every major agent framework, including LangGraph, CrewAI, Mastra, and Google ADK. Here's the repo: (don't forget to star it ⭐) The agent running in Slack no longer has to be a vendor's. It can be the one you already built. The video below shows this in action. Thanks to CopilotKit for working with me on this launch.

Akshay 🚀

243,930 Aufrufe • vor 1 Monat