There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
A Supply Chain Multi-Agents System that is implemented in JADE and has five agent types known as ticker-agent, manufacturer, customer, supplier one and supplier two. Each customer orders quantity of smartphones with specific features through a REQUEST message to the Manufacturer. The manufacturer orders components from supplier one and supplier two through REQUEST message. Both suppliers delivers the components to the warehouse through REQUEST message. The manufacturer would assemble smartphones and deliver smartphones to each customer through a REQUEST message.