0

I want to add new Jason agents to an existing MAS which is already running. Is it possible?

1 Answers1

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