Blue Falcon
Blue Falcon
PRs are pretty much on hold at the moment. See https://github.com/Significant-Gravitas/Auto-GPT/discussions/3856#discussioncomment-5818746
Man you are going ham on adding TTS/STT support. I saw your other pull just now - #3568
@yangkyeongmo added whitespace and removed escape sequences for readability ``` Commands: 1. analyze_code: Analyze Code, args: "code": "" 2. read_audio_from_file: Convert Audio to text, args: "filename": "" 3. execute_python_file: Execute...
I am not sure if it is currently part of the project or planned, but there has been a lot of talk about Observer Agents. One of the main points...
Save state has been proposed before, but can be difficult to implement. It is definitely going to be needed eventually, but I think the devs still need to work out...
Makes sense, though I think save-states would make more sense on an environment level. Especially since the bot could be run from docker. It can also be installed on a...
Likely an issue with that proxy. The "Errno 101" bit should clue you in. In Google Chrome this is the same error as ERR_CONNECTION_RESET https://www.ionos.com/digitalguide/hosting/technical-matters/err-connection-reset/ This error happens during the...
[@Slapbox's Error Log](https://github.com/Significant-Gravitas/Auto-GPT/files/11437006/attachment.txt) [@Slapbox's .env](https://github.com/Significant-Gravitas/Auto-GPT/files/11437019/attachment.txt)
@Slapbox recommend changing title, to make it a bit more likely to get docker support. My recommendation: `Docker: [Errno 101] Network is unreachable` I am not very familiar with how...
> @ntindle but I'm not using a proxy - or at least I'm not intending to. Are you sure this is a proxy issue? Removing the proxy label Also #1010...