Agent Communication
Summary | The action of calling for proposals to perform a given action. |
Message Content | A tuple containing an action expression denoting the action to be done, and a referential expression defining a single-parameter proposition which gives the preconditions on the action. |
Description | CFP is a general-purpose action to initiate a negotiation process by making a call for proposals to perform the given action. The actual protocol under which the negotiation process is established is known either by prior agreement, or is explicitly stated in the:protocol parameter of the message. In normal usage, the agent responding to acfp should answer with a proposition giving the value of the parameter in the original precondition expression (see the statement ofcfp's rational effect). For example, thecfp might seek proposals for a journey from Frankfurt to Munich, with a condition that the mode of travel is by train. A compatible proposal in reply would be for the 10.45 express train. An incompatible proposal would be to travel by airplane. Note thatcfp can also be used to simply check the availability of an agent to perform some action. Also note that this formalization ofcfp is restricted to the common case of proposals characterized by a single parameter (x) in the proposal expression. Other scenarios might involve multiple proposal parameters, demand curves, free-form responses, and so forth. |
Formal Model |
<i, cfp (j, <j, act>, Ref x φ(x))> ≡
|
Example | Agentj asksi to submit its
proposal to sell 50 boxes of plums.
|
14 of 24