diff --git a/python/README.md b/python/README.md index d9d65247ab..f6d27b7cb0 100644 --- a/python/README.md +++ b/python/README.md @@ -9,10 +9,10 @@ We recommend two common installation paths depending on your use case. If you are exploring or developing locally, install the entire framework with all sub-packages: ```bash -pip install agent-framework --pre +pip install agent-framework ``` -This installs the core and every integration package, making sure that all features are available without additional steps. The `--pre` flag is required while Agent Framework is in preview. This is the simplest way to get started. +This installs the core and every integration package, making sure that all features are available without additional steps. This is the simplest way to get started. ### 2. Selective install @@ -22,16 +22,16 @@ If you only need specific integrations, you can install at a more granular level # Core only # includes Azure OpenAI and OpenAI support by default # also includes workflows and orchestrations -pip install agent-framework-core --pre +pip install agent-framework-core # Core + Azure AI Foundry integration -pip install agent-framework-foundry --pre +pip install agent-framework-foundry # Core + Microsoft Copilot Studio integration -pip install agent-framework-copilotstudio --pre +pip install agent-framework-copilotstudio # Core + both Microsoft Copilot Studio and Azure AI Foundry integration -pip install agent-framework-microsoft agent-framework-foundry --pre +pip install agent-framework-microsoft agent-framework-foundry ``` This selective approach is useful when you know which integrations you need, and it is the recommended way to set up lightweight environments. diff --git a/python/packages/a2a/README.md b/python/packages/a2a/README.md index 5ae15e3647..886552992e 100644 --- a/python/packages/a2a/README.md +++ b/python/packages/a2a/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-a2a --pre +pip install agent-framework-a2a ``` ## A2A Agent Integration diff --git a/python/packages/anthropic/README.md b/python/packages/anthropic/README.md index f27b53acdc..2242d5b101 100644 --- a/python/packages/anthropic/README.md +++ b/python/packages/anthropic/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-anthropic --pre +pip install agent-framework-anthropic ``` ## Anthropic Integration diff --git a/python/packages/azure-ai-search/README.md b/python/packages/azure-ai-search/README.md index fcd3161f94..42db283dad 100644 --- a/python/packages/azure-ai-search/README.md +++ b/python/packages/azure-ai-search/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-azure-ai-search --pre +pip install agent-framework-azure-ai-search ``` ## Azure AI Search Integration diff --git a/python/packages/azure-ai/README.md b/python/packages/azure-ai/README.md index 34dedd5500..93a7d86902 100644 --- a/python/packages/azure-ai/README.md +++ b/python/packages/azure-ai/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-azure-ai --pre +pip install agent-framework-azure-ai ``` ## Foundry Memory Context Provider diff --git a/python/packages/azure-cosmos/README.md b/python/packages/azure-cosmos/README.md index 198376bcbb..13e2da6216 100644 --- a/python/packages/azure-cosmos/README.md +++ b/python/packages/azure-cosmos/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-azure-cosmos --pre +pip install agent-framework-azure-cosmos ``` ## Azure Cosmos DB History Provider diff --git a/python/packages/azurefunctions/README.md b/python/packages/azurefunctions/README.md index 5e49671da0..b234d77e6b 100644 --- a/python/packages/azurefunctions/README.md +++ b/python/packages/azurefunctions/README.md @@ -5,7 +5,7 @@ Please install this package via pip: ```bash -pip install agent-framework-azurefunctions --pre +pip install agent-framework-azurefunctions ``` ## Durable Agent Extension diff --git a/python/packages/bedrock/README.md b/python/packages/bedrock/README.md index 10a3bd9f25..dbae3c16fd 100644 --- a/python/packages/bedrock/README.md +++ b/python/packages/bedrock/README.md @@ -3,7 +3,7 @@ Install the provider package: ```bash -pip install agent-framework-bedrock --pre +pip install agent-framework-bedrock ``` ## Bedrock Integration diff --git a/python/packages/chatkit/README.md b/python/packages/chatkit/README.md index 7caacd4d82..967f3bd90e 100644 --- a/python/packages/chatkit/README.md +++ b/python/packages/chatkit/README.md @@ -15,7 +15,7 @@ Specifically, it mirrors the [Agent SDK integration](https://github.com/openai/c ## Installation ```bash -pip install agent-framework-chatkit --pre +pip install agent-framework-chatkit ``` This will install `agent-framework-core` and `openai-chatkit` as dependencies. diff --git a/python/packages/claude/README.md b/python/packages/claude/README.md index a89f99920a..5ce25b7566 100644 --- a/python/packages/claude/README.md +++ b/python/packages/claude/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-claude --pre +pip install agent-framework-claude ``` ## Claude Agent diff --git a/python/packages/copilotstudio/README.md b/python/packages/copilotstudio/README.md index 08cad5331e..c3d81438aa 100644 --- a/python/packages/copilotstudio/README.md +++ b/python/packages/copilotstudio/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-copilotstudio --pre +pip install agent-framework-copilotstudio ``` ## Copilot Studio Agent diff --git a/python/packages/core/README.md b/python/packages/core/README.md index d817b3b3be..ba61d9e528 100644 --- a/python/packages/core/README.md +++ b/python/packages/core/README.md @@ -13,11 +13,11 @@ Highlights ## Quick Install ```bash -pip install agent-framework-core --pre +pip install agent-framework-core # Optional: Add Azure AI Foundry integration -pip install agent-framework-foundry --pre +pip install agent-framework-foundry # Optional: Add OpenAI integration -pip install agent-framework-openai --pre +pip install agent-framework-openai ``` Supported Platforms: diff --git a/python/packages/declarative/README.md b/python/packages/declarative/README.md index b4a97f049a..99bddbe73c 100644 --- a/python/packages/declarative/README.md +++ b/python/packages/declarative/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-declarative --pre +pip install agent-framework-declarative ``` ## Declarative features diff --git a/python/packages/durabletask/README.md b/python/packages/durabletask/README.md index 7758c741bf..7b7b949e87 100644 --- a/python/packages/durabletask/README.md +++ b/python/packages/durabletask/README.md @@ -5,7 +5,7 @@ Please install this package via pip: ```bash -pip install agent-framework-durabletask --pre +pip install agent-framework-durabletask ``` ## Durable Task Integration diff --git a/python/packages/github_copilot/README.md b/python/packages/github_copilot/README.md index 87b4ea5d3e..2a623ff57d 100644 --- a/python/packages/github_copilot/README.md +++ b/python/packages/github_copilot/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-github-copilot --pre +pip install agent-framework-github-copilot ``` ## GitHub Copilot Agent diff --git a/python/packages/mem0/README.md b/python/packages/mem0/README.md index 4d9cb64530..7d18e7a03d 100644 --- a/python/packages/mem0/README.md +++ b/python/packages/mem0/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-mem0 --pre +pip install agent-framework-mem0 ``` ## Memory Context Provider diff --git a/python/packages/ollama/README.md b/python/packages/ollama/README.md index d0bdf58cf3..afb355af16 100644 --- a/python/packages/ollama/README.md +++ b/python/packages/ollama/README.md @@ -3,7 +3,7 @@ Please install this package as the extra for `agent-framework`: ```bash -pip install agent-framework-ollama --pre +pip install agent-framework-ollama ``` and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information. diff --git a/python/packages/openai/README.md b/python/packages/openai/README.md index 17f1ee9597..cd2b953299 100644 --- a/python/packages/openai/README.md +++ b/python/packages/openai/README.md @@ -11,7 +11,7 @@ This package provides: ## Installation ```bash -pip install agent-framework-openai --pre +pip install agent-framework-openai ``` ## Which chat client should I use? diff --git a/python/packages/orchestrations/README.md b/python/packages/orchestrations/README.md index f965111712..73a6e268ab 100644 --- a/python/packages/orchestrations/README.md +++ b/python/packages/orchestrations/README.md @@ -5,7 +5,7 @@ Orchestration patterns for Microsoft Agent Framework. This package provides high ## Installation ```bash -pip install agent-framework-orchestrations --pre +pip install agent-framework-orchestrations ``` ## Orchestration Patterns diff --git a/python/packages/redis/README.md b/python/packages/redis/README.md index 1732a42b17..0f2579fe7f 100644 --- a/python/packages/redis/README.md +++ b/python/packages/redis/README.md @@ -3,7 +3,7 @@ Please install this package via pip: ```bash -pip install agent-framework-redis --pre +pip install agent-framework-redis ``` ## Components diff --git a/python/samples/01-get-started/README.md b/python/samples/01-get-started/README.md index d89457468a..9ecfdf08c9 100644 --- a/python/samples/01-get-started/README.md +++ b/python/samples/01-get-started/README.md @@ -6,7 +6,7 @@ concepts of **Agent Framework** one step at a time. ## Prerequisites ```bash -pip install agent-framework --pre +pip install agent-framework ``` Set the required environment variables: diff --git a/python/samples/02-agents/declarative/README.md b/python/samples/02-agents/declarative/README.md index 4bc4489dc2..c8e796f8fd 100644 --- a/python/samples/02-agents/declarative/README.md +++ b/python/samples/02-agents/declarative/README.md @@ -7,7 +7,7 @@ This folder contains sample code demonstrating how to use the **Microsoft Agent Install the declarative package via pip: ```bash -pip install agent-framework-declarative --pre +pip install agent-framework-declarative ``` ## What is Declarative Agent Framework? @@ -43,7 +43,7 @@ Shows how to create an agent that can search and retrieve information from Micro - Uses Azure CLI credentials for authentication - Leverages MCP to access Microsoft documentation tools -**Requirements**: `pip install agent-framework-foundry --pre` +**Requirements**: `pip install agent-framework-foundry` **Key concepts**: Azure AI Foundry integration, MCP server usage, async patterns, resource management @@ -53,7 +53,7 @@ Shows how to create an agent using an inline YAML string rather than a file. - Uses Azure AI Foundry v2 Client with instructions. -**Requirements**: `pip install agent-framework-foundry --pre` +**Requirements**: `pip install agent-framework-foundry` **Key concepts**: Inline YAML definition. diff --git a/python/samples/02-agents/declarative/inline_yaml.py b/python/samples/02-agents/declarative/inline_yaml.py index de6ad8fb4f..bab8094cb9 100644 --- a/python/samples/02-agents/declarative/inline_yaml.py +++ b/python/samples/02-agents/declarative/inline_yaml.py @@ -15,7 +15,7 @@ It uses a Azure AI Client so it needs the credential to be passed into the AgentFactory. Prerequisites: -- `pip install agent-framework-foundry agent-framework-declarative --pre` +- `pip install agent-framework-foundry agent-framework-declarative` - Set the following environment variables in a .env file or your environment: - FOUNDRY_PROJECT_ENDPOINT - FOUNDRY_MODEL diff --git a/python/samples/02-agents/declarative/mcp_tool_yaml.py b/python/samples/02-agents/declarative/mcp_tool_yaml.py index 3931d19ae1..d8f1fd479d 100644 --- a/python/samples/02-agents/declarative/mcp_tool_yaml.py +++ b/python/samples/02-agents/declarative/mcp_tool_yaml.py @@ -18,7 +18,7 @@ (no secrets passed in API calls - connection name references pre-configured auth) Prerequisites: -- `pip install agent-framework-openai agent-framework-declarative --pre` +- `pip install agent-framework-openai agent-framework-declarative` - For OpenAI example: Set OPENAI_API_KEY and GITHUB_PAT environment variables - For Azure AI example: Set up a Foundry connection in your Azure AI project """ diff --git a/python/samples/02-agents/providers/github_copilot/README.md b/python/samples/02-agents/providers/github_copilot/README.md index 572ec9c444..c51e8e2d09 100644 --- a/python/samples/02-agents/providers/github_copilot/README.md +++ b/python/samples/02-agents/providers/github_copilot/README.md @@ -10,7 +10,7 @@ This directory contains examples demonstrating how to use the `GitHubCopilotAgen 2. **GitHub Copilot Subscription**: An active GitHub Copilot subscription 3. **Install the package**: ```bash - pip install agent-framework-github-copilot --pre + pip install agent-framework-github-copilot ``` ## Environment Variables diff --git a/python/samples/AGENTS.md b/python/samples/AGENTS.md index 2a893accf6..51ca0a82dd 100644 --- a/python/samples/AGENTS.md +++ b/python/samples/AGENTS.md @@ -102,10 +102,10 @@ code here ## Package install ```bash -pip install agent-framework --pre +pip install agent-framework ``` -The `--pre` flag is needed during preview. `openai` is a core dependency. +`openai` is a core dependency. ## Current API notes diff --git a/python/samples/README.md b/python/samples/README.md index fc55a4157e..8d2716f0d1 100644 --- a/python/samples/README.md +++ b/python/samples/README.md @@ -26,7 +26,7 @@ Start with `01-get-started/` and work through the numbered files: ## Prerequisites ```bash -pip install agent-framework --pre +pip install agent-framework ``` ### Environment Variables