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:
- Loads conversation history from the database
- Runs an OpenAI agent with MCP tools
- Parses and executes tool calls
- Returns agent responses
- Saves the full conversation to the database