I'm trying to find a way to activate many agents who will then call service functions on others, who in turn call others and some stuff gets done. When all that activity is stopped, the same call from the beginning should be done again (and over and over). That sounds a lot like a clockservice.
I looked through your documentation (mostly searching for "clock", "clockservice" etc.) and the forum but couldn't find much, and nothing in how to use it with micro agents, ie. what annotations to use or whatever.
Any help is appreciated,
regards
Hannes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it sounds like a round based mechanism. You could e.g. use waitForTick()
to synchronize the agents when a round is finished. Have a look at the
fireflies or similar examples.
Best
Lars
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Jadex Team,
I'm trying to find a way to activate many agents who will then call service functions on others, who in turn call others and some stuff gets done. When all that activity is stopped, the same call from the beginning should be done again (and over and over). That sounds a lot like a clockservice.
I looked through your documentation (mostly searching for "clock", "clockservice" etc.) and the forum but couldn't find much, and nothing in how to use it with micro agents, ie. what annotations to use or whatever.
Any help is appreciated,
regards
Hannes
Hi Hannes,
it sounds like a round based mechanism. You could e.g. use waitForTick()
to synchronize the agents when a round is finished. Have a look at the
fireflies or similar examples.
Best
Lars