Please install this package via pip:
pip install agent-framework-declarative --preThis package ships at two different stability levels:
- Declarative workflows (
WorkflowFactory, executors, handlers, and the_workflowssurface) are at release-candidate stability and may receive only minor refinements before GA. - 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.
The declarative packages provides support for building agents based on a declarative yaml specification.