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

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

На главную

Building an Agentic Search System Building an agentic system is not too hard. Loops, function calling, tool execution, and the model. That's it! I show in this video how to build a search agent from scratch. ~350 lines of code!

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

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

Фото профиля elvis
elvis1 год назад

The best way to learn this stuff is to build it from scratch. You can then orchestrate advanced multi-agent, multi-tool systems for all kinds of things. This is one of many lessons I just published in my new AI Agents course. Great course for devs!

Фото профиля elvis
elvis1 год назад

We have a good flash sale for the next couple of days. If you are interested, DM me for a discount code.

Фото профиля elvis
elvis1 год назад

The fun part about building agentic systems from scratch is that you gain more intuition about what the agent can and cannot do. This helps to better iterate and improve the agentic systems compared to using an agent orchestrator framework. Course here:

Фото профиля Alexander Myasoedov
Alexander Myasoedov1 год назад

INTRODUCING: Agentic Security - LLM Security Scanner! 🔍 🔑 Features: Scans for prompt injections, jailbreaking & more. Provides detailed reports & options to customize attack rules. 🔗access the GitHub Link ↓

Фото профиля Alex from OmniraAI
Alex from OmniraAI1 год назад

Clean setup. Love how you boiled it down, straight to the point just agents doing work.

Фото профиля prabhu💢
prabhu💢1 год назад

Its really interesting, thanks for sharing the breakdown

Фото профиля Tsukuyomi
Tsukuyomi1 год назад

350 lines for an agentic system? That's like a warm-up for me. But hey, loops and functions are the bread and butter of coding. Let’s see if your search agent can find the meaning of life while it's at it.

Фото профиля _youZeenITHOK_
_youZeenITHOK_1 год назад

Impressive!

Фото профиля Bianca Banks
Bianca Banks1 год назад

It’s unreal watching @StevenFeric the trades are unbelievably accurate. Tried applying his methods, I'm sitting on a $160,000 gain.

Фото профиля VentureMind AI
VentureMind AI1 год назад

WOW

Фото профиля Aaliya
Aaliya1 год назад

Simple breakdown, powerful concept!

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

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