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.

Back
Live Demo

Analyzing Requirements

Understanding delivery patterns and constraints

$ creo analyze --mode=delivery

Authentication

Securing access to delivery data

$ creo auth --secure

Data Collection

Gathering real-time delivery information

$ creo data collect --source=deliveries

Route Optimization

Computing optimal paths using graph theory

$ creo optimize routes --algorithm=dijkstra

Driver Assignment

Matching drivers with optimal routes

$ creo assign drivers --priority=efficiency

Real-time Tracking

Monitoring delivery progress

$ creo track --live

Agent Console