Agent Loop
An agent loop is an iterative cycle where a system observes context, selects an action, executes it, and updates its plan.
Category
These terms explain how agents are composed, grounded, and protected against common attacks.
An agent loop is an iterative cycle where a system observes context, selects an action, executes it, and updates its plan.
Tool use is when an AI agent invokes external functions or services (like search, code execution, or databases) to complete tasks beyond pure text generation.
A vector database stores embeddings so an application can retrieve semantically similar documents for tasks like search or RAG.
Prompt injection is an attack where untrusted content is crafted to steer a model into ignoring rules, leaking data, or taking unsafe actions.