feat: refactor CoreMemory to support generalized memory fields and memory editing functions (#1479)

Co-authored-by: cpacker <packercharles@gmail.com>
Co-authored-by: Maximilian-Winter <maximilian.winter.91@gmail.com>
This commit is contained in:
Sarah Wooders
2024-07-01 11:50:57 -07:00
committed by GitHub
parent 545bc5348e
commit 9b15cbef39
32 changed files with 805 additions and 1243 deletions

View File

@@ -56,7 +56,7 @@ jobs:
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
run: |
pipx install poetry==1.8.2
poetry install -E dev
poetry install -E dev -E postgres
poetry run pytest -s tests/test_client.py
poetry run pytest -s tests/test_concurrent_connections.py