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

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

На главную

Announcing Agent Recipes! A site to learn about agent/workflow recipes with code examples that you can easily copy & paste into your own AI apps. I'm gonna make this the go-to resource for devs to learn about agents & how to implement them – more soon.

256,021 просмотров • 1 год назад •via X (Twitter)

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

Фото профиля Hassan
Hassan1 год назад

Check out the site here!

Фото профиля Hassan
Hassan1 год назад

Big shoutout to the team for helping build it! - @ZainHasan6 for the code examples & notebooks - @ryantotweets & @samselikoff for coding help - @YoussefUiUx for the design

Фото профиля Hassan
Hassan1 год назад

Lots of exciting plans for v2! - Add ability to edit code in the site & run it - Add more recipes for common agents/workflows - Add a video for each recipe explaining it in-depth In the meantime, check out the current one here!

Фото профиля Breadcrumb
Breadcrumb1 год назад

Looking to automate reporting? Use AI agents to turn spreadsheets to reports in minutes without any coding.

Фото профиля Numan
Numan1 год назад

Wowowowow!! Gonna study this hard

Фото профиля Hassan
Hassan1 год назад

Do it! I'm gonna do a video for each recipe as well 🫡

Фото профиля Zain
Zain1 год назад

🚀🚀🚀

Фото профиля Hassan
Hassan1 год назад

Great work on the code examples & extended notebooks!

Фото профиля Sankalp Singh
Sankalp Singh1 год назад

so it's actually from anthropic blog of agents i read it and you implemented all workflow as code god damn too good!!

Фото профиля Hassan
Hassan1 год назад

Yes! Highly inspired by anthropic's amazing agent blog post, but we'll be adding more of our own recipes soon + videos & more!

Фото профиля @konczdev
@konczdev1 год назад

Thanks. Do you have plan to support llms.txt format?

Фото профиля Hassan
Hassan1 год назад

This could be interesting! The use case would be to grab all the recipes & send them to an LLM to have it architect something based on a problem? cc @ZainHasan6

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

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,054 просмотров • 11 месяцев назад

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 год назад