MAX: Monitors
Description
- An agent must be able to react to dynamic changes in its environment and resume its original activity when interrupts occur
- Monitors are the mechanism by which this is accomplished
- A monitor is similar to a behavior, however any number of monitors can be defined dynamically and run in the background
- Monitors detect unrelated or unexpected conditions to be detected and handled independently of the currently executing behavior
Detail from MAX