From 305e667fe25c39bf2147c9fe22b118844326e4da Mon Sep 17 00:00:00 2001 From: Tao Chen Date: Fri, 3 Apr 2026 08:32:30 -0700 Subject: [PATCH 1/2] Remove pre-release flag from agent-framework installation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 759f899e20..7ab31727a6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Welcome to Microsoft's comprehensive multi-language framework for building, orch Python ```bash -pip install agent-framework --pre +pip install agent-framework # This will install all sub-packages, see `python/packages` for individual packages. # It may take a minute on first install on Windows. ``` From 0a6caa5642aedf650a9afa34ed4e37401eba2cff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:53:40 +0000 Subject: [PATCH 2/2] README: remove --pre from Python Quickstart pip install comment Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/c2444957-235e-43a1-9777-df9fdf12919b Co-authored-by: TaoChenOSU <12570346+TaoChenOSU@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ab31727a6..4d5a9a30fc 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ Still have questions? Join our [weekly office hours](./COMMUNITY.md#public-commu Create a simple Azure Responses Agent that writes a haiku about the Microsoft Agent Framework ```python -# pip install agent-framework --pre +# pip install agent-framework # Use `az login` to authenticate with Azure CLI import os import asyncio