54617557e6
Replace user-facing Azure AI Foundry branding with Microsoft Foundry across docs, samples, comments, and display text while preserving technical identifiers. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Co-authored-by: Evan Mattson <35585003+moonbox3@users.noreply.github.com>
Get Started with Microsoft Agent Framework Declarative
Please install this package via pip:
pip install agent-framework-declarative
Release stage
This package ships at two different stability levels:
- Declarative workflows (
WorkflowFactory, executors, handlers, and the_workflowssurface) are stable. - Declarative agents (
AgentFactoryand 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 anExperimentalWarningon first use.
Declarative features
The declarative packages provides support for building agents based on a declarative yaml specification.