CoolFace
Apppublic

Navya-Sree/ghost-fleet-logistics

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
App README

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

  1. 1.Agent Layer (The "Brain"): Simulates three AI agents (Dispatcher, Accountant, Eco-Warrior) negotiating constraints based on user priorities.
  2. 2.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.