Introduction

The Jadex BDI V3 kernel is a Belief-Desire-Intention reasoning engine for intelligent agents.

This tutorial is a good starting point for agent developers that want to learn programming Jadex BDI agents in small hands-on exercises. Each lesson of this tutorial covers one important concept and tries to illustrate why and especially how the concept can be used in Jadex. Nonetheless, the tutorial cannot illustrate all available concepts and the reader is encouraged to also have a look at the example source contained in the distribution or take a look into the BDIV3 User Guide).

Contents of this tutorial:

Application Context

In this tutorial a simple translation agent for single words will be implemented. This agent has the basic task to handle translation requests and produce for a given term in some language the translated term in the desired target language. This base functionality will be extended in the different exercises, but it is not our goal to build up a translation agent, that combines all the extensions, because this would lead to difficulties concerning the complexity of the agent. Instead this tutorial will concentrate on setting up simple agents that explain the Jadex concepts step by step.

How to Use This Tutorial

  • Work through the exercises in order, because later exercises require knowledge from the earlier ones.
  • Create a new package for each solution you build that is named in the same way as the exercise (e.g. a1, b1). This helps not to confuse the files of different exercises.
  • Help us to make this tutorial better with your feedback. When you find errors or have problems that are directly concerned with the exercise descriptions feel free to let us know.
  • Whenever you encounter problems with Jadex we would be happy to help you. Please use primarily the Jadex Forum that can be used for asking questions about Jadex.