I want to add new Jason agents to an existing MAS which is already running. Is it possible?
Asked
Active
Viewed 88 times
1 Answers
0
Yes, this question is being addressed in Jason FAQ. As it shows any other agent may create new ones using .create_agent internal action as bellow:
+a : true
<- ... ;
.create_agent(bob, "myAgent.asl");
... .

Cleber Jorge Amaral
- 1,316
- 13
- 26