fix: patch AutoGen integration for 0.3.5 + add AutoGen integration tests (#1081)

This commit is contained in:
Charles Packer
2024-03-02 13:45:12 -08:00
committed by GitHub
parent bfea6ed7f4
commit e7f42d1420
6 changed files with 87 additions and 31 deletions

View File

@@ -41,6 +41,7 @@ jobs:
PGVECTOR_TEST_DB_URL: postgresql+pg8000://memgpt:memgpt@localhost:8888/memgpt
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
MEMGPT_SERVER_PASS: test_server_token
PYTHONPATH: ${{ github.workspace }}:${{ env.PYTHONPATH }}
run: |
poetry run pytest -s -vv -k "not test_storage and not test_server and not test_openai_client" tests