llama-stack-mirror/docs/source/providers/agents/index.md
Matthew Farrellee e6d5bf5588 add notes about batches development status to docs
this also captures other notes from agents, eval and inference apis
2025-08-15 14:50:13 -07:00

804 B

Agents

Overview

Agents API for creating and interacting with agentic systems.

Main functionalities provided by this API:
- Create agents with specific instructions and ability to use tools.
- Interactions with agents are grouped into sessions ("threads"), and each interaction is called a "turn".
- Agents can be provided with various tools (see the ToolGroups and ToolRuntime APIs for more details).
- Agents can be provided with various shields (see the Safety API for more details).
- Agents can also use Memory to retrieve information from knowledge bases. See the RAG Tool and Vector IO APIs for more details.

This section contains documentation for all available providers for the agents API.

Providers

:maxdepth: 1

inline_meta-reference