Update docs/source/building_applications/agent_execution_loop.md

This commit is contained in:
Francisco Arceo 2025-04-03 22:41:55 -04:00 committed by GitHub
parent 1fef036373
commit a98b5632cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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