Provides OpenAI model integrations for the Microsoft Agent Framework. Current version 1.3.0, weekly releases on PyPI. Requires Python >=3.10.
pip install agent-framework-openaiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an OpenAI-powered agent using the default GPT-4o model.
Replace `openai_api_key=...` with `api_key=...` when initializing OpenAIAgent.
Replace `from agent_framework_openai.tools import ToolSet` with `from agent_framework_openai import ToolSet`.
Use models from the Chat Completions API (e.g., gpt-4, gpt-4o, gpt-3.5-turbo).