mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
Update docs/source/building_applications/agent_execution_loop.md
This commit is contained in:
parent
1fef036373
commit
a98b5632cf
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
## Agent Execution Loop
|
## Agent Execution Loop
|
||||||
|
|
||||||
|
|
||||||
Agents are the heart of Llama Stack applications. They combine inference, memory, safety, and tool usage into coherent
|
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,
|
workflows. At its core, an agent follows a sophisticated execution loop that enables multi-step reasoning, tool usage,
|
||||||
and safety checks.
|
and safety checks.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue