fix: Fix summarizer for Anthropic and add integration tests (#2046)

This commit is contained in:
Matthew Zhou
2024-11-15 16:46:12 -08:00
committed by GitHub
parent cf35b9c4cd
commit 2d26365e42
16 changed files with 218 additions and 68 deletions

5
.gitignore vendored
View File

@@ -1018,3 +1018,8 @@ pgdata/
letta/.pytest_cache/
memgpy/pytest.ini
**/**/pytest_cache
# local sandbox venvs
letta/services/tool_sandbox_env/*
tests/test_tool_sandbox/*