workflowVerified
OpenAI Agents SDK Tools
Defines hosted tools, function tools, and agent-as-tool patterns for OpenAI Agents SDK.
Overview
Official OpenAI Agents SDK tool model covering hosted tools, Python function tools, and agents exposed as tools inside larger workflows.
⚙️ Installation Command
Select your coding agent to generate the install script:
npx @agent-skill-hub/cli install openai-agents-sdk-tools
--- name: openai-agents-sdk-tools description: Defines hosted tools, function tools, and agent-as-tool patterns for OpenAI Agents SDK. license: OpenAI documentation and service terms compatibility: - openai-agents-sdk allowedTools: - hosted_tools - function_tools --- # OpenAI Agents SDK Tools Official OpenAI Agents SDK tool model covering hosted tools, Python function tools, and agents exposed as tools inside larger workflows. Source: https://openai.github.io/openai-agents-python/tools/