cpacker / MemGPT

Create LLM agents with long-term memory and custom tools 📚🦙
https://memgpt.readme.io
Apache License 2.0
10.71k stars 1.15k forks source link

WIP - Baseline #1447

Closed norton120 closed 2 weeks ago

norton120 commented 2 weeks ago

stubbed settings locally in test_server ✅

next up

Please describe the purpose of this pull request. this is to get a baseline of isolated tests that are passing before making substantial changes.

How to test when this is good, all the tests will run and pass without any special environment setup.

Have you tested this PR? This is a PR for the test env

Related issues or PRs N/A

Is your PR over 500 lines of code? This will be a very large PR. Ideally it is removing more than 500 lines of code 💥

Additional context Before we can dig into adding model structure I'd like as much of a smoke test setup as we can have in place.

norton120 commented 2 weeks ago

Migrated to config parser work