Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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.