You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent-framework/overview/index.md
+13-11Lines changed: 13 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Agent Framework offers two primary categories of capabilities:
16
16
17
17
|| Description |
18
18
|---|---|
19
-
|**[Agents](../agents/index.md)**| Individual agents that use LLMs to process inputs, call [tools](../agents/tools/index.md) and [MCP servers](../agents/tools/hosted-mcp-tools.md), and generate responses. Supports Azure OpenAI, OpenAI, Anthropic, Ollama, and [more](../agents/providers/index.md). |
19
+
|**[Agents](../agents/index.md)**| Individual agents that use LLMs to process inputs, call [tools](../agents/tools/index.md) and [MCP servers](../agents/tools/hosted-mcp-tools.md), and generate responses. Supports Microsoft Foundry, Anthropic, Azure OpenAI, OpenAI, Ollama, and [more](../agents/providers/index.md). |
20
20
|**[Workflows](../workflows/index.md)**| Graph-based workflows that connect agents and functions for multi-step tasks with type-safe routing, checkpointing, and human-in-the-loop support. |
21
21
22
22
The framework also provides foundational building
@@ -31,22 +31,21 @@ interactive, robust, and safe AI applications.
0 commit comments