mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
9355329dfd
* updated structure and samples * updated names and removed cross tests * updated projects etc * updated tests * updated test * test fixes * removed devui for now * updated all-tests task * removed old style configs * remove coverage from tests * updated to unit tests with all-tests * updated foundry everywhere * fix azure ai tests * fix merge tests * fix mypy
10 lines
287 B
Markdown
10 lines
287 B
Markdown
# Get Started with Microsoft Agent Framework Azure AI
|
|
|
|
Please install this package as the extra for `agent-framework`:
|
|
|
|
```bash
|
|
pip install agent-framework[azure_ai]
|
|
```
|
|
|
|
and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information.
|