Python: Introducing Foundry Local Chat Clients (#2915)

* redo foundry local chat client

* fix mypy and spelling

* better docstring, updated sample

* fixed tests and added tests

* small sample update
This commit is contained in:
Eduard van Valkenburg
2025-12-19 16:05:55 +00:00
committed by GitHub
parent e15eab7da6
commit 8783ac58f1
11 changed files with 658 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
# Get Started with Microsoft Agent Framework Foundry Local
Please install this package as the extra for `agent-framework`:
```bash
pip install agent-framework-foundry-local --pre
```
and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information.