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

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

На главную

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

105,054 просмотров • 11 месяцев назад •via X (Twitter)

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

Фото профиля Plato (idea/acc)
Plato (idea/acc)11 месяцев назад

@IBMResearch @sandi_besen

Фото профиля ABE aka JONTY
ABE aka JONTY11 месяцев назад

@IBMResearch @sandi_besen Incredible to see ACP gaining structure and accessibility like this. Standardizing inter-agent communication feels like a foundational shift, less duct tape, more design. Curious how this could evolve into the HTTP of autonomous systems. Looking forward to diving in!

Фото профиля Vincent Valentine (CEO of UnOpen.ai)
Vincent Valentine (CEO of UnOpen.ai)11 месяцев назад

@IBMResearch @sandi_besen exciting to see the innovations in agent communication.

Фото профиля Mohammed Lubbad, PhD
Mohammed Lubbad, PhD11 месяцев назад

@IBMResearch @sandi_besen This course has immense potential for enhancing agent collaboration in AI models. How might this shift current best practices? 🤖 #AIInnovation

Фото профиля Anthony Harley
Anthony Harley11 месяцев назад

@IBMResearch @sandi_besen The future is coming and it’s coming fast

Фото профиля Circuit Craze
Circuit Craze11 месяцев назад

@IBMResearch @sandi_besen This is huge for the agent ecosystem. ACP solving the integration nightmare between different agent frameworks is like what REST did for web APIs. Standardized communication protocols are what turn isolated tools into collaborative systems.

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

@IBMResearch @sandi_besen The future runs on AI.

Фото профиля Leo Logic
Leo Logic11 месяцев назад

@IBMResearch @sandi_besen Solid initiative on cross-framework agent protocols. Curious about examples of real-world application.

Фото профиля Trakintel AI
Trakintel AI11 месяцев назад

@IBMResearch @sandi_besen This is exactly the kind of standardization multi-agent systems need.

Фото профиля ANIRUDDHA ADAK
ANIRUDDHA ADAK11 месяцев назад

@IBMResearch @sandi_besen It is 🔥🔥🔥

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

New short course: Building Code Agents with Hugging Face smolagents! Learn how to build code agents in this course, created in collaboration with Hugging Face, and taught by Thomas Wolf, its co-founder and CSO, and m_ric, Hugging Face’s Project Lead on Agents. Tool-calling agents use LLMs to generate multiple function calls sequentially to complete a complex sequence of tasks. They generate one function call, execute it, observe, reason, and decide what to do next. Code agents take a different approach. They consolidate all these calls into a single block of code, letting the LLM lay out an entire action plan at once, which can be executed efficiently to provide more reliable results. You’ll learn how to code agents using smolagents, a lightweight agentic framework from Hugging Face. Along the way, you’ll learn how to run LLM-generated code safely and develop an evaluation system to optimize your code agent for production. In detail, you’ll learn: - How agentic systems have evolved, gaining greater levels of agency over time—and why code agents are a next step. - How code agents write their actions in code. - When code agents outperform function-calling agents. - How to run code agents safely in your system using a constrained Python interpreter and sandboxing using E2B. - To trace, debug, and assess the code agent to optimize its behaviours for complex requests. - How to build a research multi-agent system that can find information online and organize it into an interactive report. By the end of this course, you’ll know how to build and run code agents using smolagents, and deploy them safely with a structured evaluation system in your projects. Please sign up here!

Andrew Ng

124,382 просмотров • 1 год назад

New short course: Long-Term Agentic Memory with LangGraph. Learn to build an agent with long-term memory in this course developed in collaboration with taught by its Co-Founder and CEO, Harrison Chase! Personal assistance and productivity tasks have become important use cases for agents. An important feature of an AI assistant, such as a coding or calendar assistant, is its ability to keep improving over time from its experience. Agent memory is the key capability that enables this. To add memory to an agent, you must first figure out what to store and what to retrieve when it is time to use the information. Additionally, you’ll have to decide when to update the stored information. For example, you might update in each iteration loop of the agent or perform updates in the background, with a helper agent. In this course, you will learn a mental framework to build agents with long-term memory. You'll create a useful email assistant that can respond, ignore, and notify using writing, scheduling, and memory-management tools. You’ll develop your agent's memory by adding facts to its memory store, provide examples to learn the user's preferences, and optimize system prompts to evolve instructions based on previous responses. In detail, you’ll: - Learn how the three types of memory--semantic, episodic, and procedural–and the two update mechanisms–via hot path and in the background–apply to your agents. - Build an email agent with writing, scheduling, and availability tools, along with a router that triages incoming email and handles it accordingly by ignoring, responding, or notifying the user. - Add tools to your email agent that allow it to operate on semantic memory by learning facts about the user, storing them in a long-term memory store, and searching over them in future interactions. - Incorporate episodic memory, in the form of few-shot examples, in the triage step of your agents to help them learn and update user preferences. - Add procedural memory as system prompts, optimized with feedback to improve the instructions the agent follows. Learn how to approach memory in agents, and start building agents with long-term memory with LangGraph! Please sign up here:

Andrew Ng

131,640 просмотров • 1 год назад