Metadata-Version: 2.4
Name: agent-framework-ollama
Version: 1.0.0b260107
Summary: Ollama integration for Microsoft Agent Framework.
Author: Microsoft
Author-email: Microsoft <af-support@microsoft.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Framework :: Pydantic :: 2
Classifier: Typing :: Typed
Requires-Dist: agent-framework-core
Requires-Dist: ollama>=0.5.3
Requires-Python: >=3.10
Project-URL: homepage, https://learn.microsoft.com/en-us/agent-framework/
Project-URL: issues, https://github.com/microsoft/agent-framework/issues
Project-URL: release_notes, https://github.com/microsoft/agent-framework/releases?q=tag%3Apython-1&expanded=true
Project-URL: source, https://github.com/microsoft/agent-framework/tree/main/python
Description-Content-Type: text/markdown

# Get Started with Microsoft Agent Framework Ollama

Please install this package as the extra for `agent-framework`:

```bash
pip install agent-framework-ollama --pre
```

and see the [README](https://github.com/microsoft/agent-framework/tree/main/python/README.md) for more information.

# Run samples with the Ollama Conector

You can find samples how to run the connector under the [Getting_started] (./getting_started/README.md) folder 
