Dineshsuriya D
Dineshsuriya D
### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] My model is hosted on...
## Description - In the `community_reports_extractor` file Using .format() caused errors because the COMMUNITY_REPORT_PROMPT has other `{}` braces (e.g., in JSON examples). - Python .format() tries to parse those and...
### Do you need to file an issue? - [x] I have searched the existing issues and this feature is not already filed. - [x] My model is hosted on...
### What happened? --- ## Summary GraphFlow workflows become unrecoverable when interrupted during agent transitions, leading to a corrupted state where no agents are ready to execute despite having remaining...
### Do you need to file an issue? - [x] I have searched the existing issues and this bug is not already filed. - [x] My model is hosted on...
Detect process forks and recreate thread resources to prevent 'RuntimeError: threads can only be started once' in worker processes. - Add PID tracking for fork detection - Safe cleanup of...