OpenAI Agents Usages
Quickstart - OpenAI Agents SDK
Make sure you've followed the base quickstart instructions for the Agents SDK, and set up a virtual environment. Then, install the optional voice dependencies from the SDK:
https://openai.github.io/openai-agents-python/voice/quickstart/
Model context protocol (MCP) - OpenAI Agents SDK
The Model context protocol (aka MCP) is a way to provide tools and context to the LLM. From the MCP docs:
https://openai.github.io/openai-agents-python/mcp

Seonglae Cho