Elton Cardoso do Nascimento
Elton Cardoso do Nascimento
Hi! Thank you for the response. I'm working at a [research group](https://hiaac.unicamp.br/) that aims to create cognitive architectures for mobile devices, so my project goal is to create a "user...
A temporary workaround (the `__call__` bellow summarizes what the class does): ```python import inspect from functools import wraps from typing import Any from docstring_parser import compose, parse from hamilton.function_modifiers import...
@skrawcz Yes, this seen to be a better alternative than what I proposed, as the type annotation would directly indicate the returned type.
Perhaps a compromise for the decorator would be to add it, but for now, internally, when Hamilton identifies it, it will internally change the function's annotation to use Parallelize/Collect, and...
@elijahbenizzy I implemented the example and added a link to it in the docs. The "ParallelizableList" was removed from the main code. I also needed to change the "validade_example" because...