An advanced prototype of a Large Language Model supply chain copilot. The agent operates under the **ReAct (Reasoning + Acting) Agent Framework**, dynamically querying local databases, running safety stock algorithms, and drafting printable S&OP purchase orders.
This copilot operates under the **ReAct (Reasoning + Acting)** framework. Instead of simply generating text, the agent executes reasoning steps to fetch parameters and invoke specialized tools.
DB Query Tool: Queries an in-memory SQL database holding GCC store records, stock counts, and daily replenishment rates.
PO Generator: An automated document compilation tool that calculates exact order sizes using safety stock models and builds structural invoices.