Reinier van der Leer

Results 513 comments of Reinier van der Leer

https://github.com/Significant-Gravitas/AutoGPT/pull/6378#issuecomment-1999388843

Thank you very much!

@projectsessions-team @Olegs0n can you both run `uname -a` and post the output? We haven't been able to reproduce the issue so far.

This PR needs updating because `clean_input` is no longer async (since 632686cfa5f5590642016bbc0f976a037ed3d361). I'll do that myself if you don't get to it.

Related: * #6969 > ## Actionables > [...] > - [ ] Amend PromptStrategy class to allow specifying compatible models in order of preference > - [ ] Amend PromptStrategy...

The repo does not contain any files with CRLF (DOS-style) line endings, so that section about using `dos2unix` can be removed entirely. A bigger problem is that `run` and `setup.sh`...

Data structure looks pretty good in itself. Comments: * `AgentMember` has both a `boss` and a `childs` property. Are these redundant? * Do all `AgentMember`s have access to the same...

A few initial notes: * Please fill out the PR description template. That way we don't have to guess about the goal and thoughts behind the PR. * The core...