From cb5cbbc17ba393ca091f3ecc5ffa5e2e6a01de33 Mon Sep 17 00:00:00 2001 From: Peter Ibekwe Date: Tue, 2 Jun 2026 09:39:47 -0700 Subject: [PATCH] Update missed package status file. --- python/PACKAGE_STATUS.md | 9 ++++++++- python/samples/03-workflows/declarative/README.md | 1 - 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python/PACKAGE_STATUS.md b/python/PACKAGE_STATUS.md index 736a18bf1b..959fcf8008 100644 --- a/python/PACKAGE_STATUS.md +++ b/python/PACKAGE_STATUS.md @@ -27,7 +27,7 @@ Status is grouped into these buckets: | `agent-framework-claude` | `python/packages/claude` | `beta` | | `agent-framework-copilotstudio` | `python/packages/copilotstudio` | `beta` | | `agent-framework-core` | `python/packages/core` | `released` | -| `agent-framework-declarative` | `python/packages/declarative` | `beta` | +| `agent-framework-declarative` | `python/packages/declarative` | `rc` | | `agent-framework-devui` | `python/packages/devui` | `beta` | | `agent-framework-durabletask` | `python/packages/durabletask` | `beta` | | `agent-framework-foundry` | `python/packages/foundry` | `released` | @@ -58,6 +58,13 @@ listed below. ### Experimental features +#### `DECLARATIVE_AGENTS` + +- `agent-framework-declarative`: declarative agent loading APIs from + `agent_framework_declarative`, including `AgentFactory`, + `DeclarativeLoaderError`, `ProviderLookupError`, and `ProviderTypeMapping` + from `agent_framework_declarative/_loader.py` + #### `EVALS` - `agent-framework-core`: exported evaluation APIs from `agent_framework`, including diff --git a/python/samples/03-workflows/declarative/README.md b/python/samples/03-workflows/declarative/README.md index 1c48ef1e7a..9a24b741e7 100644 --- a/python/samples/03-workflows/declarative/README.md +++ b/python/samples/03-workflows/declarative/README.md @@ -64,7 +64,6 @@ actions: ### Agent Invocation - `InvokeAzureAgent` - Call an Azure AI agent -- `InvokePromptAgent` - Call a local prompt agent ### Tool Invocation - `InvokeFunctionTool` - Call a registered Python function