Iván Alfonso
Iván Alfonso
We got an error when we try to compile and install a most-recent version of libvirt with support for hyperv in windows using MSYS2/MingW. We are trying to compile/install `libvirt-3.1.0`...
Adding support for ASTs with `Set` type parameters to `ASTTransformer` would be valuable. For example, have the ability to address the following metamodel (with a `Set` type parameter) in a...
If the AST structure is defined without using the `@dataclass` decorator, that is, by defining (manually) the constructor method of the classes and the getter and setter methods of each...
Adding tests for some additional methods like `class.all_parents()` or `class.inherited_attributes()`
Include in the documentation the papers and publications related to BESSER
To add the `Method` concept to the structural metamodel of B-UML
I didn't find an easy way to get only the date or the time from a `datetime` entity. If I get the value of the parameter: `date = predicted_intent.get_parameter('date').value` I...
I would suggest to provide additional entities. BAF provides entities for `number` and `datetime`, but some others could be added such as - currency ($10.50, 10.50 USD, €20, 20 EUR,...
It would be helpful to have an issue template in the repository to standardize bug reports and feature requests (it would be great to have it before the experiment).
The installation package does not automatically download the required NLTK `punkt_tab`. I got this error running the [Greeting agent](https://besser-agentic-framework.readthedocs.io/latest/examples/greetings_agent.html#): ``` ********************************************************************** Resource punkt_tab not found. Please use the NLTK Downloader...