Wladastic

Results 110 comments of Wladastic

ai_config.py tries to get the config from root folder: # Soon this will go in a folder where it remembers more stuff about the run(s) SAVE_FILE = os.path.join(os.path.dirname(__file__), '..', 'ai_settings.yaml')...

Sounds great, I think it will also fix my issue where agents start talking asynchronously for some reason. I hear them talking word for word in a very weird and...

I think default for macos should be "say text" without any voice then. I had added a file that determines the available voices as well, it got deleted at some...

This one is missing, it has the B7 label and works very well now: https://github.com/Significant-Gravitas/Auto-GPT/pull/1135/ I kept improving it as long as pr was open haha

@BillSchumacher You can also give feedback to the naming of the methods. I am not 100% satisfied with "report(str)" It could also be send_message(str), but not sure if any other...

@desojo to test this, you can use my plugin: https://github.com/Wladastic/Auto-GPT-Telegram-Plugin The Plugin Template PR is through, needs some waiting for it to be updated on pip, otherwise hasattr() will just...

I had to change enumerate to make the plugin work. Otherwise it was turned into a tuple which didn't work.

proof of work: https://cdn.discordapp.com/attachments/1100128423541747722/1100509590606590112/RPReplay_Final1682452290.mov

Requested Changes are done! :)

Please run "black ." and commit again