This repository delivers a customizable multi-agent framework simulating a taxi call center. It defines distinct AI agents: CustomerAgent to request rides, DispatchAgent to select drivers based on proximity, DriverAgent to confirm assignments and update statuses, and NotificationAgent for billing and messages. Agents interact through an orchestrator loop using OpenAI GPT calls and memory, enabling asynchronous dialogue, error handling, and logging. Developers can extend or adapt agent prompts, integrate real-time systems, and prototype AI-driven customer service and dispatch workflows with ease.