Skip to main content
The OpenAI Agents SDK turns plain Python functions into tools with @function_tool.

Install

Define the tools and agent

The runner loops tool calls automatically until the agent is done.
If your runtime speaks MCP, the SentFromAI MCP server exposes these same operations with no wrapper code.