Navya-Sree/ghost-fleet-logistics
0
Welcome to Streamlit!
Edit /src/streamlit_app.py to customize this app to your heart's desire. :heart:
If you have any questions, checkout our documentation and community forums.
title: Ghost Fleet Logistics emoji: ๐ colorFrom: gray colorTo: blue sdk: streamlit sdkversion: 1.28.0 appfile: app.py pinned: false ---
๐ข Ghost Fleet: Multi-Agent Logistics Optimizer
This project demonstrates a Neuro-Symbolic AI approach to supply chain management.
The Architecture
- Agent Layer (The "Brain"): Simulates three AI agents (Dispatcher, Accountant, Eco-Warrior) negotiating constraints based on user priorities.
- Solver Layer (The "Muscle"): Passes those agreed-upon constraints to Google OR-Tools (Constraint Programming) to solve the Vehicle Routing Problem (VRP) mathematically.
Why this is unique?
Most LLM demos just "guess" routes. This system guarantees mathematical optimality while using Agents for strategic decision-making.
