Charles Packer
Charles Packer
**Please describe the purpose of this pull request.** Is it to add a new feature? Is it to fix a bug? **How to test** How can we test your PR...
See https://github.com/cpacker/MemGPT/discussions/999#discussioncomment-8461322
MemGPT is an active [open source](https://en.wikipedia.org/wiki/Open_source) project and we welcome community contributions! There are many ways to contribute for both programmers and non-programmers alike. If have an idea about how...
## Join the [MemGPT Discord server](https://discord.gg/9GEQrxmVyE)! Issues on GitHub are monitored closely but you can contact the dev team and get community support via the MemGPT Discord server.
**Is your feature request related to a problem? Please describe.** When `--debug` is off, write to log file. When `--debug` is on, dump the debug contents to both log file...
Currently there are a fair amount of typing warnings/errors in the project: - [x] Add pyright to github actions - [ ] Do a full pass over the codebase to...
For users that plan to use the server and/or dev portal as a single user, there should be a way to run `memgpt server` in an "authless" mode that: 1....
**Please describe the purpose of this pull request.** Is it to add a new feature? Is it to fix a bug? **How to test** How can we test your PR...
The example slurm script is missing `-N`: https://github.com/TACC/launcher/blob/a3c87c908a7a2d197c54a5fa211f9bae8dccc66b/extras/batch-scripts/launcher.slurm#L17 I'm assuming it should be `#SBATCH -N 1`? This triggers the following error on TACC Stampede2: ``` Submission error: please define total...