GPTeam icon indicating copy to clipboard operation
GPTeam copied to clipboard

GPTeam: An open-source multi-agent simulation

Results 44 GPTeam issues
Sort by recently updated
recently updated
newest added

Any one got fixes for it ? `Traceback (most recent call last): File "C:\Users\Autogpt\Desktop\GPTeam-2nd\.venv\Lib\site-packages\langchain\output_parsers\pydantic.py", line 26, in parse return self.pydantic_object.parse_obj(json_object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "pydantic\main.py", line 526, in pydantic.main.BaseModel.parse_obj File "pydantic\main.py", line...

`pattern = r"(?P[\w\s]+) said to (?P[\w\s]+): [\"'](?P.*)[\"']"` I've got messages which are addressed to "everyone in location", which breaks this regex, as it doesn't expect recipient to have whitespace in...

Would be great to see 3d or 2d world where you can see the movement of the Characters. Might be kind of game or world simulation.

I re-cloned the repo and set up my openai api key + supabase credentials, but when running the `python setup.py` command I keep running into this issue: ``` Traceback (most...

Anyone facing this issue? error trace for reference ``` Exception ignored in: Traceback (most recent call last): File "/path_to_your_env/lib/python3.11/site-packages/langchain/chat_models/openai.py", line 318, in _agenerate response = await acompletion_with_retry( File "/path_to_your_env/lib/python3.11/site-packages/langchain/chat_models/openai.py", line...

Hi! I created the json file with the field "title" and also "content", but the the script can't find the document. I tried to save on the main folder, tried...

It would be fantastic to have the possibility of running it on local Language Model implementations such as Vicuna or other open-source alternatives.

Thanks for your great work, Is it possible to involve in the chat as a human and provide input to the world? If not what else is out there to...

I've spun up my world using `poetry run world --turbo` and after letting the world run for a while all agents seem to stop and I get this error message:...