eyalk11
eyalk11
There is a bug. The bug is that there are leftover executation threads after async_task_and_spin is called because 'pool.shutdown(wait=True)' isn't called. Simply doing. ``` loop.call_later(0.1, lambda: pool.shutdown(wait=True)) ``` in finally...
@Pwuts and @lc0rp I undo refactoring per your request. Consider including this in v0.4.4 . Created branch https://github.com/eyalk11/Auto-GPT/tree/interrupt_commands_with_refactoring that I can PR if you want.
I did restructuring (undoing refactoring) and merged master.
I added test for command_to_stop/ignore.
Thanks for your reply! I don't see it that way. I am talking about loading state after quit (normal). Everything should stay the same. If there are file system changes...
@Boostrix So you think there is a merit to implementing this before the redesign of arch?
I added a simple try catch there. https://github.com/eyalk11/Auto-GPT/commit/943846795c80a89aabc9e2f5a0d2f2c6e5a86f70 solves it ( rather mitigates it)
Do you use redis? Does it keeps using the same index? BTW, my pull request https://github.com/Significant-Gravitas/Auto-GPT/pull/3914 deals with looping it by stopping when it happens (the user can direct it...
First, let me say that I appreciate your work , and I am laughing out of sympathy at the arms race. Thanks for the version bump. Regarding your point, I...
Add a feature to set displays registers. I had to do commit to set it right!