This is a demonstration project from OpenAI that showcases a multi-agent customer service workflow built with the OpenAI Agents SDK. It coordinates several specialized AI agents to handle common airline support tasks such as flight booking and cancellation, refunds and compensation, seat and special service requests, real-time flight information, and airline policy FAQ responses, all within a single conversational interface. The system routes incoming customer requests to the appropriate specialized agent based on intent, and enforces guardrails to block off-topic or malicious requests. It su
Another attachment extension for SqlAlchemy to manage assets which are associated with database models but you don't want to store them into the database
The main features of pylover/sqlalchemy-media are: File and Media Handling.
Open-source alternatives to pylover/sqlalchemy-media include: openai/openai-cs-agents-demo — This is a demonstration project from OpenAI that showcases a multi-agent customer service workflow built with the…