Two sample Java agents
Deepak wrote:
"I have made an adder agent which adds two numbers and then I have another client agent which sends two numbers 10 and 20 to adder
agent to be added and then adder agent sends back the sum and client prints it.
These agents are in JAVA.
...
Start the facilitator and first run adderr.java and then run clientt.java."
Note: adderr.java has been renamed to AddAgent.java, and clientt.java
to ClientOfAdd.java.
For additional info, visit the oaa-users mailing list archive for February, and read the
messages with header "A Simple Adder Agent!!".
Download:
Contributions Page