Загрузка видео...

Не удалось загрузить видео

На главную

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 просмотров • 6 месяцев назад •via X (Twitter)

Комментарии: 34

Фото профиля Sai Prathap Reddy 🇮🇳
Sai Prathap Reddy 🇮🇳6 месяцев назад

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

Фото профиля eric zakariasson
eric zakariasson6 месяцев назад

@cursor_ai so good

Фото профиля Emily Gavrilenko
Emily Gavrilenko6 месяцев назад

@cursor_ai excited to see this!

Фото профиля Lee Edwards
Lee Edwards6 месяцев назад

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

Фото профиля Yashraj
Yashraj6 месяцев назад

@cursor_ai Finally I can switch to jetbrains now

Фото профиля Vicente
Vicente6 месяцев назад

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

Фото профиля Abdulrasaq Mustapha - Geekmaros
Abdulrasaq Mustapha - Geekmaros6 месяцев назад

@cursor_ai We are so gonna coook 🔥

Фото профиля Ashish Patel
Ashish Patel6 месяцев назад

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

Фото профиля Depak
Depak6 месяцев назад

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

Фото профиля Veselin Stoyanov
Veselin Stoyanov6 месяцев назад

@cursor_ai Cool stuff! No more alt+tabbing.

Фото профиля Chicken Airline 🐔
Chicken Airline 🐔6 месяцев назад

@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
max wen5 месяцев назад

@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
WILLIAN6 месяцев назад

@cursor_ai Great job!

Фото профиля dasiek.js
dasiek.js6 месяцев назад

@cursor_ai

Фото профиля parth.
parth.6 месяцев назад

@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
Noah6 месяцев назад

@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
kashOrion6 месяцев назад

@cursor_ai Stunning 😍

Фото профиля Matt Hawrot
Matt Hawrot6 месяцев назад

@cursor_ai dope

Фото профиля Somi
Somi6 месяцев назад

@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
frankiescott6 месяцев назад

@cursor_ai is it available on windows?

Фото профиля emomast
emomast6 месяцев назад

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

Фото профиля Aleksandr
Aleksandr6 месяцев назад

@cursor_ai nice job guys

Фото профиля Вова
Вова6 месяцев назад

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

Фото профиля Mark F.
Mark F.6 месяцев назад

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

Фото профиля Rubén Espinosa
Rubén Espinosa6 месяцев назад

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

Фото профиля d4v5
d4v56 месяцев назад

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

Фото профиля kong
kong6 месяцев назад

@cursor_ai huge W

Фото профиля Hubert Rządziński
Hubert Rządziński6 месяцев назад

@cursor_ai no way

Фото профиля Andrei Verdeș
Andrei Verdeș6 месяцев назад

@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
Z6 месяцев назад

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

Фото профиля NgAnhTrung
NgAnhTrung6 месяцев назад

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

Фото профиля muhdur
muhdur6 месяцев назад

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

Фото профиля Ashish Patel
Ashish Patel6 месяцев назад

@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
amarjeet6 месяцев назад

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

Похожие видео

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 просмотров • 1 год назад