- Step1: Install Java JDK 8 or higher on your machine.
- Step2: Download and unzip the JADE library from its official site.
- Step3: Clone this GitHub repository locally.
- Step4: Import the project into your preferred Java IDE (Eclipse, IntelliJ).
- Step5: Add JADE jars to the project’s build path.
- Step6: Run the MainContainer class to launch the agent platform.
- Step7: Observe agents registering, messaging, and executing defined behaviors.
- Step8: Modify agent classes or scenarios to extend functionality.