Antoine Delplace

Results 5 issues of Antoine Delplace

It seems there is a problem if too many files are sent at the same time. Maybe a well positioned time.sleep could solve this problem. ```Checking that all files exists...

bug

Fix storm prepare to send blocks by chunk

Fix dict(cfg.SMPL) by cfg.SMPL.__dict__ See error #42

https://github.com/brjathu/PHALP/blob/677074a9bd7acac58c0b98a31b04ae54b93dcd2f/phalp/models/hmar/hmar.py#L39 ``` venv/lib/python3.10/site-packages/phal p/models/hmar/hmar.py", line 39, in __init__ smpl_cfg = {k.lower(): v for k,v in dict(cfg.SMPL).items()} TypeError: 'SMPLConfig' object is not iterable ```

### Description `TypeError: unhashable type: 'dict'` Traceback: in crewai\task.py(320)increment_delegations() https://github.com/crewAIInc/crewAI/blob/627b9f1abb3de753d8b2e097c3baaf1d90d473d3/src/crewai/task.py#L320 in crewai\tools\tool_usage.py(159)_use() https://github.com/crewAIInc/crewAI/blob/627b9f1abb3de753d8b2e097c3baaf1d90d473d3/src/crewai/tools/tool_usage.py#L155 coworker here is not a string. It is a dict like that: `{'description': 'Chief Technology Officer (CTO)',...

bug