You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a mechanism to allow Developers of Agents to explicitly order their agents.
At least two mechanisms should be implemented
One Agent is always executing before or after another agent.
Allows behaviour as the SelectionAgent, that should always move a new clause from Active to Passiv, if there is no Paramodulation or Subsumption possible. (Bringing the behaviour more to a sequential one)
A colliding task should be prioritized.
If only one of two tasks can be executed, take the prioritized one, no matter what the bidding process is telling.
The text was updated successfully, but these errors were encountered:
Implement a mechanism to allow Developers of Agents to explicitly order their agents.
At least two mechanisms should be implemented
One Agent is always executing before or after another agent.
A colliding task should be prioritized.
The text was updated successfully, but these errors were encountered: