Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 603 Bytes

File metadata and controls

24 lines (17 loc) · 603 Bytes

OpenAI Agent SDK with Quotient MCP Integration

Extended from the OpenAI Agent SDK customer service example.

Setup

  1. Install dependencies:
uv pip install -r requirements.txt
  1. Set your OpenAI API key:
export OPENAI_API_KEY="your-openai-api-key-here"
  1. Run the example:
python agent.py

Usage

Interact with the airline customer service agents. You can ask about flights, change seats, or ask general questions. The agents can also evaluate their tool usage.