Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

🚀 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 görüntüleme • 1 ay önce •via X (Twitter)

19 Yorum

CopilotKit🪁 profil fotoğrafı
CopilotKit🪁1 ay önce

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

AI Mastery Guide profil fotoğrafı
AI Mastery Guide1 ay önce

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

Anmol profil fotoğrafı
Anmol1 ay önce

super sick. love the demo!!

Aria Tech profil fotoğrafı
Aria Tech1 ay önce

Any model any agent in Slack and Teams this rocks

CopilotKit🪁 profil fotoğrafı
CopilotKit🪁1 ay önce

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

Jerel Velarde profil fotoğrafı
Jerel Velarde1 ay önce

The ✨FASTEST✨ way to deploy your agent on slack

Jerel Velarde profil fotoğrafı
Jerel Velarde1 ay önce

We just launched OpenTag!

Eli Berman🪁 profil fotoğrafı
Eli Berman🪁1 ay önce

Lfgg open source claude tag

安叫兽|Bird🕊️ 🔶 BNB profil fotoğrafı
安叫兽|Bird🕊️ 🔶 BNB1 ay önce

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

Tyler Slaton profil fotoğrafı
Tyler Slaton1 ay önce

Really pumped for this launch 😄

Markus Ecker profil fotoğrafı
Markus Ecker1 ay önce

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.

Sani Ai Tech profil fotoğrafı
Sani Ai Tech1 ay önce

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

Anurag Dhingra profil fotoğrafı
Anurag Dhingra1 ay önce

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

Vivek Nayyar profil fotoğrafı
Vivek Nayyar1 ay önce

How do we deploy this on our own aws?

Elara AI profil fotoğrafı
Elara AI1 ay önce

Open Tag brings agents to Slack and Teams with streaming

Isabella White profil fotoğrafı
Isabella White1 ay önce

looks like a game changer for custom agents and integrations

Cyprian Aarons profil fotoğrafı
Cyprian Aarons1 ay önce

This team is shipping rn!

Artificial Intelligence Disrespecter 🤖 ❌ profil fotoğrafı
Artificial Intelligence Disrespecter 🤖 ❌1 ay önce

Channel based? Works with AWS bedrock ?

Y11 profil fotoğrafı
Y111 ay önce

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

Benzer Videolar

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 görüntüleme • 4 ay önce

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 görüntüleme • 1 ay önce