Is your feature request related to a problem?
For the agent to be useful, it has to be able to reference and use as part of its behaviour response the classes in the class diagram using action language.
For instance givn the following class diagram and agent, I-d like to express that the agent should query the "allInstances" of the class Task to give me the answer. This is an answer that cannot be hardcoded, not written in Python or via an LLM or a DB but based on the state of the system (sure, this system is going to be stored in the database but it doesn´t make sense I need to write in the agent the code that will query the DB where I know my class diagram is going to be generated)

Is your feature request related to a problem?
For the agent to be useful, it has to be able to reference and use as part of its behaviour response the classes in the class diagram using action language.
For instance givn the following class diagram and agent, I-d like to express that the agent should query the "allInstances" of the class Task to give me the answer. This is an answer that cannot be hardcoded, not written in Python or via an LLM or a DB but based on the state of the system (sure, this system is going to be stored in the database but it doesn´t make sense I need to write in the agent the code that will query the DB where I know my class diagram is going to be generated)