loopgpt icon indicating copy to clipboard operation
loopgpt copied to clipboard

Modular Auto-GPT Framework

Results 30 loopgpt issues
Sort by recently updated
recently updated
newest added

Hi, Could you include and inviroment file that can be edited directly?

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━Traceback (most recent call last): File "C:\Users\..\LoopGPT 1.py", line 17, in agent.cli() File "C:\..\AppData\Local\Programs\Python\Python310\lib\site-packages\loopgpt\agent.py", line 423, in cli cli(self, continuous=continuous) File "C:\..\AppData\Local\Programs\Python\Python310\lib\site-packages\loopgpt\loops\repl.py", line 111, in cli resp = agent.chat() File...

Hi. nice job! I am testing your implementation (my kind of standard test for auto gpts is to let them create a web-portal about cats with depressions) and i foundt...

When trying to execute the script, it hangs, creating a file right in its main folder, ![Screenshot from 2023-04-19 21-05-55](https://user-images.githubusercontent.com/36524018/233162545-04b3627e-6cea-4008-8dfc-c8e8aec60cfd.png)

Fantastic work so far guys! I'm currently trying to pass it a template for document generation but I am getting the following response: ``` openai.error.InvalidRequestError: This model's maximum context length...

To simulate team and agent interactions, it would be great if you could define multiple agents with each a different name/goal, and then start the simulation with a prompt to...

### Agent couldn't figure out what its working directory is and could not figure out from the 'file_list' command which items are files and which are directories As the title...

https://github.com/PrefectHQ/marvin is a great way to wrap OpenAI GPT. It has AI functions and bots. I'd love if LoopGPT could be made into a Marvin bot easily. Also provide some...

`list_files` command should now list files and directories in a clearer manner i.e. directories will have a trailing slash: ``` # Expected agent output: SYSTEM: Executing command: list_files SYSTEM: list_files...

Can you please provide an example of integrating this with Fastapi while saving the state with each request?