AI/ML
Agent Loop
Também chamado de:Agentic LoopReAct Loop
📖O que é
The core iterative execution cycle of an agentic AI system: Perceive, Reason, Act, Observe, Repeat. At each iteration, the agent assembles context, invokes an LLM to reason and select an action, executes via tools, observes the result, and feeds it back into the next iteration—continuing until the task is complete. The agent loop is the architectural pattern that distinguishes AI agents from simple chatbots.
Sua exploração
0 termos visitados no totalTermos relacionados explorados0/3
Termos Relacionados
Agente de IAAI/ML
An autonomous AI system that can plan, use tools, and take actions to accomplish goals. Ag…
Ver termo →Tool Use (Function Calling)AI/ML
An LLM capability where the model generates structured calls to external tools/functions r…
Ver termo →Reasoning ModelAI/ML
A class of LLMs trained with reinforcement learning to generate step-by-step internal chai…
Ver termo →