Declarative specification support for Microsoft Agent Framework.
Project Links
Meta
Author: Microsoft
Requires Python: >=3.10
Classifiers
License
- OSI Approved :: MIT License
Development Status
- 5 - Production/Stable
Intended Audience
- Developers
Programming Language
- Python :: 3
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
- Python :: 3.13
Typing
- Typed
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.
1.0.1
Jul 30, 2026
1.0.0
Jul 21, 2026
1.0.0rc2
Jun 18, 2026
1.0.0b260528
May 28, 2026
1.0.0b260521
May 22, 2026
1.0.0b260519
May 20, 2026
1.0.0b260514
May 15, 2026
1.0.0b260507
May 08, 2026
1.0.0b260429
Apr 29, 2026
1.0.0b260428
Apr 28, 2026
1.0.0b260424
Apr 24, 2026
1.0.0b260423
Apr 23, 2026
1.0.0b260421
Apr 21, 2026
1.0.0b260409
Apr 10, 2026
1.0.0b260402
Apr 02, 2026
1.0.0b260330
Mar 30, 2026
1.0.0b260319
Mar 20, 2026
1.0.0b260311
Mar 11, 2026
1.0.0b260304
Mar 04, 2026
1.0.0b260225
Feb 26, 2026
1.0.0b260219
Feb 20, 2026
1.0.0b260212
Feb 13, 2026
1.0.0b260210
Feb 11, 2026
1.0.0b260130
Jan 30, 2026
1.0.0b260128
Jan 28, 2026
1.0.0b260127
Jan 27, 2026
1.0.0b260123
Jan 23, 2026
1.0.0b260116
Jan 16, 2026
1.0.0b260114
Jan 14, 2026
1.0.0b260107
Jan 07, 2026
1.0.0b260106
Jan 07, 2026
1.0.0b251223
Dec 24, 2025
1.0.0b251218
Dec 19, 2025
1.0.0b251216
Dec 17, 2025
1.0.0b251211
Dec 11, 2025
1.0.0b251209
Dec 09, 2025
1.0.0b251204
Dec 04, 2025
1.0.0b251120
Nov 21, 2025
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
agent-framework-core
(<2,>=1.13.0)
httpx
(<1,>=0.27)
powerfx
(<0.0.35,>=0.0.32)
pyyaml
(<7.0,>=6.0)