refactor: move API to standardized pydantic schemas across CLI, Python client, REST server (#1579)

Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: matthew zhou <matthewzhou@matthews-MacBook-Pro.local>
Co-authored-by: Zack Field <field.zackery@gmail.com>
This commit is contained in:
Sarah Wooders
2024-08-16 19:53:21 -07:00
committed by GitHub
parent e8813e5937
commit 7f589eaf63
112 changed files with 8917 additions and 8024 deletions

1
.gitignore vendored
View File

@@ -1012,6 +1012,7 @@ FodyWeavers.xsd
## cached db data
pgdata/
!pgdata/.gitkeep
.persist/
## pytest mirrors
memgpt/.pytest_cache/