Video yükleniyor...

Video Yüklenemedi

Ana Sayfaya Dön

Cursor is now available as an agent inside JetBrains IDEs through the Agent Client Protocol. Install it via the ACP Registry from the agent selector. No JetBrains AI subscription required. Big thanks to Cursor for building the ACP ecosystem with us! Learn more:

175,675 görüntüleme • 6 ay önce •via X (Twitter)

34 Yorum

Sai Prathap Reddy 🇮🇳 profil fotoğrafı
Sai Prathap Reddy 🇮🇳6 ay önce

@cursor_ai it's a good news for devs who didn't want to fully migrate away from JetBrains.

eric zakariasson profil fotoğrafı
eric zakariasson6 ay önce

@cursor_ai so good

Emily Gavrilenko profil fotoğrafı
Emily Gavrilenko6 ay önce

@cursor_ai excited to see this!

Lee Edwards profil fotoğrafı
Lee Edwards6 ay önce

@starbuxman @cursor_ai > Big thanks to Cursor for building the ACP ecosystem with us! Did you misspell Zed?

Yashraj profil fotoğrafı
Yashraj6 ay önce

@cursor_ai Finally I can switch to jetbrains now

Vicente profil fotoğrafı
Vicente6 ay önce

@cursor_ai wow amazing wowowowowowowo woowowowow im so happy for this new

Abdulrasaq Mustapha - Geekmaros profil fotoğrafı
Abdulrasaq Mustapha - Geekmaros6 ay önce

@cursor_ai We are so gonna coook 🔥

Ashish Patel profil fotoğrafı
Ashish Patel6 ay önce

@cursor_ai this is pretty cool! been wanting to try out cursor but didn't want the subscription. gonna give this a go.

Depak profil fotoğrafı
Depak6 ay önce

@cursor_ai This is awesome—now we can use our cursor subscription everywhere!

Veselin Stoyanov profil fotoğrafı
Veselin Stoyanov6 ay önce

@cursor_ai Cool stuff! No more alt+tabbing.

Chicken Airline 🐔 profil fotoğrafı
Chicken Airline 🐔6 ay önce

@cursor_ai I need your IDEs to run on the new MacBook Neo, so please optimize them. VS Code uses less than 100MB, while your IDEs typically consume over 2GB of RAM ...

max wen profil fotoğrafı
max wen5 ay önce

@cursor_ai ACP is quietly becoming the TCP/IP of AI agents. Cursor inside JetBrains via ACP means agents are no longer locked to one IDE. This is how interop should work.

WILLIAN profil fotoğrafı
WILLIAN6 ay önce

@cursor_ai Great job!

dasiek.js profil fotoğrafı
dasiek.js6 ay önce

@cursor_ai

parth. profil fotoğrafı
parth.6 ay önce

@cursor_ai looking forward to more stuff in the future regarding this! they pushed MCPs to apps and now added adopted ACPs as well, amazing.

Noah profil fotoğrafı
Noah6 ay önce

@cursor_ai ACP is quietly becoming the USB-C of coding agents. Plug any agent into any IDE. The real question is who owns the protocol standard long-term.

kashOrion profil fotoğrafı
kashOrion6 ay önce

@cursor_ai Stunning 😍

Matt Hawrot profil fotoğrafı
Matt Hawrot6 ay önce

@cursor_ai dope

Somi profil fotoğrafı
Somi6 ay önce

@cursor_ai wait so you can use Cursor agents without leaving IntelliJ now? ACP as an interop standard is exactly what the editor fragmentation problem needed 👀

frankiescott profil fotoğrafı
frankiescott6 ay önce

@cursor_ai is it available on windows?

emomast profil fotoğrafı
emomast6 ay önce

@cursor_ai Doesn’t work. Time to cancel my 15 years of subscription

Aleksandr profil fotoğrafı
Aleksandr6 ay önce

@cursor_ai nice job guys

Вова profil fotoğrafı
Вова6 ay önce

@cursor_ai Any reason to use cursor agent instead of Junie?

Mark F. profil fotoğrafı
Mark F.6 ay önce

@cursor_ai Why not use Cursor directly then? I don’t get it.

Rubén Espinosa profil fotoğrafı
Rubén Espinosa6 ay önce

@cursor_ai So now I have to pay for rubymine and cursor?

d4v5 profil fotoğrafı
d4v56 ay önce

@cursor_ai I do not see option to install it nor i have it in the settings under ai assistant 🤔

kong profil fotoğrafı
kong6 ay önce

@cursor_ai huge W

Hubert Rządziński profil fotoğrafı
Hubert Rządziński6 ay önce

@cursor_ai no way

Andrei Verdeș profil fotoğrafı
Andrei Verdeș6 ay önce

@cursor_ai Posting this here too, this is using like a lot of GPU, almost like it's running a local LLM...very suspicious

Z profil fotoğrafı
Z6 ay önce

@cursor_ai Other people's is always someone else's.

NgAnhTrung profil fotoğrafı
NgAnhTrung6 ay önce

@cursor_ai Unable to download the AI ​​Assistant plugin for Android Studio.

muhdur profil fotoğrafı
muhdur6 ay önce

@cursor_ai But i dont want to see code, i want to see results

Ashish Patel profil fotoğrafı
Ashish Patel6 ay önce

@cursor_ai what's the vibe? a startup or something more corporate? always curious about what people are building.this could be a game changer for a lot of folks. always felt JetBrains could use a boost in productivity tools. excited to see how it works out!

amarjeet profil fotoğrafı
amarjeet6 ay önce

@cursor_ai Are 'slash' commands created inside of `.cursor/commands` available? As per they are available in its API. Whereas, when I try to invoke it from within IntelliJ Idea, I see nothing.

Benzer Videolar

New Course: ACP: Agent Communication Protocol Learn to build agents that communicate and collaborate across different frameworks using ACP in this short course built with IBM Research's BeeAI, and taught by Sandi Besen, AI Research Engineer & Ecosystem Lead at IBM, and Nicholas Renotte, Head of AI Developer Advocacy at IBM. Building a multi-agent system with agents built or used by different teams and organizations can become challenging. You may need to write custom integrations each time a team updates their agent design or changes their choice of agentic orchestration framework. The Agent Communication Protocol (ACP) is an open protocol that addresses this challenge by standardizing how agents communicate, using a unified RESTful interface that works across frameworks. In this protocol, you host an agent inside an ACP server, which handles requests from an ACP client and passes them to the appropriate agent. Using a standardized client-server interface allows multiple teams to reuse agents across projects. It also makes it easier to switch between frameworks, replace an agent with a new version, or update a multi-agent system without refactoring the entire system. In this course, you’ll learn to connect agents through ACP. You’ll understand the lifecycle of an ACP Agent and how it compares to other protocols, such as MCP (Model Context Protocol) and A2A (Agent-to-Agent). You’ll build ACP-compliant agents and implement both sequential and hierarchical workflows of multiple agents collaborating using ACP. Through hands-on exercises, you’ll build: - A RAG agent with CrewAI and wrap it inside an ACP server. - An ACP Client to make calls to the ACP server you created. - A sequential workflow that chains an ACP server, created with Smolagents, to the RAG agent. - A hierarchical workflow using a router agent that transforms user queries into tasks, delegated to agents available through ACP servers. - An agent that uses MCP to access tools and ACP to communicate with other agents. You’ll finish up by importing your ACP agents into the BeeAI platform, an open-source registry for discovering and sharing agents. ACP enables collaboration between agents across teams and organizations. By the end of this course, you’ll be able to build ACP agents and workflows that communicate and collaborate regardless of framework. Please sign up here:

Andrew Ng

105,343 görüntüleme • 1 yıl önce