From a98b5632cfa616829caa6d41a65ba8bd1c5b2371 Mon Sep 17 00:00:00 2001 From: Francisco Arceo Date: Thu, 3 Apr 2025 22:41:55 -0400 Subject: [PATCH] Update docs/source/building_applications/agent_execution_loop.md --- docs/source/building_applications/agent_execution_loop.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/source/building_applications/agent_execution_loop.md b/docs/source/building_applications/agent_execution_loop.md index da0ccbd35..d66448449 100644 --- a/docs/source/building_applications/agent_execution_loop.md +++ b/docs/source/building_applications/agent_execution_loop.md @@ -1,6 +1,5 @@ ## Agent Execution Loop - Agents are the heart of Llama Stack applications. They combine inference, memory, safety, and tool usage into coherent workflows. At its core, an agent follows a sophisticated execution loop that enables multi-step reasoning, tool usage, and safety checks.