skills/smithery.ai/integrate-openai-agents

integrate-openai-agents

Installation
SKILL.md

Integrate OpenAI Agents Skill

This skill provides guidance for integrating OpenAI Agents SDK with FastAPI for chatbot functionality.

Purpose

Build a stateless chat endpoint that:

  1. Loads conversation history from the database
  2. Runs an OpenAI agent with MCP tools
  3. Parses and executes tool calls
  4. Returns agent responses
  5. Saves the full conversation to the database

When to Use

Installs
1
First Seen
Apr 23, 2026
integrate-openai-agents from smithery.ai