Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

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

11 Kommentare

Profilbild von elvis
elvisvor 1 Jahr

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!

Profilbild von elvis
elvisvor 1 Jahr

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

Profilbild von elvis
elvisvor 1 Jahr

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:

Profilbild von Alexander Myasoedov
Alexander Myasoedovvor 1 Jahr

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 ↓

Profilbild von Alex from OmniraAI
Alex from OmniraAIvor 1 Jahr

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

Profilbild von prabhu💢
prabhu💢vor 1 Jahr

Its really interesting, thanks for sharing the breakdown

Profilbild von Tsukuyomi
Tsukuyomivor 1 Jahr

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.

Profilbild von _youZeenITHOK_
_youZeenITHOK_vor 1 Jahr

Impressive!

Profilbild von Bianca Banks
Bianca Banksvor 1 Jahr

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

Profilbild von VentureMind AI
VentureMind AIvor 1 Jahr

WOW

Profilbild von Aaliya
Aaliyavor 1 Jahr

Simple breakdown, powerful concept!

Ähnliche Videos

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