Updates to ReadTheDocs (#859)

Move evals section to AI Agents section 
drop from top level and other minor fixes
This commit is contained in:
Hardik Shah 2025-01-23 12:42:15 -08:00 committed by GitHub
parent d78027f3b5
commit a6a4270eef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 70 deletions

View file

@ -1,4 +1,4 @@
# Agent Execution Loop
## Agent Execution Loop
Agents are the heart of complex AI 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.