tombedor
tombedor
@cpacker filing this as a reminder to myself, plz feel free to assign to me
One more tweak I think would be good is to tweak system commands so that they send a notif to the agent.. right now I think the agent gets a...
The final config will look something like this: https://github.com/tombedor/MemGPT/blob/main/memgpt/config.py#L23 ``` with open(yaml_file, "r") as file: config_data = yaml.safe_load(file) # not actually a yaml load, keep the existing config format for...
I'm happy to make these changes and leave it at that, @cpacker / @sarahwooders I think converting to a yaml / rm'ing the Quickstart is another round of changes that...
Hi, I am getting this same issue. My goal is to get a basic setup running on Paperspace rented machine, the gist of my notebook is here: https://gist.github.com/tombedor/1e988e238960a3c412304475c9bb96e8
Using an image with Python 3.11 fixed the problem
Related / duplicate of https://github.com/Aider-AI/aider/issues/3914 https://github.com/Aider-AI/aider/issues/211
Made a PR to make errors from using an unsupported version a bit easier to debug: https://github.com/gitpython-developers/GitPython/pull/2055