openai cs agents demo
Basic Information
This repository is a demonstration application that showcases a customer service agent interface built on top of the OpenAI Agents SDK. It combines a Python backend that implements agent orchestration logic and example agents with a Next.js frontend that visualizes the orchestration process and provides an interactive chat interface. The demo implements a set of specialist agents and a triage agent that routes user requests to appropriate handlers and enforces guardrails to keep conversations on-topic. It includes example airline-focused flows such as seat changes, flight status inquiries, cancellations, and FAQ handling to illustrate routing and tool usage. The project is intended as a learning and experimentation resource for developers who want to see how to structure, run, and customize multi-agent customer service workflows using the Agents SDK.