From f248be004d1e9ab2dab15ec8a5a3a9b8e4e19522 Mon Sep 17 00:00:00 2001 From: chetantoshniwal Date: Mon, 27 Apr 2026 23:31:43 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b9420b85b..9f232d6b7d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ MAF may be more than what you need today. It is intentionally designed for syste - **Orchestration Patterns & Workflows**: Build multi-agent systems with graph-based workflows supporting sequential, concurrent, handoff, and group collaboration patterns; includes checkpointing, streaming, human-in-the-loop, and time-travel - [Python workflows](./python/samples/03-workflows/) | [.NET workflows](./dotnet/samples/03-workflows/) - **Foundry Hosted Agents (new)**: Deploy and host your agents to Foundry-hosted infrastructure with just 2 additional lines of code - - [Foundry hosted agent samples](./python/samples/04-hosting/foundry-hosted-agents/) + - [Python samples](./python/samples/04-hosting/foundry-hosted-agents/) | [.NET samples](./dotnet/samples/04-hosting/FoundryHostedAgents/) - **Observability**: Built-in OpenTelemetry integration for distributed tracing, monitoring, and debugging - [Python observability](./python/samples/02-agents/observability/) | [.NET telemetry](./dotnet/samples/02-agents/AgentOpenTelemetry/) - **Declarative Agents**: Define agents using YAML for faster setup and versioning @@ -73,9 +73,9 @@ MAF may be more than what you need today. It is intentionally designed for syste - [Getting Started](#-getting-started) - [Installation](#-installation) - [Learning Resources](#-learning-resources) -- [Quickstart](#quickstart) - - [Basic Agent - Python](#basic-agent---python) - - [Basic Agent - .NET](#basic-agent---net) + - [Quickstart](#quickstart) + - [Basic Agent - Python](#basic-agent---python) + - [Basic Agent - .NET](#basic-agent---net) - [More Examples & Samples](#more-examples--samples) - [Community & Feedback](#-community--feedback) - [Troubleshooting](#troubleshooting)