Creo AI Prompt
Create an AI delivery optimization agent that: 1. Continuously monitors our delivery system in New York City 2. Uses graph theory and Dijkstra's algorithm to calculate optimal routes 3. Implements priority-based routing where: - High-value packages (>$500) get faster routes - Real-time traffic conditions affect path selection - Driver locations are dynamically updated The agent should: - Connect to our delivery database using OAuth - Process live location data from all drivers - Generate Python code for route optimization - Provide real-time visualization of delivery routes - Alert managers about delayed high-value deliveries - Auto-adjust routes based on changing conditions Deploy this agent on the Creo platform with continuous monitoring capabilities.