Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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 Aufrufe • vor 6 Monaten •via X (Twitter)

34 Kommentare

Profilbild von Sai Prathap Reddy 🇮🇳
Sai Prathap Reddy 🇮🇳vor 6 Monaten

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

Profilbild von eric zakariasson
eric zakariassonvor 6 Monaten

@cursor_ai so good

Profilbild von Emily Gavrilenko
Emily Gavrilenkovor 6 Monaten

@cursor_ai excited to see this!

Profilbild von Lee Edwards
Lee Edwardsvor 6 Monaten

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

Profilbild von Yashraj
Yashrajvor 6 Monaten

@cursor_ai Finally I can switch to jetbrains now

Profilbild von Vicente
Vicentevor 6 Monaten

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

Profilbild von Abdulrasaq Mustapha - Geekmaros
Abdulrasaq Mustapha - Geekmarosvor 6 Monaten

@cursor_ai We are so gonna coook 🔥

Profilbild von Ashish Patel
Ashish Patelvor 6 Monaten

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

Profilbild von Depak
Depakvor 6 Monaten

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

Profilbild von Veselin Stoyanov
Veselin Stoyanovvor 6 Monaten

@cursor_ai Cool stuff! No more alt+tabbing.

Profilbild von Chicken Airline 🐔
Chicken Airline 🐔vor 6 Monaten

@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 ...

Profilbild von max wen
max wenvor 5 Monaten

@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.

Profilbild von WILLIAN
WILLIANvor 6 Monaten

@cursor_ai Great job!

Profilbild von dasiek.js
dasiek.jsvor 6 Monaten

@cursor_ai

Profilbild von parth.
parth.vor 6 Monaten

@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.

Profilbild von Noah
Noahvor 6 Monaten

@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.

Profilbild von kashOrion
kashOrionvor 6 Monaten

@cursor_ai Stunning 😍

Profilbild von Matt Hawrot
Matt Hawrotvor 6 Monaten

@cursor_ai dope

Profilbild von Somi
Somivor 6 Monaten

@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 👀

Profilbild von frankiescott
frankiescottvor 6 Monaten

@cursor_ai is it available on windows?

Profilbild von emomast
emomastvor 6 Monaten

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

Profilbild von Aleksandr
Aleksandrvor 6 Monaten

@cursor_ai nice job guys

Profilbild von Вова
Воваvor 6 Monaten

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

Profilbild von Mark F.
Mark F.vor 6 Monaten

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

Profilbild von Rubén Espinosa
Rubén Espinosavor 6 Monaten

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

Profilbild von d4v5
d4v5vor 6 Monaten

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

Profilbild von kong
kongvor 6 Monaten

@cursor_ai huge W

Profilbild von Hubert Rządziński
Hubert Rządzińskivor 6 Monaten

@cursor_ai no way

Profilbild von Andrei Verdeș
Andrei Verdeșvor 6 Monaten

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

Profilbild von Z
Zvor 6 Monaten

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

Profilbild von NgAnhTrung
NgAnhTrungvor 6 Monaten

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

Profilbild von muhdur
muhdurvor 6 Monaten

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

Profilbild von Ashish Patel
Ashish Patelvor 6 Monaten

@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!

Profilbild von amarjeet
amarjeetvor 6 Monaten

@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.

Ähnliche Videos

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 Aufrufe • vor 1 Jahr