db620d33df
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
dotnet-build-and-test / dotnet-test-functions (push) Has been cancelled
dotnet-build-and-test / paths-filter (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Debug, windows-latest, net9.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, ubuntu-latest, net10.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, ubuntu-latest, net8.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-build (Release, windows-latest, net472) (push) Has been cancelled
dotnet-build-and-test / dotnet-test (Release, integration, true, ubuntu-latest, net10.0) (push) Has been cancelled
dotnet-build-and-test / dotnet-test (Release, integration, true, windows-latest, net472) (push) Has been cancelled
dotnet-build-and-test / dotnet-foundry-hosted-it (push) Has been cancelled
dotnet-build-and-test / dotnet-build-and-test-check (push) Has been cancelled
dotnet-build-and-test / Integration Test Report (push) Has been cancelled
24 lines
868 B
Markdown
24 lines
868 B
Markdown
# Get Started with Microsoft Agent Framework Declarative
|
|
|
|
Please install this package via pip:
|
|
|
|
```bash
|
|
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.
|