-
Hi there, I am currently working on a project that uses Jason as a library, and I'm trying to manage multiple agents within a MAS. However, I’m facing several challenges.
2.Retrieving Agent Beliefs from Java: 3.Backing Up and Resuming Agents on Another MAS: 4.Loading java method and calling it from an agent (.asl file): I’ve been developing this on my own for months and have struggled to find information that can help me resolve these issues. I would greatly appreciate any assistance or guidance on any of these problems. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello Chris, indeed, to use Jason as a library, a lot of knowledge about the API is required.
|
Beta Was this translation helpful? Give feedback.
Hello Chris,
indeed, to use Jason as a library, a lot of knowledge about the API is required.
getAgentSnapshot
to get a copy of the agent, in an Agent instance. From this class you can inspect all BB of the agent. Notice that it is a copy of the agent, not the agent itself.