mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
dc9439a75a
* Fix #3613 message typing across chat and agents * Address #3613 review feedback and sample input style * refactor: use shared AgentRunMessages aliases (#3613) * refactor: rename agent run input aliases for #3613 * samples: inline image content in run calls * core: export AgentRunInputs from package init * core: use explicit init re-exports without __all__ * updated logging and inits * Fix core mypy export and samples XML note * Remove AgentRunInputsOrNone and dedupe loggers * Remove prepare_messages helper * fix integration tests
dc9439a75a
ยท
2026-02-16 15:27:25 +00:00
History
Get Started with Microsoft Agent Framework Ollama
Please install this package as the extra for agent-framework:
pip install agent-framework-ollama --pre
and see the README for more information.
Run samples with the Ollama Conector
You can find samples how to run the connector in the Ollama provider samples.