Python: Promote agent-framework-declarative package to RC (#6256)

* Promote agent-framework-declarative package to RC

* Update missed package status file.
This commit is contained in:
Peter Ibekwe
2026-06-02 12:30:05 -07:00
committed by GitHub
Unverified
parent fa8cfb7567
commit 6086a74302
8 changed files with 47 additions and 6 deletions
+12
View File
@@ -6,6 +6,18 @@ Please install this package via pip:
pip install agent-framework-declarative --pre
```
## Release stage
This package ships at two different stability levels:
- **Declarative workflows** (`WorkflowFactory`, executors, handlers, and the
`_workflows` surface) are at **release-candidate** stability and may receive only
minor refinements before GA.
- **Declarative agents** (`AgentFactory` and the YAML agent loading/parsing path:
`DeclarativeLoaderError`, `ProviderLookupError`, `ProviderTypeMapping`) are
**experimental** and may change or be removed in future versions without notice.
Using any of these symbols emits an `ExperimentalWarning` on first use.
## Declarative features
The declarative packages provides support for building agents based on a declarative yaml specification.